mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
JSON: Fixing Sensor Name field
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"Library": "vcap",
|
||||
"Description": "Take a snapshot from a video camera and save as a JPEG",
|
||||
"Sensor Class": {
|
||||
"vcap": {
|
||||
"VCAP": {
|
||||
"Name": "API for the Video Capture driver",
|
||||
"Description": "This is the UPM Module for the Video Capture driver. This UPM module captures a still frame from a Linux V4L device, such as a USB webcam, and and then allows you to save it as a JPEG image into a file. The camera and driver in use must support streaming, mmap-able buffers and must provide data in YUYV format. This should encompass most video cameras out there. It has been tested with a few off the shelf cameras without any problems.",
|
||||
"Aliases": ["vcap"],
|
||||
|
Reference in New Issue
Block a user