Add 60 fps framerate and digital pan/tilt/zoom for X3 Ultra#248
Merged
Add 60 fps framerate and digital pan/tilt/zoom for X3 Ultra#248
Conversation
Add FRAMERATE_FPS_60 enum value for 60 fps support on X3 Ultra at 1080p and 720p. Document that frame rate is reduced if unsupported at the current resolution. Add CameraPanTiltZoom message with pan, tilt, and zoom fields, along with CameraPanTiltZoomCtrl and CameraPanTiltZoomTel messages for digital camera control on X3 Ultra. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jp-pino
requested changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FRAMERATE_FPS_60: New enum value (= 3) in theFramerateenum for 60 fps support, only available on X3 Ultra at 1080p and 720p resolutions. A comment on the enum documents that if the requested frame rate is higher than what is supported at the current resolution, the frame rate will be reduced while the resolution is respected.RESOLUTION_QHD_2K: New enum value (= 5) in theResolutionenum for 2K QHD (2560x1440), only supported on X3 Ultra.CameraPanTiltZoom(message_formats.proto): Shared data message for digital (not mechanical) pan, tilt, and zoom control on the X3 Ultra main camera.pan(-1.0..1.0): horizontal pan, 0.0 is centertilt(-1.0..1.0): vertical tilt, 0.0 is centerzoom(0.0..1.0): zoom level, 0.0 is no zoom, 1.0 is maximum zoomCameraPanTiltZoomCtrl(control.proto): Control message sent by the app to set the desired digital pan, tilt, and zoom state.CameraPanTiltZoomTel(telemetry.proto): Telemetry message published by the drone reporting the actual pan, tilt, and zoom state.🤖 Generated with Claude Code