Gerard
- 活动总数 6
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
活动概览
Gerard 的最新活动-
Gerard 进行了评论,
Hi, I solved the problem doing the following code: public void switchDisplayModeToVisualOnly() {Camera camera = FPVDemoApplication.getCameraInstance();assert camera != null;camera.getLens(1).setDis...
-
Gerard 进行了评论,
Hi, I have tried the code that I sent you. But, when I execute it, it tells me that it does not support it. And then my camera doesn't change. That is, it is maintained in mixed vision (thermal med...
-
Gerard 进行了评论,
What I want is to be able to see the live video from the thermal camera or the visual camera on the screen and be able to change it with a button just like the DJI fly app does.So if by changing th...
-
Gerard 进行了评论,
With the following code could I change to the thermal camera? Camera camera = FPVDemoApplication.getCameraInstance();CameraVideoStreamSource cameraVideoStreamSource = CameraVideoStreamSource.INFRAR...
-
Gerard 创建了一个帖子,
Camera change on the Mavic 2 Enterprise Advanced
已完成Hi, I would like to know how I can change from thermal camera to visual camera in Android. With the functions SettingsDefinitions.ThermalFFCMode and SettingsDefinitions.FlatCameraMode, could you ch...