CV-0.3.5.3: OpenCV based machine vision library

Safe HaskellSafe-Infered

CV.Video

Documentation

newtype Capture

Constructors

Capture (ForeignPtr Capture) 

withCapture :: Capture -> (Ptr Capture -> IO b) -> IO b

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

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

setCapProp :: Real a => Capture -> CapProp -> a -> IO CInt

data Codec

Constructors

MPG4 

Instances