mzahana / siyi_sdk

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

CAM_DICT in class HardwareIDMsg is wrong for ZR10 #17

Open koukoc opened 1 month ago

koukoc commented 1 month 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 1 month 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 1 month 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.