api.video-reactnative-live-stream icon indicating copy to clipboard operation
api.video-reactnative-live-stream copied to clipboard

[Feat]: Capture Frames

Open razamsalem opened this issue 1 year ago • 4 comments

Version

1.2.4

Environment that reproduces the issue

Devices [iOS & Android]

Use case description

Is there any option to Capture Frames? I mean to set up a mechanism to capture frames from the camera in real-time, like can do with react-native-camera, For some loading time to take capture frame and make it blur...

razamsalem avatar Mar 13 '24 17:03 razamsalem

You want to record the video? Like in a mp4 or another file format?

ThibaultBee avatar Mar 14 '24 17:03 ThibaultBee

You want to record the video? Like in a mp4 or another file format?

No I want to capture a moment to blur it to show the user blur picture until the camera is ready (like in samsung built in camera)

razamsalem avatar Mar 18 '24 10:03 razamsalem

I still don't get it. Could you describe in several steps? Or add a drawing, a video example or something like this?

ThibaultBee avatar Mar 18 '24 14:03 ThibaultBee

I still don't get it. Could you describe in several steps? Or add a drawing, a video example or something like this?

I will explain it simply, While the user is on the camera componnent and he wants to turn the phone to landscape, then while the camera adjusts itself to landscape, I want to capture a frame for one second and then to show it in blur while the user waits for the camera to turn properly, for a better user experience.

razamsalem avatar Mar 26 '24 14:03 razamsalem

Ok, now I see what you are trying to achieve. It is not as easy as it seems.

We already have a lot to do, we are not going to invest time on this feature right now.

ThibaultBee avatar May 03 '24 08:05 ThibaultBee