DJIWidget 1.6.8

DJIWidget 1.6.8

Maintained by DJI SDK, afstand, Neo Xu.



DJIWidget 1.6.8

  • By
  • DJI SDK

DJIWidget

What Is This?

The DJIWidget is a delightful DJI library includes VideoPreviewer for video decoding. You can integrate the contents of DJIWidget into your DJI iOS Mobile SDK project to implement the video decoding feature. DJIWidget also provides other features like No SD Card shoot photo and recode video.

For more details of the usage, please check the DJI Mobile SDK iOS Github Repo.

Installation

DJIWidget is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DJIWidget', '~> 1.6.7'

Note: Remember to add use_frameworks! in the pod file to use DJIWidget as a dynamic framework in Swift project.

FFmpeg Customization

We have forked the original FFmpeg and added customized features to provide more video frame information including the frame's width and height, frame rate number, etc. These features will help to implement video hardware decoding.

The DJIWidget is dynamically linked with unmodified libraries of FFmpeg licensed under the LGPLv2.1. The source code of these FFmpeg libraries, the compilation instructions, and the LGPL v2.1 license are provided in Github.

Credits

DJIWidget is owned and maintained by DJI SDK.

Support

You can get support from DJI with the following methods:

License

DJIWidget is available under the MIT license. See the LICENSE file for more info.