Behaviour of setting requestCurrentScreen of CameraStreamSettingsInfo on various drones
已完成I want to change the setting via MSDK5 so that photos are only captured by the current view.
So I am attempting to do the following (And ensure that we are in CameraMode.PHOTO_NORMAL as per documentation):
private fun captureFromCurrentView() {
val cameraStreamSettingsInfo = CameraStreamSettingsInfo()
cameraStreamSettingsInfo.requestCurrentScreen = true
CameraKey.KeyCaptureCameraStreamSettings.create().set(cameraStreamSettingsInfo, {
// Success
}) {
// Error
}
}
My questions are:
- Which drones are able to have this "cameraStreamSettingsInfo.requestCurrentScreen" set to true?
- Does the drone need to be powered on and connected with the controller to be able to set this? Or can it be set when the controller only is connected?
- I can see from this post that some of the Mavic 3 versions have different behaviour. Mavic 3T and Mavic 3 Multispecral have different options, but I don't understand whether I can set cameraStreamSettingsInfo.requestCurrentScreen to true to ensure only the current screen is captured.
Thanks,
Andrew.
-
Dear developers, Hello, thank you for contacting DJI Innovation. 1. All Settings are supported. 2. the remote control and the drone frequency connection can be set. 3. I'm sorry, I can't open the link you provided. Are you describing the description in the screenshot? Can be set to true, the instructions here only indicate that you can set what format to store photos. For example, the Mavic 3T does not support simultaneous zoom and wide-angle photos. You can use our sample test experience. You can check out this article first:如何设置照片存储? Thank you for your email and have a nice life! Best Regards, Dji innovation SDK technical support
请先登录再写评论。
评论
1 条评论