Metadata-Version: 2.1
Name: v4l2ctl
Version: 0.1a3
Summary: Python package to control V4l2 drivers
Home-page: https://github.com/MichaelIsrael/v4l2ctl
Author: Michael Israel
Author-email: mich.m.israel@gmail.com
License: European Union Public Licence 1.2 (EUPL 1.2)
Description: ![Python version](https://img.shields.io/pypi/pyversions/v4l2ctl)
        ![Build and test](https://github.com/MichaelIsrael/v4l2ctl/workflows/Build%20and%20test/badge.svg?branch=master&event=push)
        ![Test publish](https://github.com/MichaelIsrael/v4l2ctl/workflows/Test%20publish/badge.svg?branch=master&event=push)
        [![Documentation Status](https://readthedocs.org/projects/v4l2ctl/badge/?version=latest)](https://v4l2ctl.readthedocs.io/en/latest/?badge=latest)
        ![Build and publish](https://github.com/MichaelIsrael/v4l2ctl/workflows/Build%20and%20publish/badge.svg?branch=master&event=release)
        ![Pypi version](https://img.shields.io/pypi/v/v4l2ctl)
        ![PyPI - License](https://img.shields.io/pypi/l/v4l2ctl)
        
        # v4l2ctl
        v4l2ctl is a python package to control v4l2 drivers.
        
        # Status
        The project is still in its early development stages. It can, however, already
        be used to read the name, driver, version and capabilities of a v4l2 device
        driver, and read the supported frame sizes and intervals..
        
        # Installation
        ```
        pip install v4l2ctl
        ```
        
        # Documentation
        All documentation can be found [here](https://v4l2ctl.readthedocs.io/).
        
        # Testing
        There is a lot to be tested and inforunately, I don't have enough camera
        devices to test all features. If you find any bugs or problems, please don't
        hesitate to open an [issue](https://github.com/MichaelIsrael/v4l2ctl/issues).
        
        # Copyright and licence
        Copyright 2020, Michael Israel
        
        Licensed under [the EUPL](https://joinup.ec.europa.eu/software/page/eupl)
        
Platform: Linux
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Software Development :: Libraries
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
