v4l2-0.1.0.3: interface to Video For Linux Two (V4L2)

Portabilityno
Stabilityno
Maintainerclaude@mathr.co.uk
Safe HaskellNone

Graphics.V4L2.Control

Description

 

Synopsis

Documentation

getControl :: ControlData d => Device -> ControlID -> IO dSource

Get a control.

setControl :: ControlData d => Device -> ControlID -> d -> IO ()Source

Set a control.