CameraRecorder-android icon indicating copy to clipboard operation
CameraRecorder-android copied to clipboard

Video Recording with Camera2 and apply video filter.

Results 26 CameraRecorder-android issues
Sort by recently updated
recently updated
newest added

Please view the Recored Video list in app and there is no recording timer, please add.

Hello, The library is working fine for some devices but on my Motorola device, when I take the picture, it is coming as black color bitmap only. Any help would...

I know that using media recorder we can not change the facing of camera, But you have managed recording using mediacodec. We can achieve this functionality like snapchat, instagram doing....

Hi, Can you please provide the library in kotlin?

now the default frame rate is 30. even I change it as 20 , the result is still 30 how can I change it?

Attempt to invoke virtual method 'int android.hardware.camera2.CameraCaptureSession.setRepeatingRequest(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession$CaptureCallback, android.os.Handler)' on a null object reference com.daasuu.camerarecorder.CameraThread.stopPreview (CameraThread.java:255) com.daasuu.camerarecorder.CameraHandler.handleMessage (CameraHandler.java:86)

Hello, if I need to rotate the video with an angle to save it as a file when recording on a horizontal screen, what should I do? I look forward...

I need to record video and take picture in Portrait mode but I want to rotate 90 degrees. I see that in CameraRecorder() I can set the degrees. I tried...