hi Experts,
After acquainting with the example "capture_encode",I try to create my OMX program by modifying this example.
I add a scalar component,a decode component and delete the dei component to realize a program below:
Cap - Enc - Dec - Scaler - Display
Now, my program has been compiled successful, but when I run it on my dm8168evm, the frame rate is so low.
I using resolution = 1920×1080, framerate = 60, bitrate = 1M .
Then, I try to set the parameters to 1080p25 and 50M bitrate, framerate increased, but still dissatisfactory.
Can someone tell me the reason?