Hi
We would like to check the z, x, y when the camera looks downwards. But there is some issue. Please help us to handle this issue.
Here is the function of our development with your PoE model.
- Activate the system for 1 minute every 2 minutes
- Save image: Save only the left image
- Extract x, y, depth, z values for points of interest (Point_base.dat, Point_wl.dat) and save as text
Issue we met now.
- When the camera is looking straight ahead, x, y, depth values are accurate. no problem.
- When the camera is looking diagonally downward, depth(z) is accurate, but x, y errors occur
- In my personal opinion, I think that calibration information (left_camera_matrix, right_camera_matrix, rotation_matrix, translation_vector) should be utilized
- However, it is not clear whether the calibration information in this code is utilized, and it is understood that the calibration information is inside the camera
So i think that I need your help to get correct x, y information even though the camera is looking downward direction.
Here also i added our code so far. For your information.
source code
Best regards,
Ryan.