Plugin Development Procedure

When existing plugins cannot meet service requirements, you can develop new plugins based on the APIs provided by Vision SDK. The plugin development process includes plugin framework development, plugin input data obtaining, service logic development, output result sending, plugin building, and plugin debugging. For details about related APIs, see Process Orchestration.

Avoid using static variables in plugin development. Ensure that multiple plugin instances do not interfere with each other.