-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues running purethermal1 on pi zero 2w #56
Comments
I've done a little digging. Can I get some help with what could possibly be happening? This is the dmesg log when running the opencv program. I've tried using libuvc version of getting frames and found out some more helpful information. it appears that after 30 seconds it can't find any frames from the callback and closes. Tried camera on a pi zero, Pi3b, and Pi4b. Tried the camera on the same program on Pi3b and Pi4b, works. as logs of this show:
Should note that the opencv program DOES receive frames every once in a while. but it is largely the select timeout issue trying to read frames from the camera. |
It doesn't appear to be related to hardware... We tried plugging in a keyboard to the USB port and it works fine. |
Any updates on this issue? I am having the same problem with PT Mini + Lepton 3.5 and Raspberry Pi 4B. If I restart my raspberry solves the problem, but it comes back after some time. |
Sorry for the late reply, but we've found the Purethermal Breakout board a good replacement for the Purethermal 2. It connects the thermal camera over I2C and SPI. Hope this still helps |
Hello,
We've been using your thermal board for some time now so just wanted to thank you for the continued support that's been given over using this particular product in our line of robots.
I'm experiencing a stressful issue at the moment trying to stream the purethermal1 over wifi with flask. (flir lepton 3.5)
If I start up the program I get this error (over and over)
[ WARN:[email protected]] global /tmp/pip-wheel-nz49_ez6/opencv-python-headless_488dea44cb7d406baf80df0bfc388ff9/opencv/modules/videoio/src/cap_v4l.cpp (1013) tryIoctl VIDEOIO(V4L2:/dev/lepton_camera): select() timeout.
I may get a single frame to display every minute.
The board is just running one purethermal device.
We've tried using the product, same program, on a pi3b, also a pi zero, and a pi 4.
We only have access to one pi zero 2, so are looking for an alternative solution to determine how to fix than simply replacing pi zero 2 (as you are aware limited numbers world wide)
What should we be using and is there an alternative way to stream the device over wifi?
Regards
Nathan
The text was updated successfully, but these errors were encountered: