Driver implemented in: vsmGadgetServer
Content
Summary
This document provides information about the Arkona JPEG streaming protocol implementation for VSM.
Status of Driver | |
---|
Component for Driver | |
---|
Release (Build) of Component | vsmGadgetserver 5.4.x and later |
---|
Revision of Implementation | 1.0 |
---|
Name/Type of 3rd Party API | Ember+ |
---|
Version of 3rd Party API |
|
---|
Additional 3rd Party information |
|
---|
Connection
Connection Type | TCP/ IP |
---|
Default Port | 9010 |
---|
Supported Features
- Jpeg Image Streaming via gadget parameters.
The protocol provides one node for each output of the V__Pro8 device. Each node then has a parameter of type octets which has a stream identifier and the encoded jpeg image. To receive the image, a subscription on that parameter must be sent to the vsmGadgetServer.
Supported Commands
The following commands are used by the current implementation
0x0000 | Image Data | Conaints an encoded JPEG image |
---|
0x0001 | Subcribe | subscribes to an output |
---|
0x0002 | Unsubscribe | unsubscribes from an output |
---|
Configuration Details
The protocol requires no further configuration.
Known Issues
There are currently two known issues with the implementation. In order for this feature to work, vsmPanel version 3.0.108 or above and vsmStudio B1831 or above is required.
Related Articles