alicevision / Meshroom

3D Reconstruction Software
http://alicevision.org
Other
10.91k stars 1.07k forks source link

sensorWidth, SensorHeight, Metadata #2151

Closed vintheruler1 closed 11 months ago

vintheruler1 commented 11 months ago

Describe the problem How do I add "sensorWidth" and "sensorHeight" to the metadata of a photo and what photo taker would you recrommend to get all the data required.

Desktop (please complete the following and other pertinent information):

natowi commented 11 months ago

This information is usually not saved with the metadata. This is why the sensordb exists: https://github.com/alicevision/Meshroom/wiki/Add-Camera-to-database

vintheruler1 commented 11 months ago

This information is usually not saved with the metadata. This is why the sensordb exists: https://github.com/alicevision/Meshroom/wiki/Add-Camera-to-database

Issue is, I looked there and I could not find my sensor. It is the OmniVision OV9734.

natowi commented 11 months ago

SensorWidth is 1.81958mm https://www.gophotonics.com/products/cmos-image-sensors/omnivision-technologies/21-118-ov9734 (1819.58 x 1033.34 µm Imaging area) You need to check the metadata of your images for make and model and then add the following to the database: CameraMaker;CameraModel;1.8;usercontribution Replaca CameraMaker and CameraModel accordingly Please report both values back, so we can add it to the database

vintheruler1 commented 11 months ago

SensorWidth is 1.81958mm https://www.gophotonics.com/products/cmos-image-sensors/omnivision-technologies/21-118-ov9734 (1819.58 x 1033.34 µm Imaging area) You need to check the metadata of your images for make and model and then add the following to the database: CameraMaker;CameraModel;1.8;usercontribution Replaca CameraMaker and CameraModel accordingly Please report both values back, so we can add it to the database

Scrapped GUI and decided to go with CLI.

natowi commented 11 months ago

Adding the camera to the database will still help. Could you please share the make and model from your cameras exif data? Is it make:OmniVision; model:OV9734 ?