Robert Devenyi
- 活动总数 20
- 最后的活动
- 成员加入日期
- 正在关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
活动概览
Robert Devenyi 的最新活动-
Robert Devenyi 进行了评论,
Ok so it works perfectly fine. I am setting the exposure (ISO, Shutterspeed), zoom and focus. The only new problem is that the feed coming the default camera after setting all the values mentioned ...
-
Robert Devenyi 进行了评论,
If I add the following lines as requested in the documentation https://developer.dji.com/api-reference-v5/android-api/Components/IKeyManager/Key_Camera_CameraKey.html?search=keycamerafocusringval&i...
-
Robert Devenyi 进行了评论,
Or am I missing sth here? Thanks for your help. I know I am asking a lot of questions, but the documentation is hard to navigate and there are many functions / methods that are not documented and t...
-
Robert Devenyi 进行了评论,
So i guess the next step would be to adjust focus to some value. i.e. 50. Is this the correct way to do it? var setfocusModeKey = KeyTools.createCameraKey( KeyCameraFocusRingValue, Component...
-
Robert Devenyi 进行了评论,
I implemented your suggestion but the camera is not focusing at all, nothing is happening. I am using ComponentIndexType.find(0) for cameraIndex and CAMERA_LENS_ZOOM for lensType,The rest of my c...
-
Robert Devenyi 进行了评论,
This is all in Kotlin.
-
Robert Devenyi 进行了评论,
Hi! This is what I have now but the camera does not focus. When I call the function both callbacks succeed. What might be the problem here? private fun manualFocus(focus: Int) { var focusModeKe...
-
Robert Devenyi 进行了评论,
Thank you this is promising. Which cameraindex is the zoom / focus camera? The Mavic 3E has two cameras. I am using index 0 right now.
-
Robert Devenyi 进行了评论,
Also, once I have this question, can i also get an example code snippet about adjusting exposure on the camera? Thank you in advance.
-
Robert Devenyi 进行了评论,
The most important question is how do I turn on MANUL FOCUS MODE ? I am using this - does this turn on manual focus mode? or i need to do something else: KeyCameraFocusMode.apply { MANUAL }