allangu

Results 2 comments of allangu

calibrate_camera.py is running a big while loop to capture the checkerboard image and detect the key points. If it is able to capture the key points, an image is display...

I was able to fix that part by install pgi (pip install pgi) and then adding the following two lines of code to the beginning of monitor.py import pgi pgi.install_as_gi()