-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add camera support for linux (V4L2) #12580
Conversation
f276b3c
to
6aa063b
Compare
@@ -1409,12 +1409,6 @@ public boolean processCommand(String command, String params) { | |||
// Only keep the screen bright ingame. | |||
window.clearFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON); | |||
} | |||
} else if (command.equals("event")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is called from __UsbCamShutdown now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No not this Android mCameraHelper, as far as I can tell skimming the code...
I'm fine with this now, except still unsure about that Android camerahelper thingy.. |
event#exitgame was used to deallocate camera resources when a game is closed. |
I see! Sorry I missed that. |
No description provided.