mzahana / siyi_sdk

Python implementation of the SDK of SIYI camera-gimbal systems
MIT License
58 stars 32 forks source link

CAM_DICT in class HardwareIDMsg is wrong for ZR10 #17

Open koukoc opened 2 months ago

koukoc commented 2 months ago

My ZR10 cannot be controlled by the sdk before I changed the CAM_DIST of ZR10. The CAM_DICT should change to 63 instead of 6B to make it work. image

mzahana commented 2 months ago

Thanks @koukoc for your feedback. I checked the documentation and you are correct. I must have made a typo in that DICT. I will correct it soon.

mzahana commented 2 months ago

Actually the documentation says that the ZR10 camera ID is 6B. And my implementation was based on that. That means the documentation has a typo. One of the things that I don't like about SIYI is their many typos and inconsistency in the software release.