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.