サンプルプログラム
A selection of C++ Example Programs is available at https://www.github.com/TheImagingSource/ic4-examples/tree/master/cpp/ .
The repository contains both simple examples showcasing a single feature of the IC Imaging Control 4 C++ Class Library as well as more complete applications that can prove useful when using the camera. The most notable applications are described below:
ic4-ctrl
A console application that can be used to perform basic tasks, such as
- Device enumeration
- Device configuration
- Display live video
- Save image
- Save video file
qt6-demoapp
A simple Qt6 application allowing selection and configuration of a video capture device. The program also shows how to embed a display in a Win32 window, save images and/or video files.
The application does not use the builtin dialogs, but instead uses a Qt implementation of the dialogs found in the qt6-dialogs directory.
win32-mfc-demoapp
A simple Win32 application allowing selection and configuration of a video capture device. The program also shows how to embed a display in a Win32 window, save images and/or video files.