Ask Your Question

ganday's profile - activity

2015-10-12 15:53:01 -0600 received badge  Necromancer (source)
2015-09-12 01:03:51 -0600 answered a question can't get image in color mode using opencv c++ with raspberry camera module

you set the image to be grayscale mode by setting the format to CV_8UC1. change the format to CV_8UC3!.

**ps this has nothing to with opencv, it is the raspicam thing.