MasayukiSuda / CameraRecorder-android

Video Recording with Camera2 and apply video filter.
MIT License
254 stars 73 forks source link

Feature request /switch camera front facing to back while recording #27

Open milap612 opened 4 years ago

milap612 commented 4 years ago

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.

All i need just a roadmap from your end, how to achieve this cool functionality. Can we pass the changing camera face to an existing builder ? Or we need to release and reinitiate the whole camera builder ? Or by assigning camera id to CameraManager can we achieve this ?

Any help will be appreciated

Jac0c0k7 commented 4 years ago

Hi, Have you tried using the landscape mode. The recorded video is distorted. Can you help with that?

realadamsmith commented 2 years ago

Are there any alternatives to MediaRecorder for flipping front/back camera while recording? I thought this might have been a staple feature but maybe its still coming