1 | initial version |
If you do not know how to drive a car, will you drive it? if you do not know how to use an api(raspicam), why are you using it?
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.
2 | No.2 Revision |
If you do not know how to drive a car, will you drive it? if you do not know how to use an api(raspicam), why are you using it?
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.