Skip to content

asfaca/Webcam-performance-analyzing-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Webcam-performance-analyzing-tool

  • Simple video capture program.
  • Evaluate average frame rate (fps) of camera device.

Dependency

  • Opencv
  • In case of Fedora, to install opencv.
sudo dnf install opencv-devel

Build

g++ main.cpp -o cv `pkg-config opencv --libs`

How to use

./cv [width] [height] [camdevid] [frameno]
  • width : width of video resolution.
  • height : height of video resolution.
  • camdevid : camera device id or path. Ex) "/dev/video0" or 0
  • frameno : the number of frame to capture.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages