Basler Vision Connector Messaging: Stopping Image Streaming#
This command terminates camera image streaming. It's not considered an error, if the camera with this DeviceID isn't streaming at the moment or if streaming had already been stopped. An appropriate message is provided in the response.
When streaming is stopped either automatically or via the StopStreaming
command, the Basler Vision Connector sends the message code 0x00000003
. See also Message Codes(#info-message-codes).
JSON Payload#
Field | Optional | Type | Description |
---|---|---|---|
TransactionID | Yes | String | Transaction identification |
Action | No | String | Method called. Fixed value: StopStreaming |
DeviceID | No | String | Device identification |
Response Object#
Field | Optional | Type | Description |
---|---|---|---|
TransactionID | Yes | String | Transaction identification |
ReturnCode | No | Integer (32-bit unsigned) | Message code following Message Codes |
Message | Yes | String | Response message |