Tool/software: TI C/C++ Compiler
Hello,
I am using am5726 customize board.
Camera sensor is giving 16bit data of 3000x1650 resolution @ 30 FPS.
Does AM5726 hardware support it ?
Regards,
Prerak
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hello,
I am using am5726 customize board.
Camera sensor is giving 16bit data of 3000x1650 resolution @ 30 FPS.
Does AM5726 hardware support it ?
Regards,
Prerak
Hi,
Maximum VIP input clock frequency is 165MHz. You want to capture 3000 * 1650 * 30 = 148500000 pixels per second, so this is very close to the hardware capacity of the device.
Hello,
Does h_blank and v_blank comes in picture ?
According to your statement i am able to capture video from sensor @ 30 FPS right ?
Regards,
Prerak
Prerak Patel said:Does h_blank and v_blank comes in picture ?
You should check your camera datasheet for output format.
Prerak Patel said:According to your statement i am able to capture video from sensor @ 30 FPS right ?
I stated that this is very close to AM572x hardware capacity. Note that my rough calculation includes only pixel data. If there is any additional overhead the hardware capacity of the VIP input may well be exceeded.
If i want to capture 16bit yuyv data in DTB or driver side, where I need to change ?
Regards,
Prerak