My Board is i.MX6Q Sabre Lite.
I need to encode video resolution of 1920x1080 in h.264 with the command like below.
/unit_tests/mxc_vpu_test.out -E "-o 0414_01_1080.h264 -f 2 -l 0 -c 100 -r 0 -w 1920 -h 1080 -b 0 -g 0 "
but I have failed.
[INFO] VPU test program built on Dec 17 2012 16:19:53
[INFO] Product Info: i.MX6Q/D/S
[INFO] VPU firmware version: 2.1.7_r33576
[INFO] VPU library version: 5.4.6
[INFO] Format: STD_AVC
[INFO] AVC
[INFO] Output file "0414_01_720.h264" opened.
[INFO] chromaInterleave 1, mapType 0, linear2TiledEnable 0
[INFO] sensor chip is ov5642_camera
[INFO] sensor frame size is 1920x1080
[ERR] set frame rate failed
As I had found above, the censor device driver for ov5642 don't support register addresses and values table
for 1920x1080, 30 fps. I tried to make those table but it was very difficult and time consuming work.
I know that the ov5642 cmos sensor support up to 15 fps in resolution of 2592x1944
and then why nothing for 1920x1080 30fps..?
Is there any way I can get that table... or any hint...please...
Mach