Relative Content

Tag Archive for pythonobjectraspberry-picameradetection

Object Detection from Thermal Camera (USB) werid error

I am super new to python but wanted to try and make a cool vision system for a project I am doing on my car. Initially I was going to use the Arducam IMX462 with a Coral TPU but some issues came up with the PI 5 where I can’t seem to get any of the work around to work to make the Coral TPU work on python 3.11. So we have shifted courses to now use a Thermal Camera as our camera which I think will work out better in the long run. This also mean I could go back down to the ras Pi 4 and get the USB TPU and have it work and get about 15/20 fps which should be more than enough for this project. My only issue is since there is now native support for thermal cameras I am using a program that was created for this model (Topdon TC001) and it works great. My only issue is when I add the object det4ection part I get an error that I am not familial with.