diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2021-10-06 10:26:00 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2021-10-06 10:44:26 +0300 |
| commit | 2b1a8f48f3a414e565cefb809f3e6a7c6aa5f8a7 (patch) | |
| tree | 3f274b92d00754e6a5980f07b2c9cefcbf2cae53 /py/pyv4l2/__init__.py | |
| parent | f691ed65d6bcfff0abbc2d7ce58e560af3ee63dc (diff) | |
Split V4L2 code into separate libs
Create v4l2++ library and pyv4l2, which are independent from the rest of
the kms++.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'py/pyv4l2/__init__.py')
| -rw-r--r-- | py/pyv4l2/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/py/pyv4l2/__init__.py b/py/pyv4l2/__init__.py new file mode 100644 index 0000000..02541c5 --- /dev/null +++ b/py/pyv4l2/__init__.py @@ -0,0 +1,5 @@ +from .pyv4l2 import * +from enum import Enum +import os +import struct + |
