Show HN: React Web Camera – Fix single-photo limit

What we builtReact Web Camera is a lightweight, reusable React component that allows users to capture multiple photos in one camera session, in-browser. It works across standard web apps, responsive UIs, and Progressive Web Apps (PWAs)—unlocking a smoother experience than the default element.The problemOn mobile (and increasingly on desktops), using: only allows taking one picture before the camera closes. Want to add more? You have to reopen it each time.How React Web Camera solves itOpens the camera inline in-browser, Lets the user capture multiple photos in one go, Allows previewing captured photos, removing unwanted ones, and submitting everything in a batch, Fully client-side, respects user privacy, Supported across web, responsive UIs, and installable PWAs. Comments URL: https://news.ycombinator.com/item?id=45040404 Points: 6 # Comments: 0

What we builtReact Web Camera is a lightweight, reusable React component that allows users to capture multiple photos in one camera session, in-browser. It works across standard web apps, responsive UIs, and Progressive Web Apps (PWAs)—unlocking a smoother experience than the default element.The problemOn mobile (and increasingly on desktops), using: only allows taking one picture before the camera closes. Want to add more? You have to reopen it each time.How React Web Camera solves itOpens the camera inline in-browser, Lets the user capture multiple photos in one go, Allows previewing captured photos, removing unwanted ones, and submitting everything in a batch, Fully client-side, respects user privacy, Supported across web, responsive UIs, and installable PWAs. Comments URL: https://news.ycombinator.com/item?id=45040404 Points: 6 # Comments: 0

Original: https://shivantra.com/react-web-camera/