Check out falcon Christmas forums has all u want about the pi. We use them all day
Sent from my iPhone using Tapatalk
Check out falcon Christmas forums has all u want about the pi. We use them all dayFor me, the features would be to be able to run the program from a computer and manage several pis remotely, and second, manage videos (play, stop, pause) remotely.
I'm currently working on my timed projections (pumpkins, witch, and window) using python with 3 pis and my mac. I'm using the subprocess method to ssh into each pi and start a video which is working ok, but having to ssh into each one every time to pipe the omxplayer command can time out or take forever so timing is not reliable. Also, I need the pumpkins to pause at the end instead of stop and that's a whole different bag of worms that requires dbuscontroller... and I'm just learning all this so I'm a bit lost. But that's the fun of programming and doing this kind of stuff for Halloween, the learning.
I'm super interested in your program. Thanks for putting it together!
What hardware? U need a pi that cost 30 bucks. An sd card and a thumb drive. if wireless then a wifi dongle.Thanks for the comments guys, I had a look at Falcon Player and although the SW looks good, disregarding the cost of the PI, the other HW is damn expensive (unless I missed something)
If anyone wants to try it out, PM me and I'll send you the (beta) release.
There are HEAPS of features I can add but so far I haven't needed them and since i'm the only one using it, there hasn't been a need. For those interested, I've chosen to go down the path of Windows 10 IoT as the OS running in the background, so all code is written in C# using UWP APIs. In future, the software will provide the option to run the UI directly from the PI or on a Windows PC and controlling the Pi (or multiple PIs) through Wifi.
Well the pi actually can power the lights with the pixel pi hat but it gets complicated lol. I use something Called the falcon f16v2 to control the lights and the raspberry pis have fpp installed on them and they send the data and signals to the lights. I just switched over to the raspberry pi and fpp vs buying a 2k gaming computer with enough power to drive all that. The raspberry pis do a dang good job. Christmas is even bigger than that Halloween one is.Eric_Edwards, that's pretty impressive...do you have a list of all your materials (excluding lights)? I'm more interested in how the lights are powered since clearly the RaspberryPi can't! I would love to give it a go.