Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change settings Prosilica camera Vimba C++

Currently I have working a prosilica ethernet camera (GC1020C) with API vimba in VS2010. I catch a frame, process it and iterate it.

I want change some camera settings. For example I want change the EXPOSURE TIME. Someone can help me with this task!?? I can't find a good documentation about this things...

like image 200
Ricardo Avatar asked Dec 09 '25 21:12

Ricardo


1 Answers

I did it!

res = m_pCamera->GetFeatureByName( "ExposureTimeAbs", featPtr );
featPtr->SetValue(EXPOSURE );
like image 86
Ricardo Avatar answered Dec 11 '25 11:12

Ricardo



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!