-
### Preliminary Docs
I confirm that I have read the [CONTRIBUTING](https://github.com/ccrisan/motioneyeos/blob/master/.github/CONTRIBUTING.md) guide before opening this issue.
I confirm that I h…
-
First of all thanks for the awesome work. I have previously been using RPi-Cam-Web-Interface (https://github.com/silvanmelchior/RPi_Cam_Web_Interface/). There was the live stream quality a lot better.…
-
I have successfully configured a Pi Zero camera using MotionEyesOS. I can access the camera by entering the IP address of the Pi Zero in my browser and Motioneye identifies the device as a V4L2 camera…
-
Hi,
I've built dm-vio on a raspberry pi, and I want to be able to stream video from the raspberry pi camera module to dm-vio. Is this possible? I can use OpenCV to capture the images from the live st…
-
Hallo, I bought one of your board to use in a project I followed your installation instructions but when I run the scripts I got this error:
```
pi@raspberrypi:~/ivport-v2 $ python init_ivport.py …
-
I tried to run this followring code
pi@raspberrypi:~/adeept_picar-b/server $ sudo python3 webServer.py
But gives me an error response..
pi@raspberrypi:~/adeept_picar-b/server $ sudo python…
-
Hi there,
Trying to run the simplecam example on a raspberry pi 4 with camera module 3 and I get the following error:
```
camera start: device: start stream loop: device: stream on: stream on: ba…
-
When selecting Device manager tab in indiwebmanager web interface, Local Drivers dropdown does not contain HQ Camera.
I was using following procedure:
- sudo apt-get install indi-rpicam
- Rebooti…
-
I tried the misc_controls_transform example and used raycaster to make objects pickable. The application runs well on my macOS, but on Windows 11, it is very laggy and crashes easily.
Below is my s…
-
I've written some software to take two photos at the same time (within a fraction of a second hopefully). To do this, I create two instances of Picamera2, then call `.start` on each of them.
When I…