mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
Disable auto exposure, set exposure rather high (which causes a lower exposure
time).
This commit is contained in:
parent
963b033e41
commit
1651044234
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ void FrameGrabber::grabFrame() {
|
||||||
cvSetCaptureProperty(_capture, CV_CAP_PROP_FRAME_HEIGHT, IDEAL_FRAME_HEIGHT);
|
cvSetCaptureProperty(_capture, CV_CAP_PROP_FRAME_HEIGHT, IDEAL_FRAME_HEIGHT);
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
configureCamera(0x5ac, 0x8510, true, 0.5, 0.5, 0.5, 0.5, true, 0.5);
|
configureCamera(0x5ac, 0x8510, false, 0.99, 0.5, 0.5, 0.5, true, 0.5);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
IplImage* image = cvQueryFrame(_capture);
|
IplImage* image = cvQueryFrame(_capture);
|
||||||
|
|
Loading…
Reference in a new issue