You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
VideOSC is still using the deprecated
Camera
API. In the long run it will probably have to be replaced byCamera2
. I have already been working on an implementation but got stuck at some point. Basically I consider theCamera2
as bloat for VideOSC - featuresCamera
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 fromandroid.app.fragment
toandroidx.fragment.app
).The text was updated successfully, but these errors were encountered: