Replies: 4 comments 1 reply
-
Esp32-cam is not supported. It has too few pinouts. Esp32 is cheap. You can have one esp32 for linorobot2_hardware and another esp32-cam for esp32cam-rtsp. And process the rtsp video stream on your PC host. |
Beta Was this translation helpful? Give feedback.
-
If you only need to move the robot without wheel odometry, then only 4 pwm pins , 12 13 14 16, on esp32-cam are needed to control the motor drivers. You can move the robot with teleop/twist. You may use 2 4 15 1 3 for I2C/IMU, LED or ultra-sonic. |
Beta Was this translation helpful? Give feedback.
-
"Is the ESP32-CAM supported, and if so, can a stream transport be set up for the camera, similar to how it's done with a LiDAR, or would this exceed its performance capabilities?" |
Beta Was this translation helpful? Give feedback.
-
I did not decode the Lidar data. It should be possible to send the camera video stream, too. The wifi on esp32 can transfer several Mbits per seconds normally. |
Beta Was this translation helpful? Give feedback.
-
Is ESP32-CAM supported? If yes, is it feasible to set up a stream transport for the camera (similar to how it's done with a LiDAR)? Or is this beyond its performance capabilities?
Beta Was this translation helpful? Give feedback.
All reactions