readme pictures

pull/1/head
Mattia Iavarone 7 years ago
parent 3a6666fdbc
commit d543f81aee
  1. 7
      README.md
  2. BIN
      art/screen1.png
  3. BIN
      art/screen2.png

@ -21,6 +21,11 @@
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.
<p align="center">
<img src="art/screen1.png" width="250" vspace="20" hspace="50">
<img src="art/screen2.png" width="250" vspace="20" hspace="50">
</p>
## Table of Contents
- [Features](#features)
@ -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.
```java

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Loading…
Cancel
Save