Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 289 Bytes

File metadata and controls

13 lines (8 loc) · 289 Bytes

Capture Camera

CaptureCamera will take a photo using your Macbook camera here is how to use it:

require 'capture_camera'
include Capture
take_photo :filename => "~/Desktop/capture_test.jpg", 
           :size     => [640,480]

Install:

gem install capture_camera