mzahana / siyi_sdk

Python implementation of the SDK of the ZR10 camera-gimbal system
MIT License
40 stars 26 forks source link

1 sec delay in rtsp streaming #10

Open Hassan66169 opened 8 months ago

Hassan66169 commented 8 months ago

Hello, First of all, Thank you for providing such a helpful API for SIYI Camera. I am using the SIYI ZR10 camera and connected it to my PC using an Ethernet Cable. I need RTSP streaming so whenever I run test_rtsp.py there is a 1 second delay which is a trouble for me since I need real-time video streaming.

Also when I read the RTSP data using OpenCV I am having the same issue. However, when I connected my system with Skydroid H16 Radio there was only negligible delay in video streaming.

Kindly suggest some improvements. Regards

Hassan66169 commented 8 months ago

I think the issue is with the wire. I am getting RTSP with VLC and it has the same 1 second delay.

Thank you