サンプルプログラム

A selection of C# example programs is available on github at https://www.github.com/TheImagingSource/ic4-examples/tree/master/dotnet/ .

The repository contains both simple examples showcasing a single feature of the IC Imaging Control 4 .NET 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

DialogApp-framework45

A minimal Windows Forms application based on .NET Framework 4.5, allowing selection and configuration of a video capture device and displaying live video.

DialogApp-net6

A minimal Windows Forms application based on .NET 6, allowing selection and configuration of a video capture device and displaying live video.