- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to know the sensor size and the pixel size of the RealSense Camera. Does anyone know how I can find this information?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You have QueryColorFocalLengthMM which gives you focal length in mm, and also QueryColorFocalLength, which gives you focal length in pixels.
With those two values you can get the size of a pixel in mm.
Or you could have more fun with trigonometry:
- Measure an object's width, in mm.
- Measure the object's distance to the camera, in mm. (Maybe use RealSense!).
- Look at the object with the camera you want to measure, and measure its width in number of pixels.
- The object width in pixels / the focal length in pixels = object width in mm / object distance in mm

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page