Questions tagged [capture]

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

1376 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
  • 2
  • 15
-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,705
  • 13
  • 57
  • 92
-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
  • 130,775
  • 117
  • 415
  • 675
-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
  • 7
  • 6
-2
votes
1 answer

Capturing writing on the touch screen

My application has a requirement where the user can write their signature on the screen. The signature should be able to be extracted into an image. How should I go about this ? Is there an existing android process/observer for this ? Or are they…
Prakash Raman
  • 11,331
  • 26
  • 71
  • 124
-2
votes
3 answers

Non-capture group still capturing

I'm trying to make a regex that will match the _TAG (_DT, _NN, etc) part, in the order they appear, of all of the following variations of a sentence: Her_PP$|DT noun_NN|NNS a_PP$|DT noun_NN|NNS Her_PP$|DT adj_JJ noun_NN|NNS a_PP$|DT…
-2
votes
1 answer

Capture face area by camera

I am having problems getting face detection and cropping an image to the face working, below is my code. import cv2 class Crop: #constructor def __init__(self, image): self.data = image def facechop(self): # read xml for…
Gusan
  • 321
  • 4
  • 17
-2
votes
3 answers
1 2 3
91
92