ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

Simple video slide show

Open toughvj opened this issue 6 years ago • 5 comments
trafficstars

Hi everybody. I've wrote a simple video slide show as an fbo source, that somebody may want to use. It's very basic for now.

It's getting files from sources/video folder, for default it plays first video in loop. Calling toggleSlideShow() we may switch to slide show and back to playing only current movie. There are also playNextMovie() and playPrevMovie() which makes what it says.

In the future i would like to add some transitions between loaded movies.

https://www.dropbox.com/sh/boflyyb5nkzh667/AAA3lu1xyw4K8ofMPt8NaOROa?dl=0

toughvj avatar Jan 28 '19 19:01 toughvj

Just updated with basic transition based on aplha blending.

https://www.dropbox.com/sh/k3wygvb4xsl0ylx/AAAk1w_b9dPiUbQDexV0UQpPa?dl=0

toughvj avatar Jan 29 '19 18:01 toughvj

this sound interesting to me, especially the playNextMovie() command.

However, your dropbox link is dead, would you mind putting this on github, so we can see what you changed and maybe add this as a merge to original ofxPiMapper.

magdesign avatar Mar 11 '22 11:03 magdesign

this should work: https://www.dropbox.com/s/h0v36j5nb7ha6gv/ofxPiMapper.zip?dl=0

toughvj avatar Mar 11 '22 12:03 toughvj

Thank you very much! I guess its in coded in the "mapOne" folder. how do you do "playNextMovie()" ? is there a shortcut assigned or via dbus or is it not coded yet?

magdesign avatar Mar 13 '22 11:03 magdesign

No problem, I abandoned this project some time ago but I'll try to help. playNextMovie() is assigned to keyPressed event.

toughvj avatar Mar 14 '22 11:03 toughvj