简体   繁体   English

网络摄像头传感器尺寸

[英]Sensor size of webcam

Using the calibration methods (Matlab or OpenCV), one can find the focal length of a webcam.使用校准方法(Matlab 或 OpenCV),可以找到网络摄像头的焦距。 I am wondering if there is anyway to measure the sensor size of a webcam as well?我想知道是否也可以测量网络摄像头的传感器尺寸?

Thanks谢谢

it is pixel size * resolution它是pixel size * resolution

resolution is nothing but image width * height in pixels分辨率只不过是图像width * height以像素为单位)

in general pixel size is written at the specs of the camera;一般来说,像素大小写在相机的规格上; if you dont know, then pinhole camera model如果你不知道,那么针孔相机型号

f / (distance to object in mm) = (object length in pixels) * (pixel size in mm) / (object length in mm)

may help you calculate that.可以帮助你计算。 you should use an object with known size and at a precise distance to use the formula.您应该使用大小已知且距离精确的对象来使用该公式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM