Add "image" module
authorSam Moore <[email protected]>
Sun, 15 Sep 2013 05:23:54 +0000 (13:23 +0800)
committerSam Moore <[email protected]>
Sun, 15 Sep 2013 05:23:54 +0000 (13:23 +0800)
commitff5831931c289cd740609eaad0d36d768751a6d3
tree1e4c5eb683d045b25fa3e2ad73de4429085722c9
parent3982d051198ced76dcf4ed173098e5e344c0c8c0
Add "image" module

- Use OpenCV to take image from webcam
- Use FastCGI and write image back to client
- Works!
- Currently has a memory leak, but that can be easily fixed

- ~50 FPS (on my laptop though, really need to start using the BBB for things)
server/Makefile
server/fastcgi.c
server/fastcgi.h
server/image.c [new file with mode: 0644]
server/image.h [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au