TemugeB / python_stereo_camera_calibrate

Stereo camera calibration with python and openCV
Apache License 2.0
151 stars 35 forks source link

Help adaption #11

Open Jonathan5320 opened 1 year ago

Jonathan5320 commented 1 year ago

HI. Sorry to disturb you.

I am wanting to use your stereo camera calibration code in my final year project am running into a problem. I am currently building a game that you play with a ball, I have 2 webcams that track the ball and let me know when the ball has hit the wall. this works fine but I am having problems with the optional part. I want the wall to be set as the Z = 0 plain.

I have changed your code a bit(sorry) so that it takes a new photo to calibrate to the wall, this is done by a projector as I need it to be calibrated to the cameras. the only thing different is the size of the checkbox.

The funny and irritating part is that I got my code to work but then I went and recalibrated my cameras to get a better shot and now they are not working (And I have NO idea why). Could you please help me even if it is just for 5 min I will be very grateful. https://github.com/Jonathan5320/EEE4022-Final-year-project.git

arigatōgozaimasu