aperegrina
Posts: 1
Joined: Mon Feb 24, 2020 7:32 am

switching between video files

Mon Feb 24, 2020 7:40 am

Hey there everyone! Sorry to be asking such a simple question, but I'm playing with a raspberry pi 3 B+ for an art installation piece as part of a senior project. Ideally, there is going to be a physical map with touch-sensitive spots where towns are located and when touched a projector will switch a to a video file showing the location in a 3D animated scene that will loop until another location is touched.

That's the idea anyway! I'm dipping my toes into python and hoping this won't be too hard of a concept. Unfortunately, I'm having a harder time picking up on the very basics than I expected. I've figured out that omxplayer can launch a video file in full screen and that's about it! :lol:

User avatar
topguy
Posts: 6527
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: switching between video files

Mon Feb 24, 2020 2:48 pm

Without any specific issues you want help with its a bit hard to come up with useful information.
Do you now just focus on the "play video" part ?
Since this is posted in Python I'm assuming you want to implement it in Python ? How are your skills there ?

Return to “Python”