-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
running on raspi #46
Comments
awesome!
Also looks like this could be a good point to do a "release" :P |
nice. I just noticed that fullscreen(...) crashes. maybe I need to find other ways to hide the title bar |
seems like it's just an issue with resolution. it shouldn't go higher than 720p. I need to set the resolution of raspi but config.txt is not working for me so I will look into it later |
I ended up using xrandr command to change resolution after boot. I have an image ready but it's basically a |
Hmm, Installing it on a Raspberry 3 with 4.9, I get an error that it can't find spout. Is there some part of the code that thinks I'm running on Windows and looks for that library? |
I think you have to comment out the lines that import spout. There is no
way to dynamically switch on/off imports.
…On Thu, Oct 10, 2019 at 12:04 Rowan Copley ***@***.***> wrote:
Hmm, Installing it on a Raspberry 3 with 4.9, I get an error that it can't
find spout. Is there some part of the code that thinks I'm running on
Windows and looks for that library?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#46?email_source=notifications&email_token=AAOAASPLNCLD5BT66PYBW7LQN2SWDA5CNFSM4FKMSVG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEA2O3AQ#issuecomment-540339586>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOAASMTGCLOQZLP2WPXK3TQN2SWDANCNFSM4FKMSVGQ>
.
|
Oh hello Rowan ! I was fixing #47 and maybe forgot to comment the lines again. Whatever is up now should work! |
Hey Max! Yep that was it, thanks :) |
it seems freeliner works out of the box as long as full kms is enabled. ref:
https://pi.processing.org/technical/#experimental-graphics
I will do more tests on framerate and stuff... my idea is to make a raspi-freeliner box image so you plug it into a beamer, mouse/keyboard and works when powered + use wifi hotspot to connect tablet etc for control
The text was updated successfully, but these errors were encountered: