2,832 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Advice
0
votes
1
replies
64
views
Add text into JPEG with minimal general loss
I am using fswebcam. It is able to write both raw frame as well as processed frame. It is a great tool able putting text (e.g. timestamps) onto the image, but I am facing quality issues, actually not ...
5
votes
1
answer
94
views
How to stop a MediaStreamTrackProcessor / VideoTrackGenerator
Following the excellent MediaStreamTrackProcessor / VideoTrackGenerator example, I have a web worker that receives a video track, processes it, and sends the new track back to main. The relevant part ...
3
votes
1
answer
99
views
Why does SET_INTERFACE on my Logitech QuickCam via libusb give a "LIBUSB_ERROR_PIPE", but the official program can do the same thing without issue?
As a project to learn libusb, I am writing a driver for my old Logitech QuickCam Chat from 2006. To clarify, the camera quality is awful and I have no intention of using this for anything other than ...
-3
votes
1
answer
122
views
How to Record Video Using directshow.dll and VB.NET
I am trying to create an app using Visual Studio 2022, VB.NET and directshow.dll to start webcam, display what is being captured, and record it to the *.avi file.
So far I can start the webcam and ...
0
votes
0
answers
68
views
FFmpeg webcam image capture from default Windows webcam
I want to capture a webcam image from my default Windows webcam without specifying the webcam name and save it as a JPG. I also want to scale and crop it to 640x480.
I have come up with -
ffmpeg -f ...
2
votes
0
answers
64
views
Qt6 QVideoSink Not Getting Frames from V4L2 Webcam
I'm currently writing a C++ Qt App that takes a webcam feed and applies some processing to each frame before rending the processed frame to the app. The problem I'm getting is that when I start my Qt ...
0
votes
0
answers
117
views
MediaPipe works on Unity inspector, but not after the build is done
I got MediaPipe 0.10.20 and installed the 0.16.0 Unity package. It took quite some time, but I got it working. I used the sample scene Pose Landmark Detection as a template and transferred my assets ...
0
votes
0
answers
43
views
android - override camera sensor (lens), white balance, ISO, shutter speed settings when another camera app is in use
Android has a webcam mode, but the camera controls on it are poor. Is it possible to override those camera controls via adb or an app with admin privileges? I'd like to be able to set the following:
...
0
votes
2
answers
159
views
Accessing full web cam resolution in opencv python
I have a new ThinkPad t14s laptop with a built in Chicony web cam, running manjaro linux. When running cheese I see that the resolution is a nice 2592x1944. However when capturing a frame in opencv ...
0
votes
0
answers
50
views
Webcam footage stopping when mouseClicked to take an image of video
I'm learning about image processing in class and I need to be able to take a screenshot of the webcam video that I'm displaying to the screen currently using p5.js. The problem is when I click the ...
1
vote
1
answer
159
views
Capturing from multiple UVC cameras
I have 8 cameras (UVC) connected to a USB 2.0 hub, and this hub is directly connected to a USB port. I want to capture a single image from a camera with a resolution of ×ばつ3490 in less than 2 ...
-1
votes
1
answer
230
views
How to get USB WebCam to play in Vlc.DotNet.Forms.VlcControl in WinForms C#
I'm trying to play usb webcam video in Vlc.DotNet.Forms.VlcControl in winforms and i think there are two ways of doing that:
get some path or mrl and play it
get stream and play it
I dont know hot ...
1
vote
0
answers
72
views
React Webcam Doesn’t Work When Using Firebase Hosting
I have a React App that uses the webcam to detect specific poses. As the title suggests, when I deploy the app locally, it works as expected.
However, when deploying the app to firebase hosting, the ...
1
vote
0
answers
22
views
Webcam.upload() from WebcamJS not calling PHP file on iOS - Works fine on Windows & Android
In WebcamJS, Webcam.upload() was not working on iPhone. I tried this in the Safari browser
We can obtain the data_uri data. We provided the full URL in place of 'upload.php?filename=' + filename + '&...
1
vote
2
answers
69
views
Unable to read multipart stream with Apache httpupload
I'm trying to read a sequence of image frames from a webcam's MJPEG stream using this code, mostly following the example usage javadoc at the top of MultipartStream:
public static void main(String[...