CV-0.3.7: OpenCV based machine vision library

Safe HaskellNone

CV.Video

Documentation

newtype Capture Source

Constructors

Capture (ForeignPtr Capture) 

type VideoStream c d = Stream IO (Image c d)Source

getFrameSize :: (Integral t, Integral t1) => Capture -> (t, t1)Source

data Codec Source

Constructors

MPG4 

Instances