From de53d52dffbba5bdba47bbf74ced2a059b87f5f2 Mon Sep 17 00:00:00 2001 From: maljoras Date: Wed, 4 Jan 2017 22:32:52 +0100 Subject: [PATCH] typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14305c1..6bd222c 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ for real-time tracking of 4 animals (with a camera with index 0) >> clear all; % will release the video hardware ~~~~ -Note that the camera index is given as a string in matlab. Cameras indeces 0-9 are supported. However, in contrast to the FlyCapture Method (see above), the video is currently not saved in background, when using this VideoCapture method. +Note that the camera index is given as a string in matlab. Cameras indices 0-9 are supported. However, in contrast to the FlyCapture method (see above), the grabbed video is currently not encoded and saved in the background, when using this VideoCapture method. ## Stimulation