Skip to content

Releases: nickluo/CameraCapture

Demo Release

11 Aug 07:51

Choose a tag to compare

Demo Release Pre-release
Pre-release

In configuration file CameraCapture.exe.config

  <appSettings>
    <add key="filepath" value="Video\"/>
    <add key="snapformat" value="png" />
  </appSettings>

Modify value of key "filepath" for setting saving path of videos and snapshots; Default path is current path in which this application is running.

Modify value of key "snapformat" for setting image encoding format of snapshots.
Possible formats (case insensitive):

  • Jpeg (default format)
  • Png
  • Bmp
  • Tiff
  • Gif

Correspond default values would be used if any missing or invalid.
Video and snapshot file will be named automatically when creating.

Requirements: Windows 7/8/8.1/10 with .NET framework 4.5.2