Skip to content
 
 

Repository files navigation

CameraKit

swift API library for Sony camera this library provides API wrapper to connect to Sony 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/

Demo

http://instagram.com/p/txmivXPIm7/

Examples

please check this sample app https://github.com/akirahrkw/SampleCameraKit

Using blocks

import CameraKit

...

manager = APIManager()
manager.openConnection({[unowned self] (result:Bool, error:NSError?) -> () in
    if(result) {
        manager.startLiveImage({ [unowned self] (image:UIImage, error:NSError?) -> () in
...
...
...
        })
    }
})

Podfile

coming soon...

Author

Licenses

All source code is licensed under the MIT License

About

Sony Camera Remote API SDK Swift Wrapper

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages