Questions tagged [capture]

capture is the process of converting a set of pixels on a screen into a bitmap image stored in memory

1457 questions
-1
votes
1 answer

Capture many .png files over HTTP that are named as .htm?

I want to download a large number of .png files that have .htm file extensions. I've tried a some WinPcap-based utilities, but none of them pick up the files I need. The utilities I have tried are called York, EtherWatch and Pikachu2. I've also…
-1
votes
1 answer

Capture Camera After 5 seconds

I am working with a Face Recognition project and I want to create a "Register" method. Register Method must be able to capture 10 faces with different angles. So, I need to capture 10 different image files, but I need to be 5 seconds after so they…
julianconcepcion
  • 187
  • 3
  • 18
-1
votes
1 answer

How to capture high-resolution google map image?

Recently I built a website called Google Map Customizer, which lets you customize the colors on a Google Map and get large, high resolution images. But the problem is now I have to use third-party tool to capture the image. I am wondering if it is…
AaronCheng
  • 1
  • 1
  • 1
  • 3
-1
votes
2 answers

Finding the amount of liberties a stone has left?

I am making a game based of the asian board game called "go". I am currently trying to implement the capturing system. Basically once all of the liberties a stone has have been surrounded by the enemy the stone is taken. In the screenshot the black…
user2457344
  • 53
  • 1
  • 9
-1
votes
1 answer

Survey application with offline capabilities and how to capture the data from multiple ipads to one?

I am trying to build a Survey application where the surveys will be taken offline on multiple ipads and when these ipads are online they are going to upload the data(survey answers) to our servers? I am really struggling how to send the survey to…
-1
votes
1 answer

capture 2 texts from the screen and compare them using AutoHotkey

I'm working with AutoHotkey and I need to capture two sentences from my screen and compare them. Anyone knows how to do it? Thanks a lot!!!
-1
votes
1 answer

capture window text

I'm trying to capture yahoo and msn messenger conversation text, and no tool is able to do it. Any idea how it can be done without sniffing packets?
Itay.B
  • 3,991
  • 14
  • 61
  • 96
-1
votes
1 answer

Android: Record video file play in my device but not play when sharing

In my app my actual requirement is record video file and share to another through mail.. But present now i am able to record video file and share that file throgh mail friends or someone... my shared file is played sometimes on real device and some…
Little Boy
  • 11
  • 1
-2
votes
2 answers

How to get browser's content, including the window's menu bar, frame/border, and content below the fold?

I remember in the early days of the web, there were books that included the whole browser window's title bar, menu bar, and even the border of the browser, and the content inside of it -- not just the current content in the window, but all the…
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
-2
votes
2 answers

Automatically take a picture from webcam source, then save it to files, with no user input

I want to Automatically take a picture from a webcam source, as soon as webcam access is granted from the browser, then save it to files, with no user input. I have got the picture capturing sorted but i cannot: A) Get it to automatically take the…
-2
votes
2 answers

Sed - Cannot capture and replace with curly brackets in a file

I would like to capture and replace with sed the following pattern : {{/tagName}}} to {{/tagName}} } But I cannot figure it out I have tried sed 's/({{\/.*}})/\1 }/g' But it does not work. It does not capture and the blank space does not work in…
toch
  • 67
  • 6
-2
votes
1 answer

How to record video rtsp and save video for 5 minutes using python and opencv

How to record video rtsp and save video for 5 minutes using python and opencv i m using to record some of the code but for 5 minutes using clas and function video is very tuff to download for 5 minutes.
-2
votes
1 answer

Regex Capture group does not operate as expected from regex builder website in golang

essentially, I'm trying to build capture groups in golang. I'm utilizing the following web page, which seems to indicate that this should work properly as I've written it For random reasons this is time sensitive, I'm sure you can sympathize …
W B
  • 1
-2
votes
1 answer

Is it possible to find and extract two substrings with a single regex?

Spent half a day reading up on SO and elsewhere. Say I have a string: "a_b_c_d_e_f_g_1_2_3_4_5" Is there a single regex that can construct a result based on two matches? E.g. construct a string which is a concatenation of two matches: First one -…
user2349195
  • 62
  • 1
  • 8
-2
votes
1 answer

Save linux console output in txt. file

I'm just running an assetto corsa server on my linux server and Im wondering how it could be possible to "capture" the output of my console and save it in a txt file. (because AC hasn't a log system, but the console outputs nice information)
NoaH
  • 27
  • 7