anonym24

Results 77 issues of anonym24

I use this sample https://github.com/android/camera-samples/blob/main/Camera2Video/app/src/main/java/com/example/android/camera2/video/fragments/CameraFragment.kt But I changed Fragment to Activity, but everything is the same, the logic is exactly the same, I just changed fragment related stuff to activity's...

Issue was posted on SO as well: https://stackoverflow.com/questions/71712448/camera2-api-failed-to-take-photo-when-template-record-is-used-for-preview-and Also on Android Issue Tracker: https://issuetracker.google.com/issues/227759163 Here's the official sample Camera2 API app to take photos. It works fine for all devices...

The second time I try to take photo the sample app crashes with the next error: ``` 2022-04-01 16:38:36.235 9849-9849/com.android.example.camera2.basic E/AndroidRuntime: FATAL EXCEPTION: main Process: com.android.example.camera2.basic, PID: 9849 java.lang.NullPointerException at...

So there is a bug when coroutine can endlessly wait https://github.com/android/camera-samples/blob/main/Camera2Basic/app/src/main/java/com/example/android/camera2/basic/fragments/CameraFragment.kt#L372 It may happen if you make many photos by tapping take photo button fast and continuously for some time...

https://github.com/android/camera-samples/blob/main/Camera2Video/utils/src/main/java/com/example/android/camera/utils/OrientationLiveData.kt This method returns 270 when device is on landscape orientation (Surface.ROTATION_90) and camera orientation degrees is 0 ```computeRelativeRotation(Surface.ROTATION_90)``` returns 90 for 0 camera sensor degrees but should return 0...

Very buggy - calls methods like `instantiateItem ` for the same positions multiple times When I add many sliders my app becomes not responsive so if you have 10 slider...

Xcode Simulators always create a new package folder for application and it is quite annoying that Lulu always ask me to allow Internet usage for even the same app I...

I created a hybrid player in my service. When I do this: ``` mMediaPlayer.reset(); try { mMediaPlayer.setDataSource(source); mMediaPlayer.prepareAsync(); } catch (IOException e) { Log.i(TAG, "mMediaPlayer setDataSource e: " + e);...

need info

Hi. I need fast pause without any fade. Can I turn it off somehow?

question

Pause/resume working not instantly when I press pause/resume button. So for example it has a little delay before it pauses after I pressed my pause button. No such delay with...

bug
enhancement