Stream ESP32 cam via web sockets
Posted: Wed Jun 08, 2022 10:33 pm
I know people have made custom firmwares for ESP32 cam. I have seen on the net people streaming ESP32 cam using Ardunio and I have seen people sending a single frame with micropython.
Has anyone manged to stream a lower res video stream from ESP32 cam at a reasonable frame rate??
My use case is: I run courses teaching high school kids robotics and coding using python. I have a project where we 3D design a set of animatronic eyes and use a plug and play AI on a PC that tracks peoples faces so that we can program the eyes to follow peoples faces. see here https://youtu.be/XjF5WrlLWhE
My current design uses a USB cam on the PC that runs the AI then sends the position to the ESP32 that controls the servos. It would be good if I could cut the cable with the USB cam and use an ESP32 cam and stream the video.
Has anyone manged to stream a lower res video stream from ESP32 cam at a reasonable frame rate??
My use case is: I run courses teaching high school kids robotics and coding using python. I have a project where we 3D design a set of animatronic eyes and use a plug and play AI on a PC that tracks peoples faces so that we can program the eyes to follow peoples faces. see here https://youtu.be/XjF5WrlLWhE
My current design uses a USB cam on the PC that runs the AI then sends the position to the ESP32 that controls the servos. It would be good if I could cut the cable with the USB cam and use an ESP32 cam and stream the video.