perhaps notable project: Thermal camera on internet controlled robot #594
efeuentertainment
started this conversation in
Show and tell
Replies: 1 comment
-
Thank you mvp for uhubctl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
feel free to try the thermal camera and robot «CakeOnIce» (online during GMT day) on https://vigibot.com
Note: I'm only a user of the Vigibot project.
Same text in forum post https://www.robot-maker.com/forum/topic/14770-thermal-camera-on-internet-controlled-robot/
1729602622182_firened_CakeOnIce.mp4
I got the infiray p2 pro thermal camera.
connected to PC it works like a webcam.
it recalibrates every 10s with an audible click, so i needed a way to turn it off when not in use.
i used uhubctl from https://github.com/mvp/uhubctl?tab=readme-ov-file#raspberry-pi-4b
off:
all 4 usb are switched together, turning off the usb microphone meant restarting the vigibot client every time.
fortunately the 4B allows usb host on the "power in" type c, to which i connected the microphone to keep it powered.
otg_mode=1
https://forums.raspberrypi.com/viewtopic.php?t=246348
wrote a script
vim thermal_power_manager.sh
:Beta Was this translation helpful? Give feedback.
All reactions