-
Notifications
You must be signed in to change notification settings - Fork 30
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
Decoding documentation needed #8
Comments
The steps :
|
@lijia6745 thanks for the response! It looks like my |
Please continue the discussion on StackOverflow. @SpencerKaiser |
@talobin why was this issue closed? Other than the README, this SDK has no documentation... I would expect this issue to be closed once documentation has been added to support at least the component I described above |
I have similar problems where the delegate method
|
I have similar problems, but when I set enableHardwareDecode = true, cv_pixelbuffer_fastupload always return nil. |
@sansha @nguyenminhkhmt I'm going to open a new issue for that, this issue was primarily just for documentation around the whole process. What the three of us are seeing is definitely a bug. |
@sansha @nguyenminhkhmt here's the new issue, feel free to add additional comments there. Hopefully they'll actually respond via GitHub. |
Alright! Could you please post a link to that new issue here? |
Hi @SpencerKaiser @sansha @nguyenminhkhmt , we just update the iOS SDK Github Sample to demonstrate how to use VideoFrameProcessor, please check if it helps. |
Where is the documentation for this feature? I need to use the video feed from
DJIVideoFeedListener
's delegate methodfunc videoFeed(_ videoFeed: DJIVideoFeed, didUpdateVideoData rawData: Data)
and convert it into something I can use withVNImageRequestHandler
, but I don't see any docs on how to use the decoder to turn the raw data into something meaningful.EDIT: Stack Overflow question I created for more support
The text was updated successfully, but these errors were encountered: