logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
RoboST  
#1 Posted : Monday, February 6, 2017 5:59:07 PM(UTC)
RoboST

Rank: Advanced Member

Groups: Registered
Joined: 9/2/2014(UTC)
Posts: 91
Location: Washington

Thanks: 18 times
Was thanked: 2 time(s) in 2 post(s)
I guess this could also be done if there was motion sensing from a Camera built into vMix.

Any way to use motion sensors (or other external sensors) to interface with vMix?

doggy  
#2 Posted : Monday, February 6, 2017 6:14:46 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
I trigger functions with infrared gates (acting as a switches) through a visual basic scripts that reads a serial pin status and sends an API command to vMix accordingly
DWAM  
#3 Posted : Monday, February 6, 2017 6:24:28 PM(UTC)
DWAM

Rank: Advanced Member

Groups: Registered
Joined: 3/20/2014(UTC)
Posts: 2,721
Man
France
Location: Bordeaux, France

Thanks: 243 times
Was thanked: 794 time(s) in 589 post(s)
It's also possible to send http requests to vMix API from an Arduino (with Ethernet) with motion sensors for example.
thanks 1 user thanked DWAM for this useful post.
RoboST on 2/6/2017(UTC)
doggy  
#4 Posted : Monday, February 6, 2017 6:44:33 PM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,081
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
DWAM wrote:
It's also possible to send http requests to vMix API from an Arduino (with Ethernet) with motion sensors for example.


true but one doesnt really need an Arduino to interface a switch mechanisme, 4 up to 15 switches (on/off states) can be checked through a simple serial ( to usb) port testing. Most sensors basically have a on/off state

doggy attached the following image(s):
SerialButtonBox.gif (6kb) downloaded 2 time(s).

You cannot view/download attachments. Try to login or register.
thanks 2 users thanked doggy for this useful post.
DWAM on 2/6/2017(UTC), RoboST on 2/6/2017(UTC)
RoboST  
#5 Posted : Monday, February 6, 2017 7:34:47 PM(UTC)
RoboST

Rank: Advanced Member

Groups: Registered
Joined: 9/2/2014(UTC)
Posts: 91
Location: Washington

Thanks: 18 times
Was thanked: 2 time(s) in 2 post(s)
I'll look at the Arduino route (connect to the network via WiFi), I don't want to run cables to where I need the sensors (just power). I want one in each room and the performer can walk between rooms and have vMix switch to the Input with the camera in that room (fed using NDI).

I'll have to see how vMix handles getting constant change input to the same input/room if motion is detected but I could code this to not send the Input change via the vMix API if vMix is already on that Input I think.

Also trying to find some motion sensors that can connect via WiFi and I could use one of the PC's as the controller and send the necessary commands to vMix.

phili76  
#6 Posted : Monday, February 6, 2017 10:48:06 PM(UTC)
phili76

Rank: Newbie

Groups: Registered
Joined: 9/26/2012(UTC)
Posts: 3
Location: Vienna

Was thanked: 1 time(s) in 1 post(s)
Another option could be an esp8266 with esp easy firmware. Easy webinterface to configure the sensors, generic http protocol to define the api call.
Esp8266 module for 3$

http://www.letscontrolit...syProtocols#Generic_HTTP

Philipp
Users browsing this topic
Guest (2)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.