Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

329
Views
Camera is not accessable in chrome browser in Iphone-13 using navigator.mediaDevices.getUserMedia() API

I am trying to enabled the Web cam using navigator.mediaDevices.getUserMedia() but not able to enabled camera in Iphone-13 in chrome browser.

navigator.mediaDevices.getUserMedia({ video: true, video: { width: 2160, height: 3840 } }) .then(async stream => {
           let bh_ = stream.getTracks()[0].getSettings();
                bh_.frameRate, bh_.height, bh_.width

                const camera = new Camera(videoElement, {
                    onFrame: async () => {
                        const d = new Date();
                        let seconds = d.getSeconds();
                        if (c == 0) fp_seconds = seconds;
                        c++;
                        if (seconds - fp_seconds != 0) {
                            fps_text_box.innerHTML = c;
                            c = 0;
                        }
                        await faceMesh.send({ image: videoElement });
                    },
                    width: bh_.width,
                    height: bh_.height,
                });
                camera.start()
            })
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!