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

iOS Client - optimize low resolution snapshot file size #4

Closed triceam closed 8 years ago

triceam commented 8 years ago

For "low res" images, make sure the frame grab is no bigger than 960x720, that's the max resolution we get in the live video feed from the aircraft. There's no sense in scaling up b/c it actually hurts visual analysis and takes up more space.

triceam commented 8 years ago

fixed, and added compression