FPV Serial Monitor

Hi, Good day. I was wondering if it is possible to read serial data and turn it into images. I have an ov7670 camera and I will transmit those data via Arduino and Hc05. Can Mit app inventor create such app that will read that data and turn it into multiple succeeding images to create an FPV camera? Thank you.

If you have documentation of what these serial data contain. You can try to do something on the canvas. But I think it will be terribly slow, thanks to both bt and canvas.

What if I use wifi. Will it be faster? I will try to use the ip adress and web browser to show the image data.

Yes, if the camera can run the server and stream the image, it will be the best solution.

Esp32 can do WiFi streaming.