Skip to content
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

Move from Camera to Camera2 #1

Open
nuss opened this issue Sep 4, 2019 · 0 comments
Open

Move from Camera to Camera2 #1

nuss opened this issue Sep 4, 2019 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@nuss
Copy link
Owner

nuss commented Sep 4, 2019

VideOSC is still using the deprecated Camera API. In the long run it will probably have to be replaced by Camera2. I have already been working on an implementation but got stuck at some point. Basically I consider the Camera2 as bloat for VideOSC - features Camera has to offer are by far sufficient for what is needed. But I'm of course bound to what the maintainers of Android decide...
My efforts for a Camera2 implementation can be found in https://github.com/nuss/VideOSC2/blob/master/app/src/main/java/net/videosc/fragments/VideOSCCamera2Fragment.java (for now commented out the code broke with the move from android.app.fragment to androidx.fragment.app).

@nuss nuss added help wanted Extra attention is needed milestone labels Sep 4, 2019
@nuss nuss self-assigned this Sep 6, 2019
@nuss nuss removed the milestone label Sep 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant