react-webcam icon indicating copy to clipboard operation
react-webcam copied to clipboard

Webcam component

Results 61 react-webcam issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the library. I had an issue in Android WebView. The Camera doesn't open up android web view but works fine in Android Chrome browser or any other...

android
webview

Is anyone else seeing a warning similar to the following when upgrading from v5.2.4 to v6.0.0? PASS src/components/imageCaptureDialog/imageCaptureControlMount.test.jsx ● Console console.error Warning: unstable_flushDiscreteUpdates: Cannot flush updates when React is already...

Is this the proper way to get camera data, focal points/length and sensor size? What is the easiest approach? to get focal length: [https://photo.stackexchange.com/questions/13603/how-to-test-actual-focal-length/20376#20376](url) to get sensor size: [https://stackoverflow.com/questions/26947325/sensor-size-of-webcam/26947563#26947563](url)

The video size on Mobile Safari is not provided as expected: I define the size: 240x300 but safari provided: 240x195 (portrait) https://codepen.io/tuduong/pen/xxqNwXa ` console.log(e)} screenshotFormat="image/jpeg" videoConstraints={{ width: 240, height: 300,...

Hi guys: Would it be possible to implement `onFrame` event? Just like [`@mediapipe/camera_utils`](https://www.npmjs.com/package/@mediapipe/camera_utils) does? MediaPipe Camera object is quite restrictive about constraints to be passed to `navigator.mediaDevices.getUserMedia` so I want...

## Please follow the general troubleshooting steps first: - [x] Is your app running over HTTPS? (please provide the URL if possible) - [x] Have you tried running the demo...

Hi, I am trying to capture video (front cam) in 720*1280 resolution but this setting also scales camera. I need camera to still fit the screen height and width but...

## Please follow the general troubleshooting steps first: - [x] Is your app running over HTTPS? (please provide the URL if possible) - [x] Have you tried running the demo...

If the user doesn't permit video/audio our webcam shows something like this: ![image](https://user-images.githubusercontent.com/88655444/147755360-fff2ee14-bb82-4c88-b9c3-04e94b720642.png) I've saw demos that when u don't permit video/audio it still shows the default video layout (black...

### Features: is it possible to add a watermark to the video as it is being recorded ? that would be a very cool feature.