An open API service indexing awesome lists of open source software.

https://github.com/openmiko/ingenic_videocap

This project is designed to capture frames from the Ingenic T20 camera and write them to a V4L2 device.
https://github.com/openmiko/ingenic_videocap

Last synced: 3 months ago
JSON representation

This project is designed to capture frames from the Ingenic T20 camera and write them to a V4L2 device.

Awesome Lists containing this project

README

        

This project is designed to capture frames from the Ingenic T20 camera and write them to a V4L2 device.

The main stream must be channel 0, group 0.
The secondary stream must be channel 1, group 1.

One group only supports one resolution, and different resolutions need to be in distinct groups.
However a single group can support both H264 and JPEG capture formats.

**Config options in settings.json**

_flip_vertical:_
- 0 no flip
- 1 vertical flip

_flip_horizontal:_
- 0 no flip
- 1 horizontal flip

_timestamp_24h:_
- 0 12h display
- 1 24h display

_timestamp_location:_
- 0 top left corner
- 1 top roght corner
- 2 bottom left corner
- 3 bottom right corner

_show_timestamp:_
- 0 disable timestampt
- 1 enable timestamp

_enable_audio:_
- 0 disable audio
- 1 enable audio