Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davepruitt committed Mar 15, 2018
1 parent c031835 commit f61b7b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# RatCam
Program written in C# used to record videos of laboratory animals during behavioral assessments

This program was designed to record videos during behavioral assessments of laboratory animals. The overall design is simple: you connect to a webcam, type the animal name, and press start! A configuration file does give you a few more options, including how long to record each video. The default duration is 3 minutes.

The program was written using WPF and C#, and I used the AForge library to stream image data from connected webcams. Questions can be directed to David Pruitt.

0 comments on commit f61b7b2

Please sign in to comment.