bitfocus / companion-module-barco-pds

Companion Module
MIT License
1 stars 1 forks source link

Barco PDS Output Mode #11

Open garethnunns opened 4 years ago

garethnunns commented 4 years ago

Describe the feature As a user I would like to change the output mode of Barco PDS products between (1) fullscreen, (2) PIP & (3) matrix.

Is this platform dependent (windows, mac, ..)? No

If documentation is required to implement, do you know where to find it?

The commands are outlined in the manual: OUTMODE -m <x>, where <x> is the respective mode listed above.

I've written this script that works:

#!/usr/bin/expect -f
spawn nc 192.168.0.10 3000
expect "> "
send "user\n"
expect "> "
send "OUTMODE -m 2\n"
sleep 1

Usecases Switching to PIP mode to make use of the PIP recall features, plus being able to swap back to fullscreen mode to get the preview bus.

josephdadams commented 4 years ago

This sounds like it belongs in the Barco PDS module repository, so I will transfer it there.

MarcHagen commented 4 years ago

Hi there, This is currently in the making as described in #4