Re: connectix quickcam difficulties

1997-06-12 Thread Tim Sailer
In your email to me, Karl M. Hegbloom, you wrote:
> 
> > "Paul" == Paul McDermott <[EMAIL PROTECTED]> writes:
> 
> Paul> Thanks Syrus, I did just that before I left work yesterday,
> Paul> and it worked just fine.  Another question can you make a
> Paul> script to use xv to save the file from an extention of ppm
> Paul> to jpg?  Thanks again for all your help.  Paul
> 
>  There's a `convert' command in ImageMagick that should work very
> well.  You'll probably want the one in non-free.

If you're not stuck on jpg images, you can simply pipe it through
ppmtogif to get a useable web image.

Tim

-- 
 (work) [EMAIL PROTECTED] / (home) [EMAIL PROTECTED] - http://www.buoy.com/~tps
 "Great successes are built on taking your negatives and turning them around."
-- Sumner Redstone
** Disclaimer: My views/comments/beliefs, as strange as they are, are my own.**


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-12 Thread Karl M. Hegbloom
> "Paul" == Paul McDermott <[EMAIL PROTECTED]> writes:

Paul> Thanks Syrus, I did just that before I left work yesterday,
Paul> and it worked just fine.  Another question can you make a
Paul> script to use xv to save the file from an extention of ppm
Paul> to jpg?  Thanks again for all your help.  Paul

 There's a `convert' command in ImageMagick that should work very
well.  You'll probably want the one in non-free.

-- 
Karl M. Hegbloom <[EMAIL PROTECTED]>
http://www.inetarena.com/~karlheg
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-12 Thread Syrus Nemat-Nasser
On Thu, 12 Jun 1997, Paul McDermott wrote:

> Thanks Syrus, I did just that before I left work yesterday, and it worked 
> just fine.  Another question can you make a script to use xv to save the 
> file from an extention of ppm to jpg?  Thanks again for all your help.
> Paul

I think the answer is yes, but I don't know how.  My understanding is 
that xv has extensive command line options to allow its use in scripts.

Syrus.

-- 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Syrus Nemat-Nasser <[EMAIL PROTECTED]>UCSD Physics Dept.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-12 Thread Paul McDermott
Thanks Syrus, I did just that before I left work yesterday, and it worked 
just fine.  Another question can you make a script to use xv to save the 
file from an extention of ppm to jpg?  Thanks again for all your help.
Paul

On Wed, 11 Jun 1997, Syrus Nemat-Nasser wrote:

> On Wed, 11 Jun 1997, Paul McDermott wrote:
> 
> > Hello everyone, I just got my connectix quickcam working with debian.  It 
> > takes really good pictures.  I plan to use the quickcam as a web camera.  
> > For an experiment I took a picture of my self and tried to put it on my 
> > website.  The quickcam man pages say that the format is a portable 
> > pixilmap or .ppm extention to take a picture. the command is:
> > cqcam > filename.ppm If I do this it works fine, the file is viewable 
> > from xv and xpaint.  I also tried to take the picture using the file 
> > formats of .jpg and .gif and the sam thing happens.  From inside netscape I 
> > can open the file and view it just fine.  It doesn't work when I put it on 
> > my 
> > web-page. The picture looks like a broken picture icon.  (I know that this 
> > is 
> > a bad way to discribe it - but it is the only way I know how.  If anyone 
> > can 
> > help me, or you need anymore information please email me.
> > Thanks
> > Paul
> 
> Hi Paul,
> 
> If you can view the picture with xv, you should be able to use xv to save 
> the picture in a standard file format such as jpeg.  After xv saves the 
> file, it should work on your web site.
> 
> 
> Syrus.
> 
> -- 
> 
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Syrus Nemat-Nasser <[EMAIL PROTECTED]>UCSD Physics Dept.
> 
> 
> 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-12 Thread Rob Browning
Syrus Nemat-Nasser <[EMAIL PROTECTED]> writes:

> If you can view the picture with xv, you should be able to use xv to save 
> the picture in a standard file format such as jpeg.  After xv saves the 
> file, it should work on your web site.

[Haven't tried these, but they should give you the idea]

Alternatively f you have imagemagick installed:

  cqcam > filename.ppm
  convert filename.ppm filename.jpg
  convert filename.ppm filename.gif

or if you have netpbm installed:

  cqcam | ppmtogif > filename.gif

or if you have libjpeg-progs installed:

  cqcam | cjpeg > filename.jpg

Please see the respective man pages for more options.  As usual Linux
has umpteen different ways to do the job.
-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-12 Thread Syrus Nemat-Nasser
On Wed, 11 Jun 1997, Paul McDermott wrote:

> Hello everyone, I just got my connectix quickcam working with debian.  It 
> takes really good pictures.  I plan to use the quickcam as a web camera.  
> For an experiment I took a picture of my self and tried to put it on my 
> website.  The quickcam man pages say that the format is a portable 
> pixilmap or .ppm extention to take a picture. the command is:
> cqcam > filename.ppm If I do this it works fine, the file is viewable 
> from xv and xpaint.  I also tried to take the picture using the file 
> formats of .jpg and .gif and the sam thing happens.  From inside netscape I 
> can open the file and view it just fine.  It doesn't work when I put it on my 
> web-page. The picture looks like a broken picture icon.  (I know that this is 
> a bad way to discribe it - but it is the only way I know how.  If anyone can 
> help me, or you need anymore information please email me.
> Thanks
> Paul

Hi Paul,

If you can view the picture with xv, you should be able to use xv to save 
the picture in a standard file format such as jpeg.  After xv saves the 
file, it should work on your web site.


Syrus.

-- 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Syrus Nemat-Nasser <[EMAIL PROTECTED]>UCSD Physics Dept.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: connectix quickcam difficulties

1997-06-11 Thread Nathan E Norman
On Wed, 11 Jun 1997, Paul McDermott wrote:

:Hello everyone, I just got my connectix quickcam working with debian.  It 
:takes really good pictures.  I plan to use the quickcam as a web camera.  
:For an experiment I took a picture of my self and tried to put it on my 
:website.  The quickcam man pages say that the format is a portable 
:pixilmap or .ppm extention to take a picture. the command is:
:cqcam > filename.ppm If I do this it works fine, the file is viewable 
:from xv and xpaint.  I also tried to take the picture using the file 
:formats of .jpg and .gif and the sam thing happens.  From inside netscape I 
:can open the file and view it just fine.  It doesn't work when I put it on my 
:web-page. The picture looks like a broken picture icon.  (I know that this is 
:a bad way to discribe it - but it is the only way I know how.  If anyone can 
:help me, or you need anymore information please email me.

A quick guess ... what are the permissions on the file that the
webserver is trying to display?  Most web page problems (in my
experience) are due to permission problems with the files which are
intended for display ...

--
  Nathan Norman:Hostmaster CFNI:[EMAIL PROTECTED]
finger [EMAIL PROTECTED] for PGP public key and other stuff
Key fingerprint = CE 03 10 AF 32 81 18 58  9D 32 C2 AB 93 6D C4 72
--


:Thanks
:Paul
:
:
:--
:TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
:[EMAIL PROTECTED] . 
:Trouble?  e-mail to [EMAIL PROTECTED] .
:


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .