CameraKit is an easy to use utility to work with the Android Camera APIs. Everything at the moment is work in progress, but it works well for pictures at least.
@ -124,8 +129,6 @@ You can also use `camera.captureSnapshot()` to capture a preview frame. This is
### Capturing Video
TODO: test size and orientation stuff.
To capture video just call `CameraView.startRecordingVideo(file)` to start, and `CameraView.stopRecordingVideo()` to finish. Make sure you setup a `CameraListener` to handle the video callback.