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.