资 源 简 介
CamVue is a monitor for a locally attached camera (typically a webcam attached via USB). It is intended to allow easy projection of the camera image with minimal window decoration and minimal latency.
It has controls (usually hidden) to help manage image size, aspect ratio, and cropping.
Unlike most other camera monitoring projects (such as WebCamSpy, YAWCam, and AMCap) there is no functionality for recording or streaming camera images to the web or anywhere else.
When running under Linux it uses V4L2 API, and under Windows it uses the API provided by the VideoCapture project.
CamVue is written in Python. The Windows executable package was built with py2exe.