Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 922 Bytes

File metadata and controls

34 lines (26 loc) · 922 Bytes
layout title description needAutoGenerateSidebar needGenerateH3Content noTitleIndex permalink
default-layout
ResourcesPath - Dynamsoft Capture Vision Parameter Reference
The parameter ResourcesPath of Dynamsoft Capture Vision.
true
false
true
/parameters/reference/code-parser-task-settings/resources-path.html

ResourcesPath

Parameter ResourcesPath specifies the directory path that contains the resources needed for code parsing.

Example

{
    "ResourcesPath" : "../VIN/"
}

Parameter Summary

Brightness Parameter Summary
Type
String
Range
any valid string
Default Value
""

Remarks

  • The default value, "", means the resources directory under current executable path.
  • ResourcesPath can be either an absolute path or a relative path. When the value is a relative path, it's relative to current executable path.