Hi,
I am using NV camera calibration tools to generate rig.json.
The camera is Sekonix SF3325.
Only Cx and Cy are shown. How can I calculate fx and fy?
The rig.json is listed as follows:
"rig": {
"sensors": [
{
"correction_rig_T": [
0.0,
0.0,
0.0
],
"correction_sensor_R_FLU": {
"roll-pitch-yaw": [
-1.0672170702719086e-07,
-0.0,
-1.6675267389132387e-08
]
},
"name": "FC_60",
"nominalSensor2Rig_FLU": {
"roll-pitch-yaw": [
1.0886313915252686,
-3.7424585819244385,
-0.38173067569732666
],
"t": [
1.9025176763534546,
0.02788315899670124,
1.3785698413848877
]
},
"parameter": "",
"properties": {
"Model": "ftheta",
"bw-poly": "0.000000000000000 5.45554212294519e-4 3.40270633891748e-9 -1.85083719184131e-11 1.44576818100978e-14 ",
"cx": "1021.738831",
"cy": "468.087280",
"height": "1208",
"width": "1920"
},
"protocol": "camera.virtual"
}
],