The capture tag has no wiki summary.
0
votes
1answer
19 views
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 ...
1
vote
1answer
17 views
OpenCV VideoCapture does not block on OS X
Short version: on OS X, if I call VideoCapture::read() from a thread other than the main() thread, the call returns immediately instead of blocking till a new frame.
This one works as expect:
void ...
0
votes
1answer
14 views
How could I capture wire shark traces on loop back interface?
How can I capture wireshark traces on the interface it is configured to capture the traces?
1
vote
1answer
68 views
Capture a window inside my form
I want to capture a window inside my form, how can I do that? I remember seeing a code that did this. It worked with the window handle. It behaves kind of like WinRAR's extraction window:
0
votes
1answer
19 views
Capturing images while record button clicked in ios simultaneously
Iam using UIImagePicker to record video when i click the record button i want to capture the frame with sound and add it into one array .Please help me to accomplish the same thanks in advance .
1
vote
2answers
50 views
How to capture stdout output from a Python function call?
I'm using a Python library that does something to an object
do_something(my_object)
and changes it. While doing so, it prints some statistics to stdout, and I'd like to get a grip on this ...
0
votes
1answer
56 views
Get all screen pixels colors with C# [duplicate]
I am building a project to get the color of certain screen pixels. The project already works however I would like to know if there's a better and faster way to do it. here's a part of the code I'm ...
0
votes
2answers
54 views
Java generics: compilation failure using captures
Why does the below code fail to compile? Can this example be simplified (to fewer classes) to demonstrate equivalent error?
The error message produced is:
func(capture of ? extends A) in ... cannot ...
0
votes
0answers
121 views
Cannot get Captured Image after load Google Maps in Phonegap - Android
I'm doing an application wich needs send the current position (geolocation) and 5 images. So, I can take and load the pictures and get my geolocation. The problem is when I load first my geolocation ...
-1
votes
0answers
31 views
Develop chrome extension for capturing any part of web page without losing styles & formatting
i am developing a chrome extension to clip a web page content(not in image format).
with possible ways i have tried with pageCapture chrome API in MHTML standard format.
...
17
votes
5answers
373 views
How do generics of generics work?
While I do understand some of the corner-cases of generics, I'm missing something with the following example.
I have the following class
1 public class Test<T> {
2 public static void ...
1
vote
0answers
18 views
Best approach for archiving transactional data in MySQL 5.5
I'm new to MySQL. I'm looking into setting up a MySQL 5.5 instance on Amazon's RDS. I have worked with DB2 in the past as a developer, but not as a DBA.
I have a requirement to store transactional ...
0
votes
0answers
53 views
Using the Jpcap Library
I'm trying to develop a packet filtering software using Java and after some research I found out that its possible to use the JPCAP library to capture packets and apply the filter rules but I cant ...
0
votes
1answer
35 views
std::getline() is not ending/capturing
This does not work.
playing = true;
while (playing) {
std::string command;
std::cin.ignore(1);
std::getline(std::cin, command);
execute(command);
std::cout << "asdasd";
}
...
0
votes
0answers
19 views
displaying a snapshot image of a webpage from asp.net solution - client only options?
I have a requirement where I create a webpage, but want to only display an image of that webpage rather than all the html and text, etc.
I'm currently using iecapt.exe from my own servers - and while ...
-2
votes
2answers
99 views
Building a video capture app on Android [closed]
I have to develop an Android app that captures a video stream and then gives the possibility to access every single frame of the same video.
I would like to create a custom application, that doesn't ...
1
vote
1answer
150 views
Use awk in Perl to parse everything between two strings
I have a huge pile of log files constantly being updated on HP-UX server.I have created the Perl code to find out the name of log file in which the string i'm using resides inside.
Perl gets the file ...
0
votes
0answers
41 views
Wanted: Cocoa framework for high fps video capturing and single frames processing
I'm a beginner in objective-c programming (or programming at all). I'd like to analyze or process video frames (e.g. captured from the iSight) in real time, not on the level of complete frames (like ...
1
vote
0answers
26 views
Capture FM radio in Qt Symbian
I'm trying to capture FM radio with Qt and my Symbian device (C7-00 Belle Refresh), but no effect, what is wrong? Is it possible at all?
Audio Input Routing Symbian API
audiosource = new ...
0
votes
1answer
45 views
Java: time to read sound from TargetDataLine and write to ByteArrayOutPutStream different sometimes
I have a thread where I am reading data from TargetDataLine (microphone) and writing it to a ByteArrayOutputStream. I have a little "timer" because I want to record sound for 10 ms and then pass the ...
0
votes
1answer
45 views
Visual C++ Watch for key sequence
If I have some form application in C++, how would I set something up so that it watches for a specific key sequence to perform some action? Like, for instance, watching for the user to tap arrow keys ...
0
votes
1answer
50 views
ffmpeg output blank image files on CentOS 6.4 [closed]
0I am trying to capture thumbnail images from a video by using ffmpeg.
So I typed command like Below.
ffmpeg -i MyVideo.mp4 -s 480x270 -f image2 -vf fps=fps=1/600 thumb%03d.png
just like what ...
0
votes
1answer
65 views
How to use custom video resolution when use AVFoundation and AVCaptureVideoDataOutput on mac
I need to process each frame of captured video frame, although AVCaptureDevice.formats provided so many different dimension of frame sizes, it seems AVCaptureSession only support those frame sizes ...
2
votes
5answers
68 views
Trying to understand “Capturing groups” in regex with Java
I am studying for the java OCP and at the moment I am stuck at understanding the "Capturing groups" section. It is a way too abstract as a description. Could you please (if you have time) give me some ...
-2
votes
1answer
70 views
Simple way to capture screenshot in windows os? c++ [duplicate]
What is the most simple way to capture a screenshot and save it somewhere using c++?
0
votes
1answer
102 views
Using ALSA, how to record with a microphone what it is just playing out through a speaker?
I am trying to record what it is just playing out to the speaker using following ALSA APIs:
snd_pcm_mmap_writei()
snd_pcm_mmap_readi()
Both functions are called one to next in the same thread. The ...
0
votes
1answer
26 views
Auth/Capture Chained Payment (PayPal)
Background:
We run a company that connects producers and consumer together. Consumers request certain objects to be created by producers. A producer would have to confirm that they are available and ...
2
votes
1answer
297 views
HTML5 capture audio from default microphone
can somebody help me on how to capture audio from default microphone using HTML5 ?
there are many samples available. but none of them seems working.
i have tried Audio capturing with HTML5
as it only ...
2
votes
2answers
72 views
Why does capturing named groups in Ruby result in “undefined local variable or method” errors?
I am having trouble with named captures in regular expressions in Ruby 2.0. I have a string variable and an interpolated regular expression:
str = "hello world"
re = /\w+/
/(?<greeting>#{re})/ ...
1
vote
1answer
86 views
IMAGE_CAPTURE on resultActivity the file doesn't exist yet
This a rare case, i'm trying to capture an image from native camera activity on my samsung galaxy s3 and onActivityResult the file doesn't exist to read yet. If i disconnect the phone and connect ...
-1
votes
1answer
53 views
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!!!
0
votes
0answers
19 views
capture data from mic with slimdx
I am trying to make an application which is able to capture the sound from a microphone. I try to use slimdx, but when I run the code below I got an error at the last row:
captureDevice = new ...
0
votes
1answer
202 views
LoadRunner Correlation : capturing dynamic array value from server respponse
i am trying to do correlation to capture dynamic array value from server response. The problem is that the server is returning the list that i want to capture in javascript function and I am not able ...
0
votes
0answers
26 views
Capturing Audio in silverlight and save in Disk
I have come across a Requirement where I need to Save the audio in disk every 30 secs in silverlight I am able to do it for Images but for Audio I am unable to find the solution? Thanx in advance
0
votes
0answers
167 views
capture from webcam using Jquery
i am getting the following error
Error 5 Delegate 'System.Drawing.Image.GetThumbnailImageAbort'
requires an 'AddressOf' expression or lambda expression as the only
argument to its ...
0
votes
1answer
352 views
html5 photo capture with smartphone camera, image is rotated CW
I test html5 features in mobile browsers(FF and Chrome). I want to capture image using
< input type="file" accept="image/*;capture=camera">.
I created a handler for "change" event of ...
2
votes
1answer
92 views
How to capture camera image thumbnail and full image at the same time
It looks like in camera image capture, one can only capture either thumbnail or full image but not both in one pass because
public void startCamera() {
...
camera.putExtra("output", imageUri); ...
0
votes
0answers
373 views
Capture from webcam and save using JQuery
JS_TEST.aspx
<head runat="server">
<title></title>
<script src="Scripts/JS_TEST/mshsayem.js" type="text/javascript"></script>
</head>
<body>
...
0
votes
1answer
224 views
Use HTML5 Canvas to capture frames from a video
I was trying to capture a frame from video and drawing it in canvas using HTML5, but the below code is not correct working. when i use '.mp4' format video source and click on the start button, the ...
0
votes
0answers
27 views
Captured screen does not exactly the same as looking in iPhone
I am using the UIGlossyButton to develop my UI, and try to capture the screen in iPhone. But the captured image does not look the same as the looking in screen.
Using UIGlossyButton sample as the ...
0
votes
1answer
93 views
Camera capture task - What to save to DB - Windows Phone
My question is related to Windows Phone 7.1. After the camera capture task, I get the chosen picture which is saved in Camera Roll. How do get a reference to this so that I can save the same in my DB.
...
-1
votes
1answer
52 views
Capture radio button status in wpFinished (non custom) in inno setup
I am using Inno Setup V5 something the latest I could download. I have a pretty solid install script developed. I have set alwaysreboot to true but I need to display a messagebox to the user if he ...
56
votes
2answers
2k views
Does [=] imply that all local variables will be copied?
When I write a lambda with [=], does it mean that all my local variables will be copied into members of the created struct or can I assume that only those will that are actually used in the lambda? ...
0
votes
2answers
64 views
How can this .NET regex group-capture operation be written in Java?
In .NET, if I want to match a sequence of characters against a pattern that describes capturing groups that occur any number of times, I could write something as follows:
String input = "a, ...
1
vote
1answer
101 views
Capturing mouseMove event in ember.js
I'm trying to implement a slider view in ember.js; for that I would need to capture the mouseMove event even if it leaves the view that first received it. In pure js I would do something like this:
...
0
votes
0answers
185 views
How to capture video using Intent and set path of recorded and limit recording time
I use an example of recording video using intent based on
Intent intent = new Intent(android.provider.MediaStore.ACTION_VIDEO_CAPTURE);
startActivityForResult(intent, REQUEST_VIDEO_CAPTURED);
For ...
4
votes
2answers
720 views
Opencv Error on Ubuntu Webcam (Logitech C270) Capture -> HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP
this erorr message appears on running simple camera capture on Ubuntu with logitech C270 (OpenCV 2.4.2/C++):
HIGHGUI ERROR: V4L/V4L2: VIDIOC_S_CROP
and further:
Corrupt JPEG data: 2 ...
0
votes
0answers
57 views
paypal do capture and curl
I am getting a cannot connect to host error when trying to implement the following:
Any help would be greatly appreciated..I have been banging my head against the wall....
$environment = 'sandbox'; ...
0
votes
1answer
246 views
Web page Capture and save to image using phantomjs lib
i was searching google to get any js lib which can capture the image of any website or url. i came to know that phantomjs library can do it. here i got a small code which capture and convert the ...
1
vote
0answers
124 views
OpenCV VideoCapture fails to load compressed video files when building with staticlib
I can embed OpenCV .DLLs and build my program in Visual Studio 2010, Debug mode, x64 platform using OpenCV 2.4.4 static libraries from C:\opencv244\build\x64\vc10\staticlib.
I use VideoCapture to ...

