mzahana / siyi_sdk

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

Accessing the siyi a8 mini video stream #13

Open snowIsNotAvaiable opened 1 month ago

snowIsNotAvaiable commented 1 month ago

Hello !

So, my siyi camera is currently connected to a raspberry pi via ethernet on the eth0 interface with a static ip of 192.168.1.143.. The Raspberry is on the same wifi network as my macbook which i want to use as a sort of ground station.. I Have the code in PyCharm on my macbook and should have all the neccessary dependencies on both my mac and the pi. How exactly do i setup a realtime stream of the siyi cam and access it through the code on my mac ?

Any help would be much appreciated !