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
gre2gor  
#1 Posted : Friday, October 2, 2020 2:36:05 PM(UTC)
gre2gor

Rank: Advanced Member

Groups: Registered
Joined: 12/14/2018(UTC)
Posts: 74
Slovenia

Was thanked: 17 time(s) in 6 post(s)
Our venue just upgraded their scoreboard to Bodet videowall. It is hard to run OCR since they constantly change on screen display. Now I have found out that there is an option to get some kind of a ethernet plug. How do you deal with it? How to get time data into vMix or any usable form?

doggy  
#2 Posted : Friday, October 2, 2020 5:13:30 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
You haven't given many details about "ethernet plug" which i assume to be some sort of data providing plug.

There are many ways of getting data into vmix from different sources and routes and sometimes you do it with a little "translator" for vMix to like

If they are able to retrieve and display , so can you (if they give you acces to the source ;-) )
mavik  
#3 Posted : Friday, October 2, 2020 5:30:45 PM(UTC)
mavik

Rank: Advanced Member

Groups: Registered
Joined: 4/23/2017(UTC)
Posts: 1,144
Man
Location: Germany

Thanks: 3 times
Was thanked: 166 time(s) in 148 post(s)
I can assume that there is some kind of central (server or appliance) that ingests the change from a controller and provides the data to be rendered. You would want to have access to this data feed. Sometimes it's rss, sometimes xml, API or something else. You have to ask them how to get that feed.
desmar  
#4 Posted : Friday, October 2, 2020 6:18:32 PM(UTC)
desmar

Rank: Advanced Member

Groups: Registered
Joined: 8/21/2015(UTC)
Posts: 324
Man
Canada
Location: Cornwall, Ontario, Canada

Thanks: 18 times
Was thanked: 80 time(s) in 60 post(s)
Check out link below

Sportzcast Facebook Page
Sportzcast Score Link

Sportzcast has a couple of devices available.

Eric Pratt from US Broadcast Distribution might be able to help you if you have any questions.

Theses units work with almost all Scoreboards out there..

Originally Posted by: mavik Go to Quoted Post
I can assume that there is some kind of central (server or appliance) that ingests the change from a controller and provides the data to be rendered. You would want to have access to this data feed. Sometimes it's rss, sometimes xml, API or something else. You have to ask them how to get that feed.


gre2gor  
#5 Posted : Friday, October 2, 2020 11:24:01 PM(UTC)
gre2gor

Rank: Advanced Member

Groups: Registered
Joined: 12/14/2018(UTC)
Posts: 74
Slovenia

Was thanked: 17 time(s) in 6 post(s)
This is the one. Anyone here has some expirience with this protocols?

https://static.bodet-spo...20protocols-Scorepad.pdf
mavik  
#6 Posted : Monday, October 5, 2020 5:57:01 PM(UTC)
mavik

Rank: Advanced Member

Groups: Registered
Joined: 4/23/2017(UTC)
Posts: 1,144
Man
Location: Germany

Thanks: 3 times
Was thanked: 166 time(s) in 148 post(s)
From a short look, it seems that the communication is RS232. You would need to translate the serial commands into something that vmix understands. Some bridge code.
doggy  
#7 Posted : Monday, October 5, 2020 6:04:07 PM(UTC)
doggy

Rank: Advanced Member

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

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: mavik Go to Quoted Post
From a short look, it seems that the communication is RS232. You would need to translate the serial commands into something that vmix understands. Some bridge code.


not that hard: pick out the bit from the serial data received send to vMix titles with httprequests

First step is to get the raw serial data in and check with free available serial data readers
omnisound  
#8 Posted : Monday, November 9, 2020 3:01:09 AM(UTC)
omnisound

Rank: Member

Groups: Registered
Joined: 3/19/2011(UTC)
Posts: 28
Man
France
Location: France

Thanks: 1 times
Hi, I'm in the same case ! Have you find any solution to do that ?
I'm going to work to develop a translator software but if you have a better solution it will be good.

Loïc (from France)
AlbertoBCN  
#9 Posted : Tuesday, December 28, 2021 8:50:37 AM(UTC)
AlbertoBCN

Rank: Newbie

Groups: Registered
Joined: 1/28/2017(UTC)
Posts: 8

Was thanked: 3 time(s) in 2 post(s)
Did anyone make the bodet scorepad to communicate with vMix? We work in a venue that has a Bodet scoreboard and we use a Raspberry Pi connected to the RS232 port. It was easy to get it to work.

gre2gor  
#10 Posted : Tuesday, December 28, 2021 2:30:09 PM(UTC)
gre2gor

Rank: Advanced Member

Groups: Registered
Joined: 12/14/2018(UTC)
Posts: 74
Slovenia

Was thanked: 17 time(s) in 6 post(s)
Which Bodet? Scorepad? How do you connect RPI to RS232?
gre2gor  
#11 Posted : Sunday, April 21, 2024 9:35:40 PM(UTC)
gre2gor

Rank: Advanced Member

Groups: Registered
Joined: 12/14/2018(UTC)
Posts: 74
Slovenia

Was thanked: 17 time(s) in 6 post(s)
Anyone have any solution? I have a semi working python script, but always up for better solution.
Roy Sinclair  
#12 Posted : Thursday, April 25, 2024 7:34:25 AM(UTC)
Roy Sinclair

Rank: Advanced Member

Groups: Registered
Joined: 11/23/2020(UTC)
Posts: 153
United States
Location: Wichita

Thanks: 9 times
Was thanked: 21 time(s) in 17 post(s)
Originally Posted by: gre2gor Go to Quoted Post
Anyone have any solution? I have a semi working python script, but always up for better solution.


Since you can get full single board computers these days for less then $20, I suggest you get a single board computer with both a serial interface and a network interface (cable or wifi) and install Linux on it and of course Python and then let your Python script translate the "messages" as detailed in the manual linked above (or better yet in the manual for the system you are using if it's not exactly the same) to HTTP requests to Vmix to update the Titles in your vMix Scoreboard.

That system can be mounted in a box to protect it and hooked to the scoreboard and placed in some convenient but out of the way place. That's basically what the poster above appears to be doing with his Raspberry PI so you can try contacting him to see if he can give you better advice.
Users browsing this topic
Guest
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.