swift API library for Sony QX camera this library provides API wrapper to connect to Sony QX Camera easily.
this library is originally based on Camera Remote API beta SDK from Sony http://www.sony.net/Products/di/en-gb/products/ec8t/ https://developer.sony.com/develop/cameras/ https://developer.sony.com/2013/11/29/how-to-develop-an-app-using-the-camera-remote-api-2/
http://instagram.com/p/txmivXPIm7/
please check this sample app https://github.com/akirahrkw/SampleQXCameraKit
import QXCameraKit
...
manager = QXAPIManager()
manager.openConnection({[unowned self] (result:Bool, error:NSError?) -> () in
if(result) {
manager.startLiveImage({ [unowned self] (image:UIImage, error:NSError?) -> () in
...
...
...
})
}
})
coming soon...
- Akira Hirakawa (http://www.akirahrkw.com)
All source code is licensed under the MIT License