Gerard
- 活动总数 6
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
评论
Gerard 最近的活动-
Hi, I solved the problem doing the following code: public void switchDisplayModeToVisualOnly() {Camera camera = FPVDemoApplication.getCameraInstance();assert camera != null;camera.getLens(1).setDis...
-
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...
-
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...
-
With the following code could I change to the thermal camera? Camera camera = FPVDemoApplication.getCameraInstance();CameraVideoStreamSource cameraVideoStreamSource = CameraVideoStreamSource.INFRAR...