Tool/software: TI-RTOS
Hi, I'm working with an TDA2xx and vision_sdk_02_12.
I try to connect an external camera, using Ethernet. The camera sends jpeg-images with 30fps and I'm already able to use the network_tx tool to send single jpeg images from my PC to the EVM and display them.
To start the video-stream of the cam I need to send a control string via TCP/IP to the cam. The cam has a static IP and control port.
Only after the stream request is sent, the camera will start streaming and returns the jpeg-image via UDP to the IP-address from where the request was sent (static IP from EVM and given port).
Now I want to send the streaming request from the EVM to the camera and capture the images also with the EVM to display them. No interaction with PC.
How should I implement this in any given usecase?
- open TCO & UDP socket
- send stream request
- receive data, decode and display.
I hope you can help me.
Best regards Philipp