T.R | Title | User | Personal Name | Date | Lines |
---|
201.1 | | KLUSTR::GARDNER | The secret word is Mudshark. | Thu Jan 12 1995 15:43 | 14 |
201.2 | | BGSDEV::MORRIS | Tom Morris - APS Light & Sound Engineering | Thu Jan 12 1995 18:52 | 4 |
201.3 | V1.4: is it soup yet? | KLUSTR::GARDNER | The secret word is Mudshark. | Fri Jan 13 1995 06:34 | 9 |
201.4 | V1.4 on December CD | APSMME::MORRIS | Tom Morris - APS Light & Sound Engineering | Fri Jan 13 1995 12:03 | 7 |
201.5 | January's gonna be a killer! | KLUSTR::GARDNER | The secret word is Mudshark. | Fri Jan 13 1995 16:17 | 17 |
201.6 | | DECWIN::MCCARTNEY | | Mon Jan 16 1995 10:16 | 3 |
201.7 | 201.7-.9 moved to 300.0-.2 by moderator | BGSDEV::MORRIS | Tom Morris - Light & Sound Engineering | Tue Oct 24 1995 13:10 | 0 |
201.8 | capture one frame *from command line* ? | NETRIX::"[email protected]" | Jeff Dickens | Fri Feb 07 1997 14:37 | 5 |
| Do you have a utility that will capture one frame from the
command line ?
The latest alphavcr will do it, but not from the command line.
[Posted by WWW Notes gateway]
|
201.9 | | BGSDEV::MORRIS | Tom Morris - Light & Sound Engineering | Tue Feb 11 1997 22:43 | 10 |
| Hmmm, how did non-Digital employees get in here? I don't
suppose you'd like to trade a couple of AltaVista licenses
(say for AltaVista Thrash My Computer Very Private Extended
Product Name) for the answer to your question?
I know that programs like this have been written, but I
can't seem to locate any of them. Unless someone else
chimes in, you might try asking the j300 mailing list.
Tom
|
201.10 | Try this - grabone | ADOV01::JARMAN | | Thu Feb 13 1997 21:01 | 16 |
| In the spirit of creative reuse of objects, I'll donate something I
found that somebody else wrote - it's a little prog called grabone
which does exactly that - it grabs a single frame into a .pnm file (I
think)
I've used it several times to stuff camera images into web pages
With thanks to those that actualy wrote it
download the file from URL
http://demo4.ado.dec.com/grab.tar.Z
regards
Brian (what, me actually contribute for a change??)
|
201.11 | More info | ADOV01::JARMAN | | Thu Feb 13 1997 21:03 | 5 |
| Forgot to add - the makefile in the tar file looks ugly - it has lots
of other stuff in that I was too lazy to take out - it was part of a
kit of bits and pieces that were put together, I've just pulled out the
bit for grabbing images
Brian
|
201.12 | got it, thanks | NETRIX::"[email protected]" | Jeff Dickens | Mon Feb 17 1997 12:12 | 13 |
| Thanks Brian, I'll give it a shot. Of course, the application I had
in mind is exactly what you said, a web-cam.
Tom, we're still Digital employees at the moment, but we do have our
own network now. How did we get into Easynet ? The AltaVista Internet
Tunnel, of course.
I believe there is an agreement whereby Digital gets free use of AltaVista
Software (and we get free use of Digital software!). If you can't
find out how to get the licenses drop me a line and I'll ask.
[Posted by WWW Notes gateway]
|
201.13 | worked like a charm | NETRIX::"[email protected]" | Jeff Dickens | Tue Feb 18 1997 09:53 | 8 |
| My enormously complex :-) cgi program to use it follows:
#!/usr/bin/perl
print "Content-type: image/jpeg\n\n";
print `/usr/local/bin/grabone | /usr/local/bin/cjpeg -quality 70`;
[Posted by WWW Notes gateway]
|