Use the is_ImageFile() function to save the current image as a BMP or JPEG file. To
save a specific image, it is better to use the Snap function (single frame mode) than the
Live function (continuous mode).
See also:
How to proceed: Saving images and videos
When you want to exit your application, close the camera with is_ExitCamera(). The
camera and the allocated memory are automatically released. All previously set camera
parameters will be lost, however. So, if you want to save specific settings, use the
is_ParameterSet() function before closing the camera. The next time you start the
application, you can simply load the settings again by using the same function.