Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
123 views

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 ...
1 vote
0 answers
108 views

I'm building a system to generate screenshots of multiple Power BI reports, embedded at my website with different filter combinations by CloudConvert, but as I checked on Internet I think hitting ...
0 votes
0 answers
61 views

I am getting black bar issue after capturing image. While capturing I can see full camera screen but after capturing I can see black bar issue. Seems to be issue with resolution but changing ...
0 votes
1 answer
233 views

I have an IP camera with which I would like to capture the image every ten minutes. The camera does not expose an endpoint for a JPEG image but has a JPEG Stream endpoint. How can I capture this image ...
1 vote
1 answer
141 views

When I use ICDeviceBrowser to detect the camera linked through the cable, I can detect the camera device for the first time, but when I exit the page and enter the page again, I cannot detect the ...
1 vote
1 answer
680 views

I have a working V4L2 implementation that captures images from a connected video device. Until now this worked well with all cameras I tried: bidx=read_frame(data); if (bidx>-1) { if (data->...
Elmi's user avatar
  • 6,282
-1 votes
1 answer
44 views

Intent m_intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); File file = new File(Environment.getExternalStorageDirectory(), "MyPhoto.jpg"); Uri uri = FileProvider....
0 votes
0 answers
78 views

I am trying to write a mobile application in QML. I take a photo and convert it to Base64 and send it to the Database. The problem is that there is no problem in the first photo, but the preview of ...
0 votes
0 answers
134 views

I'm using canvas in an Angular project to capture 4 PNG images. Here I'm building the Angular project as a widget using npm run build:widgets, it generates 3 files, one html, CSS and JS file. I'll ...
1 vote
0 answers
388 views

I have written a code that will take the screenshot after some time interval. The code is: function captureScreenshot() { if (screenStream) { screenStream.getTracks().forEach(track => { ...
0 votes
0 answers
650 views

I'm having trouble taking a photo of the current camera image. The camera image is displayed in the view and when a button is pressed, the photo should be saved or processed later on. I'm working with ...
1 vote
1 answer
493 views

I want to take the screenshot of a java native application ( any framework AWT, Swing, JavaFx ) without bringing it to the foreground. Are there any framework-specific methods available for this? I ...
2 votes
2 answers
1k views

Im trying to use the takePhoto method of image capture, using the following code. addPicture: function (typeEvidence) { if ('mediaDevices' in navigator && 'getUserMedia' in navigator....
0 votes
0 answers
757 views

I am trying to get the images with capture node screenshot option in chrome. It's working on all elements and images except iframe images. For example go to this link ( https://www.w3schools.com/html/...
1 vote
1 answer
364 views

I am using Python 3.9 and Open-CV (cv2) to read frames from a video stream and save them as JPGs. My program seems to run OK. It captures the video stream fine, obtains frames, and saves them as JPGs. ...

15 30 50 per page
1
2 3 4 5
...
25

AltStyle によって変換されたページ (->オリジナル) /