Problem:
-How to set camera frame rate by using Basler API?
Answer:
camera1.Open(); camera1.AcquisitionFrameRateEnable.SetValue(true); double d = camera1.AcquisitionFrameRate.SetValue(50); cout << "frame rate:" << d << endl;
Modified on: Mon, 2 Mar, 2020 at 2:51 PM
Problem:
-How to set camera frame rate by using Basler API?
Answer:
camera1.Open(); camera1.AcquisitionFrameRateEnable.SetValue(true); double d = camera1.AcquisitionFrameRate.SetValue(50); cout << "frame rate:" << d << endl;
Did you find it helpful? Yes No
Send feedback