Added Another set of JSON files(61)

Signed-off-by: msgtfrank <frankww1@gmail.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
msgtfrank
2017-08-07 18:57:15 -07:00
committed by Abhishek Malik
parent db89d872b4
commit 287d716401
61 changed files with 3491 additions and 114 deletions

25
src/vcap/vcap.json Normal file
View File

@ -0,0 +1,25 @@
{
"Library": "vcap",
"Description": "Take a snapshot from a video camera and save as a JPEG",
"Sensor Class": {
"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"],
"Categories": ["video"],
"Connections": ["other"],
"Project Type": ["medical", "industrial", "commercial", "prototyping"],
"Manufacturers": ["other"],
"Image": "vcap.jpg",
"Examples": {
"Java": ["VCAP_Example.java"],
"Python": ["vcap.py"],
"Node.js": ["vcap.js"],
"C++": ["vcap.cxx"]
},
"Urls": {
"Product Pages": ["https://github.com/intel-iot-devkit/upm/tree/master/src/vcap"]
}
}
}
}