- Sun Mar 24, 2019 5:28 pm
#81325
The raspberry pi method would be easy if you have those bits already. I use the Pi for all my video cam projects as its onboard GPU makes the handling of real time high quality video easy. There are many software solutions for this e.g.
https://elinux.org/RPi-Cam-Web-InterfaceNote that a Pi Zero W is fine for this task if you want to keep the Pi 3 for other things.
You could try decoding directly from the LED displays if you want to avoid a camera based approach. There are a couple of complications with this method. First you may need a fair number of GPIOs. Second the display is almost certainly multiplexed making the capture and decoding a bit trickier.