
Machine Vision Camera SDK (C) Developer Guide
Chapter 3 Image Acquisition and Display
Two methods of image acquisition are provided in the MvCameraSDK. You can get the image
directly after starting stream or get the image in registered callback function.
● For detailed programming flow of getting image directly, refer to Get Image Directly .
● For detailed programming flow of getting image in callback function, refer to Get Image in
Callback Function .
Note
Now supports processing the images behind the image acquisition APIs via generated ISP
configuration files. You should create a folder named "ISPTool" in Users folder of C disk (e.g., C:
\Users\Kevin\ISPTool), and copy the calibration file (.bin) and configuration file (.xml) to the
"ISPTool" folder.
3.1 Get Image Directly
You can directly get the image after starting getting stream, or adopts asynchronous mode (thread
or timer) to get the image.
11



































































































































































































































































































































































































