motioneye-project / motioneyeos

A Video Surveillance OS For Single-board Computers
Other
7.84k stars 898 forks source link

Camera modules v3? #2970

Open Gonioul opened 1 year ago

Gonioul commented 1 year ago

Are camera modules v3 supported?

alphanumeric007 commented 1 year ago

I don't see any new releases, so I would think, no not yet. The last official release was 2020. I have to use the Dev release on one or two of my Pi 4's to get Motion Eye up and running on those.

Gonioul commented 1 year ago

Well, the wiki says any CSI camera should be supported...

alphanumeric007 commented 1 year ago

I based my answer on what I'm seeing on the Pi forum. You might get video but I'm pretty sure the autofocus isn't going to work. Pi OS needed upgrades for the V3 which only fully works in libcamera. No auto focus is a no go for me.

Gonioul commented 1 year ago

Well, for my case, if it's stuck on infinite, I don't care ^_^

alphanumeric007 commented 1 year ago

If you can get the full 12 mega pixel then your all set. I'm greedy, I want the auto focus to work. I have 8 Pi Camera setups here, all running Motion Eye OS. Two are Pan Tilt, auto focus on those would be awesome.

Gonioul commented 1 year ago

I'm more interested in better low-light videos, no need for high quality which pi-zeros can't handle anyways...

alphanumeric007 commented 1 year ago

I gave up trying to use a Pi Zero, 3A's 3B's and 4B's here.

SheaStevenson commented 1 year ago

I just plugged a v3 camera into my existing setup, and it doesn't work. But all that confirms is that it's not plug & play.

Camera: Pi Camera Module v3 (Regular) Board: Pi Zero W OS Version: 20200606

Mario-vminion commented 1 year ago

is there another service what you can add to the pi to work with pi cam v3 instead of motioneyeos

starbasessd commented 1 year ago

You casn use Raspbeian Buster Legacy and motionEye Instructions here

Mario-vminion commented 1 year ago

is it supporting the v3

starbasessd commented 1 year ago

Raspberry Pi OS Buster Legacy is put out by Raspberry Pi and should have PiCam V3 support in it. If not, then I doubt much of anything would.

Mario-vminion commented 1 year ago

i wanted to use it for watching the 3d printer... from a location ..

starbasessd commented 1 year ago

There are a number of packages out there that can stream video across the network using everything from PiZero to RP2040 to ESPx and more.

Gonioul commented 1 year ago

If motioneyeos isn't going anywhere soon, I'd like to know the best alternate solutions, especially for pi zeros and fast network cameras.

kingkingyyk commented 1 year ago

I've written a little MJPEG server for latest Raspbian that acts like a Fast Network Camera, based on the official PiCamera2 API sample mjpeg_server.py and capture_mjpeg_v4l2.py.

Ideally you still need to run motioneye in another powerful Pi if you use Zero. ;)

Stepyon commented 1 year ago

Just tried with Raspberry 3B+ and it is also not working. Is any working solution to setup camera v3 with motioneyeos?

starbasessd commented 1 year ago

The issue is if you are using motionEyeOS, the camera V3 came out after it was compiled, and is not in the kernel. If you want to use a V3 camera, you need to use RaspiOS Buster Legacy and the install instructions here Bullseye is broken for the needed modules for CSI cameras...