Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 414 Bytes

Still image recording library

The project currently includes VideoDevice.

Precondition

VideoDevice

  1. Install v4l-utils.
    sudo apt-get install v4l-utils
    
  2. Install System.Drawing native dependencies.
    sudo apt-get install libc6-dev libgdiplus libx11-dev
    

SoundDevice

  1. Install libasound2-dev.
    sudo apt-get install libasound2-dev