Hi team,
I need clarification regarding RTP streaming support on the OAK-4 Pro W device.
Is RTP streaming officially supported on OAK-4 ProW device, which later can be deployed on the device (using oakctl)?
- If yes, can you please provide a minimal working code snippet?
Is it possible to run two RTP streams with different resolutions (e.g., 1920×1080 and 640×360) from the same camera? they need to be in one app just if link is changed we can switch to other resolution video
like rtsp://192.168.xx.xx:8554/high, rtsp://192.168.xx.xx:8554/low
When using RTSP, we can access the stream directly with a link such as:
rtsp://192.168.xx.xx:8554/high
→ Is something similar possible for RTP?
For example, a direct URL like:
udp://192.168.xx.xx:5000/rtp
My goal is to deploy the app with RTP stream on the camera, and when I start others can see the RTP stream with an url similar to RTSP RTSP — but using RTP instead.
Thanks!