CARVIEW |
Select Language
HTTP/2 200
date: Sat, 09 Aug 2025 12:30:13 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 96c743737e6dc19f-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=0df742e0-6cbc-49e5-9b7a-4b5df2d15268; expires=Sun, 09 Aug 2026 12:30:13 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=0df742e0-6cbc-49e5-9b7a-4b5df2d15268; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=NLKY3iNobRm5BZfKaahGxtd97cks8chDpV14t5TZD4A-1754742613-1.0.1.1-EUVe.C5oABjDQcR.q8UTdSkg621PeV8o.cLbqApfrUg5_CsnkZpgAJE4TK7Z26DWgsG1GyYc0R4gKhdVGhSNYGQ3HEy5ewh.I5YYpoX8zAg; path=/; expires=Sat, 09-Aug-25 13:00:13 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=ATXpu7DkreVARh1IqBSDvcFCHLDbBkPDG1UGPHnxtQg-1754742613594-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: e03b5c24-ea9d-4d09-a5ce-f1856b1afb2a
x-worker-origin-response-time: 487000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'camera' Questions - Raspberry Pi Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [camera]
Use the Camera tag for any questions related to how to use a camera or webcam with the Raspberry Pi.
1,049 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
34
views
OV5647 not detected via I2C despite overlay enabled
Body:
I'm trying to interface an OV5647 camera module with my Raspberry Pi 3B+ running Raspberry Pi OS Lite.
My setup:
I²C bus: 10
OV5647 address: 0x36
Reading registers: 0x300A (chip ID high), ...
0
votes
0
answers
18
views
Random stutters when trying to stream a usb webcam as mjpeg stream
I am trying to stream a usb webcam with ustreamer into the network as an mjpeg stream. However, I'm having a weird issue: after having built ustreamer from sources, running it and seeing the stream at ...
0
votes
0
answers
36
views
Camera Module 3 - Pi5 - getUserMedia - AutoFocus
I'm trying to have a simple JS app to open the camera and to display it on localhost a webpage.
Opening the camera and setting the resolution works fine with a simple :
navigator.mediaDevices....
-2
votes
1
answer
53
views
Strange issues with using crontab to run a python script
I'm working on a project that needs to run headless - I need to run a python script "main.py" within a virtual environment at boot.
I decided to use crontab to do this. My crontab line is as ...
0
votes
0
answers
53
views
How do I rename UVC Camera on host computer
I've spent all day trying to figure out how to rename the webcam I made using this tutorial. It shows up as UVC Camera on my Windows 11 PC and I want to change what the name of it is. I can't figure ...
0
votes
0
answers
57
views
rpicam-vid (2025) h264 intra 0 for optical flow
I am considering a GS camera on a pi 5 to do some optical flow detection. I can't find anything modern on this, and it seems the modern h264 includes B frames.
And intra 0 doesn't work?
And am I ...
2
votes
0
answers
161
views
How to solve error: Could not open any dmaHeap device when using raspi 4b and high quality camera
I am using a fully updated RasPi4B with 8GB of RAM running 64 bit Bookworm. I have done nothing but setting up the Pi and ran apt update and apt ful-upgrade. Now all I want to achieve is to see the ...
1
vote
1
answer
65
views
Stream video and taking pictures at the same time
Is there a way to both stream video and take pictures at 15 second intervals, at the same time?
I'm using a Raspberry Pi Camera module 3.
All advice and ideas are appreciated :)
1
vote
1
answer
97
views
RPi 5 shuts down(red LED) while running a camera module 3
I had a RPi 3B+ with a camera module 3, due to some constraints I've had to distance the camera module from the RPi itself, I use a connector board to convert the ribbon cable to a multiwire cable and ...
0
votes
0
answers
59
views
Raspberry Pi AI camera not working in Thonny
I have recently purchased the Raspberry pi 5 and Raspberry pi AI camera as an absolute beginner. I have gone through all the demos in the terminal and it is working fine, but when I try to implamet it ...
1
vote
1
answer
199
views
Region of Interest option (--roi) ignored when using rpicam-still and rpicam-vid
I am attempting to use the
--roi 0.25, 0.25, 0.5, 0.5
option with rpicam-still and rpicam-vid to achieve a digital zoom effect. I've tried the above which should keep the middle 50% of pixels both ...
0
votes
1
answer
168
views
Running pi camera module at startup
I'm new to the world of Raspberry Pi, so apologies if the answer to these questions seem obvious.
I do a bit of soldering now and then, and I've been given a Raspberry Pi 4 module, and had an extra ...
0
votes
0
answers
198
views
Using two Pi 5s together to handle four cameras
I am not sure how to do this, but what I wanted to do is:
Using two Raspberry Pi 5 with each connecting two cameras.
The four cameras should be able to simultaneously recording 4k or HD video at at ...
0
votes
0
answers
299
views
cannot get imx219 camera working on raspberrypi os bookworm running in pi 4b
When running
libcamera-still list-cameras
, the camera is listed. However
libcamera-hello
gives an error 'failed to acquire camera'.
So does
libcamera-still -o test.jpg.
I have made some mods to /...
1
vote
0
answers
120
views
rpicam Preview Window Scaling
Using a Pi5 with latest OS full install.
Is there any way to make the Preview Window fullscreen, but maintain the pixel size and shape of the CCD?
Essentially, I want to have black space around the ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Hot Network Questions
- Adding Panels to Figure with Subfigures
- Where did all these Chat Bots Come From
- Difference between factor research and alpha research
- Quantum state tomography in Qiskit remains perfect even after 20 SWAPs
- Is normality naturally created, or is it an artificial concept?
- PostgreSQL Computed Date Timestamp Column
- integral equality
- What 2019 US Supreme Court ruling said something like "federal courts would no longer be available to police the bad behavior of politicians"?
- Does Elven Accuracy Feat Work When Shapechanged into a Non-Elf Creature Like a Marilith?
- Can the GDPR be used to argue that an employer cannot look at some activity I am performing using their infrastructure?
- Check if multiple files exist on a remote server
- What happens when a number is raised to the power of itself indefinitely?
- Newbie here. Need information about rear lights on Citroen C5 X7 2009 Saloon
- Would someone corrupted by the One Ring try to remove Sauron?
- Is it normal for a journal to ask reviewers to focus on accuracy of results?
- Alternate two messages on mouse click using Java-FX
- 2D absolute optical position sensor
- Keyboard & trackpad on my 2023 M3 MacBook Pro have stopped working, can't use external input
- The use of the word "precisely" in mathematical statements
- In Excel how do I lookup an array from an array
- What was this romcom with Larry Miller and Elizabeth Perkins? He asks for a goodnight f*ck, she replies "Goodnight, f*ck!"
- Improving readability of proofs
- On SQL 2022, DECLARE statement causes evaluation of database availability
- Are there naked mole rats that do no work for the colony until rainy season, when they plug the hole to the burrow with their bodies?