Livox-SDK / livox_camera_lidar_calibration

Calibrate the extrinsic parameters between Livox LiDAR and camera
Other
479 stars 135 forks source link

Hi, I've got an issue in step 4.2 #35

Closed Minsu-Kim1822 closed 2 years ago

Minsu-Kim1822 commented 2 years ago

Hi, I want to ask something in this repo.

In step 4.2, our cursor could get x, y coords in image, but In my case, I cannot get coordiinates. Is there any solutions??

qulei123 commented 2 years ago

I also encountered the problem, how to solve it

Minsu-Kim1822 commented 2 years ago

I just try to solve it with OpenCV Mouse position tracking function. Same input image and just get x, y position with tracking code.

qulei123 commented 2 years ago

You can use the link above to get the project source code,Updated Photo corner picker to more user friendly version. https://github.com/kaanoguzhan/livox_camera_lidar_calibration

Minsu-Kim1822 commented 2 years ago

OMG Thanks. It works well..!