IBM-Cloud / skylink

Skylink is a sample application that connects drones to the cloud with near realtime image analysis leveraging IBM Cloudant, OpenWhisk, IBM Watson, and IBM Bluemix.
https://skylink.mybluemix.net
Apache License 2.0
37 stars 16 forks source link

camera heading/pitch are both 0 #14

Closed triceam closed 8 years ago

triceam commented 8 years ago

probably a result of upgrading SDK, and slipped past me:

image

should check if data is being received in native app. the server side is just spitting out whatever the native app sends

triceam commented 8 years ago

I added a patch to the ui, so it doesn't show invalid data, but still need to fix data capture within the iOS app.

This shows a message for camera detail, then uses the aircraft heading in the map icon rotation instead of missing camera heading.

image

triceam commented 8 years ago

fixed delegate method signature that changed in 3.2 SDK