Y
Y
yahabrovec2018-08-18 17:01:25
Arduino
yahabrovec, 2018-08-18 17:01:25

Can you connect a camera to an arduino?

Hello everyone
I want to ask people who are especially rummage or just understand arduino more than me (and I'm not particularly good at it). I have an arduino nano and a camera from an old tablet. The camera comes with a cable (it has 24 pins). The question is - is it possible to connect it and get at least some kind of picture.
PS Yes, I know that you can buy a ready-made camera module

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Vladimir Kuts, 2018-08-18
@fox_12

Compare arduino capabilities and camera image requirements:
The arduino has a controller with 32kb of program memory, 1kb of EEPROM, 2kb of SRAM, some of which is already used by the bootloader.
Camera - for example, with a resolution of 640x480, one frame is a matrix of 307 kb, and there are 3 more RGB colors - one byte for each, and you still need to upload it somewhere, process it somehow, and transfer it somewhere else ....
Purely theoretically, you can transfer data line by line somewhere, but this makes little sense.
The camera is from an old tablet - most likely you don’t have sensible documentation for it.
How is the protocol - will you reverse it yourself? In general, it's a no-brainer.

P
pfg21, 2018-08-18
@pfg21

there are no physical prohibitions :)
read the specifications of the interface and protocol of the camera.
most likely there is no corresponding hardware module in the arduino and you will have to farm software crutches.
the only question is "is the game worth the candle" ??

P
Pavel Okhlopkov, 2018-08-21
@opn1

Raspberry Pi is better for connecting a camera

Y
Yupa20171123, 2018-08-24
@Yupa20171123

Что написано на камере. Фотку. Если удалось найти документацию - усе будет. Название девайса откуда взята. Там может быть информация.
Если не найдено - поменять на камеру от нокии, ... Их много с готовыми обзорами по подключению. Можно в отелье по ремонту (но могут подсунуть труп).
Читать с нее видео может и не лудшее решение:) Но статическое или медленное вполне можно. Через n-е количество пикселей. Потом следующий также шагая по строкам. Проше всего прямо сразу и читать не по строкам а по столбцам. Для начала сойдет.

L
lonelymyp, 2018-08-25
@lonelymyp

Во первых к ардуине крайне глупо пытаться подключать камеры, любые. вычислительная мощность слишком маленькая чтобы был результат.
Во вторых камера от планшета имеет достаточно сложный и в 99% случаев соывершенно неизвестный интерфейс на который ты даже не найдёшь описания, поэтому её вообще ни к чему не получится подключить.

Александр, 2018-11-29
@Fox_Alex

Можно, но поверьте, работать будет очень печально и уныло. Кто-то даже аналоговую подключал через АЦП, но все это из разряда экспериментов ради любопытства. Практически пользоваться камерой не получится - кадр в оперативке ардуины не помещается.
Правильнее взять STM32, в старших моделях есть DCMI, с которым работают очень многие камеры.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question