-
Notifications
You must be signed in to change notification settings - Fork 17
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
camera resolution / ratio #5
Comments
Hi Stephan, I think poseOSC just uses the default resolution, but it can be changed on line: |
so I can just add code to Contents/Resources/app/app.js and the already compiled binary will automatically use those changes? |
yup, it's not really compiled, just "wrapped" :) |
it works indeed.
|
Hi @stephanschulz, just BTW these properties are now tweak-able in the new release from It's just a little bit neater than changing app.js :) |
Hi.
I love the poseOSC complied app. Works like a charm.
It seems my c920 Logitech gets initialed at 640x480 resolution. Is there a way to make it init with a different res like 1280x720 without having to compile the electron app in to a binary? Maybe a json setting file ... :) ?
The text was updated successfully, but these errors were encountered: