I am triying to calibrate my camera(web cam) using opencv. And I use findchessboard function, when i get parameter list always diffierent list
i totally try 6 times test, there are calibrate list
1.
|672,0,320|
|0,481,240|
|0, 0, 1 |
2.
|710,0,320|
|0,432,240|
|0, 0, 1 |
3.
|872,0,320|
|0,462,240|
|0, 0, 1 |
4.
|951,0,320|
|0,601,240|
|0, 0, 1 |
5.
|603,0,320|
|0,434,240|
|0, 0, 1 |
6.
|690,0,320|
|0,423,240|
|0, 0, 1 |
I think focal lengtn(f_x, f_y) is Unique value so always get same value.....maybe is my idea wrong? and i think principal points(c_x, c_y) are value of my image(value of my imshow size). this is right idea? help me....