Driver implemented in: vsmGadgetServer

Content

Summary

This document provides information about the Arkona JPEG streaming protocol implementation for VSM.

Status of Driver

APPROVED 

Component for Driver

GADGETSERVER

Release (Build) of Component

vsmGadgetserver 5.4.x and later

Revision of Implementation1.0


Name/Type of 3rd Party APIEmber+
Version of 3rd Party API
Additional 3rd Party information


Connection


Connection TypeTCP/ IP
Default Port9010

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

0x0000Image DataConaints an encoded JPEG image
0x0001Subcribesubscribes to an output
0x0002Unsubscribeunsubscribes 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