Other Parts Discussed in Thread: TDA4VM
Hi,
I am using TDA4VM (J721E) board with SDK 09_00_00_00.
software-dl.ti.com/.../sample_apps.html
How to view results on HDMI display and also how to stream the processed frames through RTSP server which can be viewed from a remote machine?
I have compiled some of my custom model which work fine on the board and are giving me expected results. I could write the input gstreamer pipeline to consume frames in cv2 using the EdgeAI Dataflows section from SDK documentation. I am new to launching RTSP server as well as creating output gstreamer pipeline with kmsskink which can be written in python and cv2. Is there any tutorial to do? The documentation gives the gstreamer pipeline that can be run through CLI. But when it comes to custom models which are serially dependent on each other, I need to write my own python script and then execute the task. So, in this case how exactly one should dump frames to show them through kmssink or through RTSP server is not clear yet through the documentation. I would request you to alteast provide some tutorial which we can follow.
Thanks and regards,
Sourabh