Arduino + M5Stack ESP32 Cam Grove I2C video stream

Hi all,

I have an arduino nano and an M5Stack ESP32 cam board. I would like to send the image/video data from the cam to the arduino. I noticed the cam board in particular has a grove port with I2C connection and 5V power however I am not sure if it is possible to send image data through these ports and not alot of documentation is on the Grove I2C port connection.

A link to the documentation of the ESP32 cam board.

Any help/advice would be great.

Thanks in advance!

It looks like the i2c bus is for communication with the various i2c devices on the board (BME280, MPU6050).