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.
- Host: GitHub
- URL: https://github.com/openmiko/ingenic_videocap
- Owner: openmiko
- Created: 2020-09-07T04:47:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T05:02:22.000Z (over 2 years ago)
- Last Synced: 2024-10-30T21:37:55.451Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.8 MB
- Stars: 11
- Watchers: 4
- Forks: 15
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ip-camera - ingenic_videocap
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