-
Notifications
You must be signed in to change notification settings - Fork 126
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
Specify CameraSource when setting camera parameters #241
Comments
Agent comment from Leon in Zendesk ticket #127867: °°° |
Thanks for your reply! |
Agent comment from Leon in Zendesk ticket #127867: °°° |
Thank you so much! I'm looking forward to hearing from you. |
Hi,
we are using PSDK with DJI M300 RTK with H20 payload. We are trying to use
DjiCameraManager_SetFocusRingValue
, but we noted it only works if the selected camera source, on the receiver, is zoom and not wide. I know that the wide camera does not support focus (it has fixed focus), but we would like to be able to set the focus for the zoom camera, even if the current camera displayed on the receiver is wide. Would it be possible to add the possibility to specify the CameraSource (wide, zoom, ...) when callingDjiCameraManager_SetFocusRingValue
, in a similar way to what is done withDjiLiveview_StartH264Stream
? The signature would become something like:Our use case is the following: we start the streaming of the wide camera to be used by a companion computer to perform navigation tasks; meanwhile we start the recording of the zoom camera, which will be the output of the drone inspection. Thus we would like to be able to stream the wide camera, but set the focus ring value on the zoom camera.
Thanks!
Michele
The text was updated successfully, but these errors were encountered: