fryshorts
707047a31e
linux-v4l2: Fix documentation
...
Remove argument in documentation that does not exist in the code.
2015-04-08 23:02:58 +02:00
fryshorts
99b6a018cc
linux-v4l2: Add helper function to set dv timing
...
Add a helper function to set the dv timing for the input.
2015-02-24 23:32:46 +01:00
fryshorts
0a6cf208f1
linux-v4l2: Add helper function to get dv timings
...
Add a helper function to get a dv timing by index for the input.
2015-02-24 23:32:46 +01:00
fryshorts
7dc9069c1b
linux-v4l2: Add helper function for video standard
...
Add a helper function to get/set the video standard for the input.
2015-02-23 21:27:08 +01:00
fryshorts
96b994afb2
linux-v4l2: Add helper function to get input caps
...
Add a helper function to get the capabilities of a specific or the
currently selected input of the device.
2015-02-23 20:34:44 +01:00
fryshorts
dcd395f77e
Use helper function to set framerate in v4l2 input.
2014-09-16 00:11:36 +02:00
fryshorts
6c8216c6a6
Use helper function to set format in v4l2 input.
...
Since the helper function also needs to pack/unpack the resolution, the
pack/unpack functions were moved to the helper library and prefixed with
v4l2_ in order to avoid possible collisions.
2014-09-16 00:11:28 +02:00
fryshorts
8d95a7fb47
Use helper function to set input in v4l2 input.
2014-09-16 00:09:16 +02:00
fryshorts
71200051b0
Move some functions to separate file for v4l2 plugin.
...
This moves some functions that are generic to a separate source
file. While doing so the api to those functions was improved to
be more generic and not depend on knowledge about the internal
structure of the plugin.
2014-08-11 23:35:43 +02:00