About the Library
This is a library, written in C++, for use with an Arduino and the COMedia C328R digital camera. It offers everything you need (on the software side) for effective camera-Arduino communication and image capture.
The library, developed for Beatriz da Costa as part of a research project at UC Irvine’s ACE program, is released under an Apache License, Version 2.0.
Download
The latest version of the library is version 003. You can download the library here.
Change Log
- 001: Initial release.
- 002: Fixes small issues with protocol completeness. Added include of WProgram.h
- 003: Checksum support.
Installation
Extract the zip file in the “hardware/libraries” folder inside the directory containing your Arduino IDE installation.
Usage
See this post for more information on using the library.
Enjoy!