mu-opensource / MuVisionSensor3

Open source arduino library for MU Vision Sensor 3
12 stars 4 forks source link

API for getting image data from camera #2

Open andeplane opened 8 months ago

andeplane commented 8 months ago

Is there a way from HW to read the pixels of an image?

andeplane commented 8 months ago

I'm using the Petoi robot dog, which has its own ESP32. Current plan is to try to connect both the MU and the robot to the same WiFi and access the image stream with the image stream mode. But ideally I wouldn't need to go through WiFi to do this hehe.