Problem:
- Camera frame lost issue when using Basler Sample Code.
Solution:
- Increase the max number of buffer used for the camera.
// The parameter MaxNumBuffer can be used to control the count of buffers // allocated for grabbing. The default value of this parameter is 10. camera.MaxNumBuffer = 5;