DJIWidget icon indicating copy to clipboard operation
DJIWidget copied to clipboard

The DJIWidget is a delightful DJI library includes VideoPreviewer for video decoding.

Results 16 DJIWidget issues
Sort by recently updated
recently updated
newest added

We are having issues with: - Video Feed being choppy and inconsistent over time. - Video Feed not working out of the box as with other drones and cameras. Does...

When using the standard FPV Template at "https://github.com/DJI-Mobile-SDK-Tutorials/iOS-FPVDemo" I receive the following decoding errors after registering the app and connecting to the bridge app [h264 @ 0x7f9817887e20] SEI type 1...

After setting `enableHardwareDecode` to `true`/`YES` (Swift/Objc), `cv_pixelbuffer_fastupload` always has a value of `nil`/`null`. **Edit**: Although this bug is still open for addressing `enableHardwareDecode` it’s important to note that part of...

We have migrated all of our frameworks to Swift Package Manager for Xcode 12, but DJI libraries currently do NOT support Swift Package Manager. When can we expect SPM support?...

Hi, I've been trying to activate the over exposure filter on the video previewer without any success. I have seen there is a [`setOverExposedWarningThreshold `](https://github.com/dji-sdk/DJIWidget/blob/master/DJIWidget/VideoPreviewer/DJIVideoPreviewer.m#L603) method in the VideoPreviewer file...

- Don't use `self` in a capturing block - Use `weak` for an unowned object

On Xcode 12 ‘VALID_ARCHS’ is deprecated,should replace with ‘EXCLUDED_ARCHS’。 DJI-MSDK is working fine。 ![image](https://user-images.githubusercontent.com/6942765/93545537-3ef56600-f993-11ea-89ca-38767e122d7f.png)

The LICENSE.txt file is ignored in favour of the text in the podspec. Cocoapods automatically generates plist and md files for acknowledgments, which can be used to provide details of...