DJI-Mobile-SDK-Tutorials / iOS-FPVDemo

A demo to introduce how to implement the FPV view, take photo and record video using DJI Mobile SDK.
MIT License
37 stars 24 forks source link

Tutorial Missing Step #9

Closed brianantonelli closed 7 years ago

brianantonelli commented 7 years ago

The tutorial on your website is missing a critical step regarding the video streaming. The user is never instructed anywhere in the tutorial to start the video preview instance ([[VideoPreviewer instance] start];) like it should in the sdkManagerDidRegisterAppWithError method. I'd do a PR but I dont think your tutorials are on :octocat:

dji-dev commented 7 years ago

Hi @brianantonelli, thanks for your feedbacks! We have updated the FPVDemo tutorial on the website, please check the Working on the DJICameraViewController section. BTW, if you want to help create a PR, you can help to work on this Mobile-SDK-Doc github repo. Hope this help!

brianantonelli commented 7 years ago

Thanks!