Trevor McGuire

Results 9 comments of Trevor McGuire

Can you post the error that is being thrown, along with stack trace if possible?

This error code usually occurs when a recording was stopped quickly after it was started. In that case, there aren't enough video frames produced to have a recording that can...

Thank you for filing the issue. Would you please provide a bit more information? * What `Quality` setting are you using for the `Recorder`? Does the lag occur with different...

Thanks for the follow-up. I'm trying to get one of these devices and will try to reproduce once I can.

Hello, Could you give a little more information on this issue? Are you getting this bug in CameraXBasic? Also, could you try to upgrade your version of CameraX to `1.1.0-beta01`...

@ali0094 Are you seeing a crash or an error reported in the `Finalize` event? Are you able to post a stack trace here? The crash should have been eliminated before...

@ali0094 I just double checked and the code that threw that exception was removed in version `1.2.0-alpha02`. Do you have a way of verifying which version of CameraX was being...

Thank you for double checking. I'm going to close this issue now since it is addressed in 1.2.

It looks like you may be using the legacy/hidden `androidx.camera.core.VideoCapture` code. You should switch to using the dedicated `androidx.camera.video.VideoCapture` APIs which are part of the `androidx.camera:camera-video` artifact. Here is a...