-
Notifications
You must be signed in to change notification settings - Fork 139
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
Doc outdated: Camera Protocol #298
Comments
@mnumanuyar You're right and this is a known issue. The intention was to replace all the specific requestors with MAV_CMD_REQUEST_MESSAGE. However cameras need to support both, and right now I don't know if they will respond to that. @dogmaphobic How do we push this forward? I want docs to be consistent. Can't GCS check for MAV_CMD_REQUEST_MESSAGE working and use old message as fallback? |
Not sure this will happen any time soon. The vast majority of existing systems do not support |
@dogmaphobic The check for |
Not likely. You may have a flight controller who supports it and a camera and/or gimbal that don't. Or some other combination. Either way, you would need to have code to handle the test, the time out, and the switch to the old message. A direct switch is trivial if dropping support for existing cameras is acceptable though. |
@hamishwillee In anycase I think a note that explains the situtaion should be added somewhere to prevent confusion. |
Discussed this in Mavlink dev call. @LorenzMeier is going to discuss with @dogmaphobic to work out a way forward. |
thank you very much |
@julianoes Did you have a chance to talk this through with Jonas? |
@hamishwillee ok I did discuss this with @JonasVautherin and here is what we suggest to do:
As far as we know the one thing blocking us from moving quicker on this is the camera implementation of the Yuneec H520. I'm not aware of anything else out there that we can't influence to update. |
MAV_CMD_REQUEST_CAMERA_SETTINGS message is depricated but is mentioned in doc.
Bug Page: Camera Protocol · MAVLink Developer Guide
The text was updated successfully, but these errors were encountered: