Skip to content

Camera_Net (version 1.1.0)

Compare
Choose a tag to compare
@free5lot free5lot released this 30 Dec 05:32
· 20 commits to master since this release

Camera_Net is a .NET library for camera easy use via DirectShow.

Changes in version 1.1.0:

  • DirectShow log file support (see DirectShowLogFilepath property)
  • Show property page for camera's output pin (see DisplayPropertyPage_SourcePinOutput())
  • Added new sample - "VerySimple". It simply runs first camera with default resolution.
  • Needless call of FilterGraph.Render() was removed. Caused a problem with some cameras
  • More accurate enumeration and choice of MediaType (media subtype, resolution and bpp)
  • Code cleaned up a bit

Features of the library:

  1. Select camera
  2. Select resolution
  3. Show camera's output
  4. Overlay image on the frame
  5. Take snapshots of the frame
  6. Change TV mode (PAL, NTSC, etc.)
  7. Display dialog windows of the camera (from drivers)
  8. Get a list of available cameras and resolutions

For further information please read repo's description.