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

88
Views
JavaScript Camera

I currently trying to access phone back camera using js, but phone nowadays got a lot of back camera like macro camera and etc... Here is my code,

navigator.mediaDevices
    .getUserMedia({
        audio: false,
        video: {
            width: {
                ideal: 1920
            },
            height: {
                ideal: 1080
            },
            facingMode: "environment"
        }
    })
    .then(function (stream) {
        cameraView.srcObject = stream;
    })

I tested the code with Chrome on 2 android devices, one of it access Macro camera and another one work fine because it have only 1 back camera. I want it to auto access normal camera what should I add?

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!