Tool/software: Linux
Our processor is DRA744, with 3.02.00.03 SDK version.
I am working on a project which will use dra744 to capture video(RGB 24bit) from VIP0(vin2a).
In our own hardware environment without a decoder, and we send RGB 24bit signals into vin2a direct.
The following is my current status
a. Input include hsync,vsync, pclk and data D0~D23.
b. 720x480@60Hz, Hsync=50kHz, Vsync=60Hz, Clock=70MHz, test data is always send
c. vin2a pin define is correct
d. Check interrupt status "cat /proc/interrupts | grep vip", value always is 0
344: 0 0 CBAR 351 Level vip1-s0
345: 0 0 CBAR 392 Level vip1-s1
My question are
a. How to receive RGB 24bit signals without a decoder(ex: TVP5158)?
b. Are above capture scenario possible?
c. Is open device set /dev/video2 when we use vin2a?
Any help will be highly appreciated.