Need better scanning performance?
ImageSourceName
Parameter ImageSourceName indicates the input source name, used to refer to the ImageSource object. It is used to define the input image source of DCV.
JSON Structure
Location in template:
CaptureVisionTemplates[i]
└── ImageSourceName
Parent object: CaptureVisionTemplate object
Example:
{
"ImageSourceName": "isa_1"
}
- This snippet shows only the
ImageSourceNameparameter.- To use it, embed this parameter within a CaptureVisionTemplate object.
- For the complete JSON structure, see:
Parameter Details
| ImageSourceName Parameter Details |
|---|
| Type String |
| Range The name of the ImageSource object. |
| Default Value ”” |
| Remarks ”” indicates that there is no default input image source, which needs to be specified using the SetInput API. |