5
votes
8answers
9k views
Capturing image from webcam in java?
How can I continuously capture images from a webcam?
I want to experiment with object recognition (by maybe using java media framework).
I was thinking of creating two threads
…
1
vote
1answer
70 views
Grabbing graphics data from Google Street View object
Hi everyone,
As the title suggests, I have a Google Street View object in my web page.
My program 'drives' along certain routes, essentially, I control Google Street View's javasc …
1
vote
0answers
17 views
Record the timestamps of slide changes during a live Powerpoint presentation?
Hi,
I am planning to implement a lecture capture solution. One of the requirements is to record both the presenter and the slideshow. The presenter is recorded with a videocamera …
0
votes
1answer
31 views
Capture stills from avi on Windows
I need to capture stills from avi files. I also need to know avi file duration. The Platform is Windows, the language is C++ (with Qt library). I don't know much about DirectShow o …
2
votes
1answer
32 views
screen capture using objective c for mac
anyone has any idea how can i capture screen using objective c in mac os?
to be more specific, how can i capture the active / focused application screen then create an image into …
2
votes
6answers
726 views
How do I convert an audio stream to MP3 using Java?
Is it possible using Java to convert a real time audio stream from the mixer to MP3?
It has to be converted chunk by chunk otherwise the memory will be exhausted.
I already kno …
0
votes
1answer
18 views
Video or slide-show capture tool for record sequence of actions causes bugs
During QA process we usually need to describe a sequence of actions, that causes some bugs.
Usually the best way to do it is describe a situation by text messages. Sometimes scree …
1
vote
2answers
36 views
capture a picture from using CPP
hi,
i need a program to capture pictures from multiple webcams, and save it automatically in vista. i got the basic code from this link. http://www.cs.ru.nl/lab/des/marsrover/commu …
0
votes
1answer
52 views
[c#] DirectX.Capture quality problem
hi all!
i have to capture video from tv card, and display it on a windows form. my starting point was to use code from this page but, image quality is bad. image is not sharp, the …
2
votes
1answer
72 views
Screen capture on Linux
Hi,
I need to port a screen capture utility to Linux.
I'm not familiar with Linux. On Windows, you can get the handle of a specific window or desktop and using BitBlt in Win32 AP …
2
votes
10answers
2k views
Capture Window (Alt-Print Screen) of Context Menu
As everyone knows, sometimes developers have to document stuff. Or capture some stuff for filing bug reports.
My question is in MS Windows.
I'm trying to capture the context men …
3
votes
4answers
90 views
How to capture screenshot of specified website?
I want to know technique to capture screenshot if I have a url list of those sites like google fastflip. What technology or techniques require for this kind of task. If this techni …
0
votes
2answers
14 views
Need a signature capture system/method for a SmartPhone?
Need a way of capturing signatures using a SmartPhone. Preferably usable on Verizon networks. This will be used to sign off receipt of medical supply deliveries to customers. Th …
0
votes
1answer
27 views
capture window text
Hello,
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?
0
votes
6answers
59 views
Capture a literal in css
Hi,
I have several NAV Bars. Each NAV Bar is of the pattern;
a | a
such that where the literal "|" occurs, it's always has a sibling a on the left.
where a is an html anchor el …
