Accessing camera data via MJPEG stream

Vision Connector User Manual

Portfolio
Industrial AI
Product
Vision Connector
Software version
1.2.2
Language
English

Vision Connector offers a continuous camera stream and a regularly updated camera preview stream via the following end points with the content type image/jpeg.

Camera stream: /vca/pe/stream/{camera_id}

Camera preview: /vca/pe/preview/{camera_id}

Server-sent events (SSE) with content type text/event stream are also sent by the application to provide time stamps and status information on the camera stream.

SSE endpoint: /vca/pe/event/{camera_id}

Example for the SSE payload:

event: timestamp

data: 2024-02-02T15:43:13.099Z

event: status

data: STREAMING

Possible status data values: LOADING, STREAMING and FINISHED