V
V
vaselekk2020-10-24 15:59:40
Arduino
vaselekk, 2020-10-24 15:59:40

How to get Data image from the camera?

I would like to interact with the camera in arduino.

What camera to use?

How to get a pixel array of rgba values ​​from the current frame of an arduino camera in real time?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Armenian Radio, 2020-10-24
@gbg

Spoiler: The performance of a standard arduino (with the atmega328 gem) is not enough to get practically usable frames in real time.
This requires a powerful stone with DMA and a graphics accelerator.

K
kalapanga, 2020-10-24
@kalapanga

In your favorite search engine, type "arduino camera" and see a bunch of links to the modules used, examples of work, finished projects.

V
Vladimir Kuts, 2020-10-24
@fox_12

Change arduino to esp8266 or esp32 - then the question will more or less make sense

L
lonelymyp, 2020-10-26
@lonelymyp

A normal arduino can't work properly with a camera.
If the goal is in the name, look for one of the boards that supports programming in the arduino environment like esp32

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question