Antti Kortetmaa

Results 6 comments of Antti Kortetmaa

> Agent comment from Luce Luo in [Zendesk ticket #37910](https://djisdksupport.zendesk.com/agent/tickets/37910): > > Dear Customer, > > Thank you for contacting DJI. > I checked your code, please try to set...

Nope, that's not what I want. I'd like to be able to use the same logic for processing frames in DJI Mavic Mini as I'm using with other aircrafts. As...

> ```swift > func videoProcessFrame(_ frame: UnsafeMutablePointer!) { > let resolution = CGSize(width: CGFloat(frame.pointee.width), height: CGFloat(frame.pointee.height)) > > if frame.pointee.cv_pixelbuffer_fastupload != nil { > // cv_pixelbuffer_fastupload to CVPixelBuffer > let...

> @AaaK00 did you ever get this working? Didn't get working in a sense that the decoding would be done using GPU. Software based decoding works with the workaround provided...

> And the mavic mini video feed shows? Are you doing anything unique to get the mini video feed? Yeap, the video feed is working also when using Mavic Mini....

We are always turning the HW decoding on. For Mini it just does not stay on for long, and after that we need to create CVPixelBuffer from received VideoFrameYUV by...