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

No FPVDemo implementation for swift #11

Closed dwcares closed 6 years ago

dwcares commented 7 years ago

this is important because the data types are different in Swift 3 and it can be tricky to translate from the sample that's on the website in objective

dwcares commented 7 years ago

i created a swift implementation and tested it on a mavicpro, i'm happy to submit a PR if you make an empty repo for me. @oliverou @dji-dev

https://github.com/dwcares/iOS-FPVDemo-Swift

oliverou commented 7 years ago

@dwcares , thanks for your contributions. I help to create a repo for FPVDemo-Swift project and mention you in the README file, please check here: https://github.com/DJI-Mobile-SDK-Tutorials/iOS-FPVDemo-Swift. If you have any feedbacks or improvements, please submit a PR for us to review. Thanks!

dwcares commented 6 years ago

@oliverou thank you for the shout out!!!

tfannon commented 6 years ago

thank you @dwcares