diff --git a/README.md b/README.md
index 47da8dd5..1b8e6803 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+
+
+
+
## 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
diff --git a/art/screen1.png b/art/screen1.png
new file mode 100644
index 00000000..cd066c70
Binary files /dev/null and b/art/screen1.png differ
diff --git a/art/screen2.png b/art/screen2.png
new file mode 100644
index 00000000..5502595e
Binary files /dev/null and b/art/screen2.png differ