Represents a V4L video input device.
|
|
__init__(self,
device,
v4l2version=2)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
_probe(self)
Find out the resolutions of the device |
source code
|
|
|
|
setDevice(self,
device,
v4l2version=2)
Set the device |
source code
|
|
|
|
|
|
|
|
|
|
getBestMime(self)
Return the best supported video mime type. |
source code
|
|
|
|
|
|
|
getPipeline(self,
outputMime=None,
resolution='auto')
Construct a string which is parsable as the "input" part of
the pipeline for a gstreamer camera. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|