Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raspicam_cv and Raspicam #1

Open
bocse opened this issue Jun 5, 2015 · 1 comment
Open

Raspicam_cv and Raspicam #1

bocse opened this issue Jun 5, 2015 · 1 comment

Comments

@bocse
Copy link

bocse commented Jun 5, 2015

Due to normalization, the images are underexposed and too dark, as shutter speed is limited to 33ms
case CV_CAP_PROP_EXPOSURE :
if ( _impl->getShutterSpeed() ==0 )
return -1;//auto
else return Scaler::scale (0,330000, 0,100, _impl->getShutterSpeed() ) ;
break;

@cedricve
Copy link
Owner

#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants