Releases: free5lot/Camera_Net
Releases · free5lot/Camera_Net
Camera_Net (version 1.1.2)
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:
- Select camera
- Select resolution
- Show camera's output
- Overlay image on the frame
- Take snapshots of the frame
- Change TV mode (PAL, NTSC, etc.)
- Display dialog windows of the camera (from drivers)
- Get a list of available cameras and resolutions
For further information please read repo's description.
Camera_Net (version 1.1.1)
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:
- Select camera
- Select resolution
- Show camera's output
- Overlay image on the frame
- Take snapshots of the frame
- Change TV mode (PAL, NTSC, etc.)
- Display dialog windows of the camera (from drivers)
- Get a list of available cameras and resolutions
For further information please read repo's description.
Camera_Net (version 1.1.0)
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:
- Select camera
- Select resolution
- Show camera's output
- Overlay image on the frame
- Take snapshots of the frame
- Change TV mode (PAL, NTSC, etc.)
- Display dialog windows of the camera (from drivers)
- Get a list of available cameras and resolutions
For further information please read repo's description.
Camera_Net (version 1.0.0)
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:
- Select camera
- Select resolution
- Show camera's output
- Overlay image on the frame
- Take snapshots of the frame
- Change TV mode (PAL, NTSC, etc.)
- Display dialog windows of the camera (from drivers)
- Get a list of available cameras and resolutions
For further information please read repo's description.