Attract-Mode Support Forum

Attract-Mode Support => Scripting => Topic started by: Bbuschke on February 27, 2017, 08:30:34 PM

Title: Camera display
Post by: Bbuschke on February 27, 2017, 08:30:34 PM
I have an ip security camera connected to my raspberry pi. I can view the live stream by typing ip address in Web browser. Is there a way to either have a screen that shows the camera feed pop up when a button is  pushed or just have the camera feed show on a in a layout?
Title: Re: Camera display
Post by: liquid8d on February 28, 2017, 07:48:00 PM
You cannot display the video feed in AM itself, but you can launch an external app on a button press, so if you have an external app that can show the feed that could be done. I think ideally it would be an app that could be exited with a button press, and not your browser.. perhaps VLC?
Title: Re: Camera display
Post by: Bbuschke on March 01, 2017, 04:16:22 AM
Vlc would work. Do you know how I would do it