-
Notifications
You must be signed in to change notification settings - Fork 255
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
frame that is got by using videoProcessFrame is blurred #399
Comments
Agent comment from Luce Luo in Zendesk ticket #39553: Thank you for contacting DJI. Thanks, Luce Luo |
I have read and tried these posts before asking questions. So, it's not
helping.
The problem is that the uv element of the received
frame(cv_pixelbuffer_fastupload) is clearly missing. Therefore, the image
has faded like the image I sent.
It doesn't happen except for mavic2 zoom.
Why is this happning?
I'm asking for the solution.
2020年9月27日(日) 15:14 DJI <[email protected]>:
… Agent comment from Luce Luo in Zendesk ticket #39553
<https://djisdksupport.zendesk.com/agent/tickets/39553>:
Dear Yuki,
Thank you for contacting DJI.
I have found some related issues for you, please try to refer to it if any
help first.
#383 <#383>
dji-sdk/DJIWidget#9 <dji-sdk/DJIWidget#9>
Thanks,
Luce Luo
DJI Developer Support
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#399 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANPXK6D2QS6SN7QUN426Y6LSH3J5FANCNFSM4RZMSBLQ>
.
|
I'm not certain this will resolve you issue, but we were having a similar issue. It turned out that the DJI video frame was incorrectly reporting its frame size. Changing the camera aspect ratio to 16 by 9 instead of 4 by 3 corrected our issue. |
I want to detect AR marker using image frame by using videoProcessFrame.
So, I want convert CVPixelBuffer to UIImage.
However, UIImage that converted from CVPixelBuffer was blurred (See images).
How should I convert it? Or is it possible to get a clear image?
drone: Mavic 2 Zoom
code
image1
image2
The text was updated successfully, but these errors were encountered: