Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 700 Bytes

USB Camera Peripheral

Simple App which enables to communicate with USB Camera through avicap32.dll library.

Developed for Peripheral Devices course during lab along with my group mate - Elrathos.

Features

  • Select driver and camera device
  • Change video format
  • Change video source
  • Capture a photo (saves with fixed name in current folder)
  • Capture a video (saves with fixed name in current folder)
  • Continiously (every ~20ms) capture photo and override it - further used for WWW "video" stream (check www-stream subfolder)

Please note that the App was developed during one lab time (~3 hours), not everything may work perfectly.