Part Number: TDA2EVM5777
Hi ,
I have seen the linux code for adv7180 in TI vision SDK. Can somebody give an application code to invoke these driver?
Regards,
Siva
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.
Part Number: TDA2EVM5777
Hi ,
I have seen the linux code for adv7180 in TI vision SDK. Can somebody give an application code to invoke these driver?
Regards,
Siva
Hi all,
ADV driver is a subdevice driver, which can only be called from and V4L2 driver.
Since you are using Vision SDK, The capture is supported from the RTOS.
Linux driver is not used.
Nikhil D
Hi,
We are using Linux(A15) driver for ADV7180, capture from V4L2.
So, please provide the V4L2 application for capturing the video.
Regards,
Siva
Hi,
You can use the dmabuftest application from the SDK.
Source is at https://git.ti.com/cgit/glsdk/omapdrmtest/tree/dmabuftest.c
It's a generic V4L2 capture application which captures and displays the video using DRM display.
If you don't have DRM display available, you can use the yavta application as well for dumping frames into a file.
Regards,
Nikhil D