react-record-webcam
react-record-webcam copied to clipboard
Webcam component and hook for React
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Opening a Project with default hook on ios doesn't work. If you open the Camera you get a permission Request for mic and Camera but only a blackscreen. No Video...
Need Selecting Camera Option
I need to record video with no audio. can you add parameter for mute recording?
I can not record sound system on iPhone
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3. Changelog Sourced from vite's changelog. 4.5.3 (2024-03-24) fix: fs.deny with globs with directories (#16250) (96a7f3a), closes #16250 Commits aac695e release: v4.5.3 96a7f3a fix: fs.deny...
Hi there, I have a an issue/question, not sure if its on my end im doing something wrong I have a start func ``` const start = async () =>...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
Hey, amazing package! I came across this ts bug related to the mediaTrackConstraints obj in the useRecordWebcam initialisation. ```js // At initialization const { applyOptions, applyConstraints } = useRecordWebcam({ options:...