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

152
Views
How to get 60 FPS with webcam/capture card in browser?

I'm trying to get 60 fps with my webcam/capture card in the browser. When I check the 'performance' tab in the developer console I only get 30 fps. I'm sure the webcam/capture card is able to send 60fps, because when I use quicktime it works correct. Is this maybe limited by the browser? I have tried in Chrome and Firefox..

I have created a simple webpage to start the webcam:

navigator.mediaDevices.getUserMedia({video: {width: 1280, height: 720, frameRate: {ideal: 60}}}).then((stream) => {
    .. // apply stream to video element
})
.catch((error) => {
    console.error(error);
    reject('No camera');
});

I have apply the 'frameRate' parameter in 'getUserMedia', but the output of the video element is still 30 fps. Is there an alternative way to get 60 fps of the webcam/capture card in the browser (without have latency)? Or am I doing something wrong?

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!