node-red-node-rdk-camera
Version:
搭配RDK硬件使用摄像头的Node-RED节点(Node-RED node for using camera on a RDK hardware)
83 lines (82 loc) • 2.78 kB
JSON
{
"rdk-camera" : {
"names": {
"imagestream": "image stream",
"takephoto": "take photo"
},
"label" : {
"camerapi" : "CameraPi",
"cameratype": "Camera Type",
"fps": "Sample Rate",
"port": "PORT",
"defport": "Default Port",
"filename" : "File Name",
"filedefpath" : "File default path",
"filepath" : "File Path",
"filemode" : "File Mode",
"resolution" : "Image Resolution",
"fileformat" : "File Format",
"filefqn" : "File Qualified Path and Name",
"imageproperties": "Image Properties",
"brightness" : "Brightness",
"rotation" : "Rotation",
"flip": "Image Flip",
"hflip": "Horizontal",
"vflip": "Vertical",
"contrast" : "Contrast",
"sharpness" : "Sharpness",
"imageeffect" : "Image Effect",
"presets": "Preset modes",
"exposuremode" : "Exposure",
"iso" : "ISO",
"agcwait" : "Wait for AGC",
"quality" : "Quality",
"led" : "LED",
"iso": "ISO",
"awb": "AWB",
"res1" : "320x240",
"res2" : "640x480",
"res3" : "800x600",
"res4" : "1024x768",
"res5" : "1920x1080",
"res6" : "2592x1944",
"name" : "Name",
"none" : "none"
},
"options" : {
"usbtype" : "USB Camera",
"mipitype" : "MIPI Camera",
"automode" : "Auto File Name",
"custommode" : "Custom File Name",
"bufferedmode" : "Buffered Mode",
"yes" : "Yes",
"no" : "No",
"on" : "On",
"off" : "Off"
},
"status" : {
"working": "working",
"stopped": "paused"
},
"placeholder" : {
"filename" : "Filename with extension",
"filepath" : "Full filepath",
"brightness" : "0 to 100",
"contrast" : "-100 to 100",
"sharpness" : "-100 to 100",
"quality" : "80",
"name" : "Take photo node",
"port" : "3000 - 65535"
},
"errors" : {
"invalidPath": "Invalid path!",
"invalidFileName": "Invalid file name!",
"invalidPort": "Invalid port!",
"badEnv": "Lack of lib for camera!",
"badCamera": "Open camera failed!",
"badConnection": "Establish connection failed!",
"usbCamNotFound": "USB Camera Not Found!",
"mipiCamNotFound": "MIPI Camera Not Found!"
}
}
}