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

Portabilityno
Stabilityno
Maintainerclaude@mathr.co.uk
Safe HaskellNone

Graphics.V4L2.VideoStandard

Description

 

Synopsis

Documentation

videoStandards :: Device -> IO (Map VideoStandardID VideoStandardInfo)Source

Enumerate video standards.

Drivers may enumerate a different set of standards after switching the video input or output.

getVideoStandard :: Device -> IO VideoStandardSource

Get the current video standard.

setVideoStandard :: Device -> VideoStandard -> IO ()Source

Set the current video standard.

detectVideoStandard :: Device -> IO VideoStandardSource

Detect the current video standard.