Here are my changes to VC0706.h
https://gist.github.com/1148928
and my changes to VC0706.cpp
https://gist.github.com/1148890
In the Snapshot.pde I added
- Code: Select all
cam.setColorCtrl(2,1);
right after cam.setImageSize(
It seems to be sending the right sequence of bytes to the camera to set it to black and white but the images are still color.
- Code: Select all
0x56+0x0+0x3C+0x2+0x1+0x2
Any thoughts on this would be appreciated.

