Infrared Camera for Arduino Mega?

Hello

I have a little project on my Mega with different sensors and I'm looking for a Arduino-compatible camera with Infrared/Nightvision.
The camera should take a picture when triggered by a sensor. Thats it.

There are many cameras for Raspberry but I only found one for Arduino:
Adafruit wetterfeste serielle TTL-JPEG-Kamera mit NTSC-Video und IR-LEDs

Does anyone know an alternative ?

A mega isn’t really upto this and the pi a better bet.

@hammy is right, raspberry pi is your best bet.
If cost is a concern, you can get a cheap and very low-quality solution with ESP32-CAM. Read this thread: ESP32-CAM night vision - Using Arduino / Sensors - Arduino Forum

I use 2 of those cameras with a ESP32. I had to write my own code to interface with the camera. It was tough to get going but they work well.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.