3

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...

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
Ricardo
  • 300
  • 1
  • 3
  • 12

1 Answers1

2

I did it!

res = m_pCamera->GetFeatureByName( "ExposureTimeAbs", featPtr );
featPtr->SetValue(EXPOSURE );
Pang
  • 9,564
  • 146
  • 81
  • 122
Ricardo
  • 300
  • 1
  • 3
  • 12