cyberboy666 / recurBOY

a rpi0 video-instrument – created in collaboration with Guergana Tzatchkova
GNU General Public License v3.0
69 stars 6 forks source link

play image files? #9

Closed guergana closed 1 year ago

guergana commented 4 years ago

several people asked at fubar if still images or gifs could be played.

hacklab01 commented 4 years ago

omxplayer can't play gifs so that's a no go. Other players like mplayer etc play them properly but overheating is an issue there.

cyberboy666 commented 4 years ago

i havnt tried yet but there is an extension for openframeworks here which might handle gifs: https://github.com/Geistyp/ofxGif, also it is possible the default ofVideoPlayer (not the omx version) might have a go at it ...

but yes overheating / performance still might be a problem for the pi0

Schum495 commented 4 years ago

Noob question, but how do I get my own video assets playing on the Boi? I looked through the files and didn't notice the repository for it. Also, what type of USB cameras are compatible with Recur Boy?

guergana commented 4 years ago

Hi, you can play your own files by plugging and usb stick to the Raspberry pi in a /Videos folder at the root. The camera works with an easycap. https://www.amazon.de/Videoaufnahme-Adapter-EasyCap-DC60-USB-2-0/dp/B00SKCI232

Schum495 commented 4 years ago

Much gratitude!!!

On Wed, Oct 23, 2019, 4:10 PM Ichi Rarámuri notifications@github.com wrote:

Hi, you can play your own files by plugging and usb stick to the Raspberry pi in a /Videos folder at the root. The camera works with an easycap. https://www.amazon.de/Videoaufnahme-Adapter-EasyCap-DC60-USB-2-0/dp/B00SKCI232

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/langolierz/recurBOY/issues/9?email_source=notifications&email_token=AE5CO2LXLIKK7V2GKVOND63QQC4VNA5CNFSM4JBIA672YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECC4MMI#issuecomment-545637937, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5CO2N6ZAB6TI5GQWVZ4ODQQC4VNANCNFSM4JBIA67Q .

cyberboy666 commented 1 year ago

partially fixed in software release v2_1_0

playing still images now - iv opened a new issue #23 to keep track of animated gif request (still still havnt tried this yet)