Disguise OSC Protocol

Stream focus and zoom positions to Disguise using OSC

OSC (Open Sound Control)

The OSC packet will be sent as a bundle in the following format

d3/camera/cam1/focus:0.0
d3/camera/cam1/zoom:0.0

The values will be as follows

zoom focal length (float) in mm
focus distance (float) in cm

On the micro-SD card, there is a config file for user selecting the streaming format.

If file doesn’t exist, you need to create the file, naming it ‘stream.txt’

The file consists of one line and can be edited with any text editor.

Line 1 - hex value of streaming format Below is an example stream.txt file

0D

To set the camera ID number, create or edit the file ‘cameraid.txt and edit the 1st line to set the camera ID 1-9 in decimal or 00-FF in hex.

01

Be sure to setup dest.txt for destination IP and port that is receiving packets, see configuration

Note: SYNCRO-LINK must be on firmware v0.3.3 or later