Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP_Mount: add support for Siyi ZT6 #27060

Open
rmackay9 opened this issue May 14, 2024 · 0 comments
Open

AP_Mount: add support for Siyi ZT6 #27060

rmackay9 opened this issue May 14, 2024 · 0 comments

Comments

@rmackay9
Copy link
Contributor

rmackay9 commented May 14, 2024

Whenever Siyi releases a new model of camera we need to update two parts of the Siyi driver:

  1. Add a new entry to the HardwareModel enum
  2. Add a new entry to the hardware_lookup_table which maps the 2 byte hardware id provided by the gimbal itself to the model name displayed to the user
  3. Update get_zoom_mult_max() with the maximum zoom level for the camera
  4. Search for any other uses of "HardwareModel"

For reference these are the things we need to know about the camera:

  1. 2 byte hardware id
  2. model name
  3. zoom max (e.g. 30x)
  4. focal length in mm (e.g. 21, 5.15)
  5. does it have a rangefinder?
  6. does it have multiple lenses?

This request comes from this discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant