Skip to content

Releases: free5lot/Camera_Net

Camera_Net (version 1.1.2)

13 Feb 10:47
Compare
Choose a tag to compare

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

Changes in version 1.1.2:

  • Attributes [Browsable(false)] and [DesignerSerializationVisibility] were added to properties that couldn't be used in a form editor and throw warnings during serialization.
  • PostBuildEvent with release DLL output

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.

Camera_Net (version 1.1.1)

12 Feb 08:35
Compare
Choose a tag to compare

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

Changes in version 1.1.1:

  • Fixed an problem when moving from one monitor to second one
  • .NET2 and .NET3.5 assemblies are available in addition to .NET4.

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.

Camera_Net (version 1.1.0)

30 Dec 05:32
Compare
Choose a tag to compare

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.

Camera_Net (version 1.0.0)

19 Oct 15:07
Compare
Choose a tag to compare

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

It's a first public open source release of Camera_Net library.


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.