Machine Vision Camera SDK (C) Developer Guide
Note
Before starting the acquisition, you can call MV_CC_SetImageNodeNum to set the number
of image buffer nodes. When the number of obtained images is larger than this number,
the earliest image data will be discarded automatically.
For original image data, you can call MV_CC_ConvertPixelType to convert the image pixel
format, or you can call MV_CC_SaveImageEx2 to convert the image to JPEG or BMP format
and save as a file.
6. Optional: Call MV_CC_DisplayOneFrame to input the window handle and start displaying.
7. Call MV_CC_StopGrabbing to stop the acquisition or stop displaying.
8. Call MV_CC_CloseDevice to close the device.
9. Call MV_CC_DestroyHandle to destroy the handle and release resources.
17
    "