CV-0.3.5.4: OpenCV based machine vision library

Safe HaskellSafe-Infered

CV.Video

Documentation

newtype Capture Source

Constructors

Capture (ForeignPtr Capture) 

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

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

data Codec Source

Constructors

MPG4 

Instances