Hi,
I tried running apps_cpp demos with USB camera it worked fine, now I want to just stream the video from the usb camera to hdmi display. Can you help me by pointing out to some resources?
Thanks
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.
Hi,
I tried running apps_cpp demos with USB camera it worked fine, now I want to just stream the video from the usb camera to hdmi display. Can you help me by pointing out to some resources?
Thanks
Hi Shivani,
The demos construct GStreamer pipelines with the required elements to launch the application. This page outlines the GStreamer pipelines for different configurations: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/TDA4VM/08_06_00/exports/docs/common/sample_apps.html#optiflow
For a USB camera, you can use this command: gst-launch-1.0 v4l2src device="/dev/video2" ! video/x-raw, width=1920, height=1080 ! kmssink sync=false
Ensure that the device name matches your USB camera device name.
Hope this helps.
Thank you,
Fabiana Jaimes
Hi Fabiana,
I want to use it as part of my cpp code, I will appreciate if you can help me with this.
Thanks,
Shivani
Hi Shivani,
Are you looking to modify the demos for your end application? If so, I recommend looking at this page: https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/TDA4VM/08_06_00/exports/docs/common/configuration_file.html#configuring-applications
Thank you,
Fabiana Jaimes
I am not trying to modify demos but I want to develop cpp code on the board that uses USB camera.
Thanks,
Shivani
Hi Shivani,
Please allow a week for me to get back to you with a write-up.
Thank you,
Fabiana Jaimes