14,714 questions
1
vote
0
answers
113
views
Capture Image Only When Camera is at a Specific Distance from Object
I’m building a Flutter app where the user can take pictures of objects, but I want the capture button to be enabled only when the camera is at a specific distance from the object.
I am using the ...
0
votes
2
answers
142
views
capture JieLi (JLDV 16) wifi Camera video stream
I bought a small 12V Wi-Fi rear camera from AliExpress. The camera appears to use an AC54 or AC51 chip from JieLi Technology.
The device openes a wifi hot spot on channel 3 and got the ip 192.168.1.1.
...
0
votes
1
answer
59
views
Flutter web: cameraNotReadable error when calling availableCameras()
i am using "cameara" flutter package
when i am trying to read all cameras on web-app device (Laptop with multiple camear options)
getting this error from camear package:
cameraNotReadable, ...
1
vote
0
answers
48
views
How to avoid MS Teams to select MJPG as camera data format?
I'm developing a "python + C++ DLL" application, which calls Windows MediaCapture interface to open and read camera data (in format of NV12 or YUY2) in SharedReadOnly mode. And it must work ...
-1
votes
1
answer
84
views
OpenCV cannot undistort camera
I got this camera 170 FOV, put it under my car's winch at the front and I just cannot unwrap the image (calibration video and images). I use this repository for my 360 car view project.
As calibration ...
0
votes
0
answers
32
views
Canon EDSDK kEdsStateEvent_Shutdown Error
I have a Canon Eos R8 using EDSDK on Windows11. If I Open a session and leave it alone for 1 mins I sometimes get a shutdown event triggered. Why does it always call shutdown? I didn't turn off the ...
3
votes
2
answers
223
views
Flutter camera plugin records dark/black videos on Android - preview is fine but recorded video is dark
I'm developing a Flutter app with video recording functionality using the official camera package (version ^0.10.6). The camera preview looks perfect with correct brightness, but when I record and ...
1
vote
1
answer
85
views
LockedCameraCapture Does Not Launch The App from Lock Screen
My implementation of LockedCameraCapture does not launch my app when tapped from locked screen. But when the same widget is in the Control Center, it launches the app successfully.
Standard Xcode ...
1
vote
0
answers
101
views
AVCaptureDevice - Getting a List of Cameras Including Ones with Virtual 2x Crop
So using AVCaptureDevice.DiscoverySession gets you each dedicated camera nowadays.
let devices = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInWideAngleCamera], mediaType: .video, position: ....
0
votes
0
answers
107
views
My app is unable to save recorded video on Android 14
Full project link: https://github.com/rdtmaster/camcam
Context: I am developing an app that allows the user to choose camera (front/rear), pick a figure (the shape of a circle or rectangle), then open ...
0
votes
0
answers
84
views
How can I change the camera's CFrame while still having standard camera controls?
I'm trying to invert the depth of the camera (multiplying the camera's CFrame by (0,0,0, -1,0,0,0,1,0,0,0,1). To my knowledge, the only way I can implement this is by setting the camera type to ...
2
votes
0
answers
147
views
Wrong camera -> video orientation on website "Added to Home Screen" on iPadOS 26: any workarounds?
Given an HTML5 video element...
‹video id='video' autoplay muted playsinline></video>
..and some JavaScript to set its source to a camera by means of getUserMedia...
(async () => {
...
0
votes
0
answers
94
views
Android Cuttlefish Camera Passthrough - No Documentation or Working Implementation
I'm trying to enable host camera passthrough in Android Cuttlefish but cannot find any working documentation or implementation. I've tested on multiple setups without success.
Setup Details
Host ...
1
vote
0
answers
42
views
Need to play a video above the recording camera
In Android I need to play an exoplayer video above the recording camera. I use AndroidView() for camera and VideoPlayer() below it in my Compose method.
Currently I see only buttons of the video ...
0
votes
0
answers
126
views
OV2640 register settings for 640x480 vga
I am trying to configure the ov2640 camera using the registers given below. Unfortunately, I am getting 800x600 rather than 640x480. Also, I'd expect 2 bytes per pixel on YUV422 mode but I am getting ...