Motherboard Forums


Reply
Thread Tools Display Modes

Webcam application for Firewire camera

 
 





















Jeff Wieland
Guest
Posts: n/a

 
      03-24-2005, 07:40 PM


I'm running Solaris 8 on a new Sun Blade 1500. (Why Solaris 8? We've
got some old applications that require it -- yeah, they'd probably work
with Solaris 9, but it isn't guaranteed). I'm looking for something
like Philippe Oechslin's webcam software that can grab an image
periodically and save it in some standard format (like jpeg), but will
work with a Firewire camera (like the IBot). What applications are
there that support a Firewire camera under Solaris?
--
Jeff Wieland
 
Reply With Quote
 
Fredrik Lundholm
Guest
Posts: n/a

 
      03-24-2005, 11:22 PM
In article <d1v539$iot$>,
Jeff Wieland <> wrote:
>I'm running Solaris 8 on a new Sun Blade 1500. (Why Solaris 8? We've


>work with a Firewire camera (like the IBot). What applications are
>there that support a Firewire camera under Solaris?


Try finding Sun Forum!

/wfr
Fredrik


--
Fredrik Lundholm
dol @ ce.chalmers.se

 
Reply With Quote
 
Jeff Wieland
Guest
Posts: n/a

 
      03-25-2005, 02:01 AM
In article <d1vi2o$s3v$> (Fredrik Lundholm) writes:
>In article <d1v539$iot$>,
>Jeff Wieland <> wrote:
>>I'm running Solaris 8 on a new Sun Blade 1500. (Why Solaris 8? We've

>
>>work with a Firewire camera (like the IBot). What applications are
>>there that support a Firewire camera under Solaris?

>
>Try finding Sun Forum!
>
>/wfr
>Fredrik
>
>
>--
>Fredrik Lundholm
>dol @ ce.chalmers.se


I know about Sun Forum. What I need is something very simple, like a
command line program that wakes up every few seconds and writes a new
image file.
--
Jeff Wieland
 
Reply With Quote
 
Rich Teer
Guest
Posts: n/a

 
      03-25-2005, 06:23 AM
On Fri, 25 Mar 2005, Jeff Wieland wrote:

> I know about Sun Forum. What I need is something very simple, like a
> command line program that wakes up every few seconds and writes a new
> image file.


I just wrote a little script that uses sdtimage to take snapshots.
Here it is (assumes your Sun Forum image is in the top left corner:

-----------------------------------8<---------------------------------
#!/bin/sh
#************************************************* ******************************
#
# Name: %M%
# SCCS Id: %W% %G%
#
# Description: This is a little script to "Drive" a web cam. It assumes
# that the image from SunForum video camera is in the top left
# corner of the screen.
#
#
# Copyright © 2004 by Rich Teer. All rights reserved.
#
#************************************************* ******************************

CAM_IMAGE=/home/rich/images/web_cam.jpeg
TMP_IMAGE=/home/rich/images/web_cam.tmp

while true; do
sdtimage -snapshot -region 354x270+4+64 -f -out JPEG:$TMP_IMAGE
mv $TMP_IMAGE $CAM_IMAGE
done
-----------------------------------8<---------------------------------

Modify to suit.

Enjoy,

--
Rich Teer, SCNA, SCSA

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
 
Reply With Quote
 
Coy Hile
Guest
Posts: n/a

 
      03-25-2005, 04:33 PM
Rich Teer wrote:
> On Fri, 25 Mar 2005, Jeff Wieland wrote:
>
>
>>I know about Sun Forum. What I need is something very simple, like a
>>command line program that wakes up every few seconds and writes a new
>>image file.

>
>
> I just wrote a little script that uses sdtimage to take snapshots.
> Here it is (assumes your Sun Forum image is in the top left corner:
>


[Rich's script elided]

I hope it's nicer there in Kelowna than it is here, Rich Rain/snow
mix in spring, for goodness sake!


--
Coy Hile

 
Reply With Quote
 
Rich Teer
Guest
Posts: n/a

 
      03-25-2005, 11:38 PM
On Fri, 25 Mar 2005, Coy Hile wrote:

> I hope it's nicer there in Kelowna than it is here, Rich Rain/snow
> mix in spring, for goodness sake!


Well, I dunno about where you are, but it is MUCH nicer here in Kelowna
right now than it was in Edmonton yesterday! It was -17 yesterday morning
in Edmonton (about -5 when I got on the plane), and about 10 here when I
arrived. Also, there's no snow on the ground in the valley, and the
plants are coming back to life. I miss staying in Kelowna!

We have my Brother in Law and his family (2 kids) staying with us; it's
pandamonium here!

--
Rich Teer, SCNA, SCSA

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
 
Reply With Quote
 
Coy Hile
Guest
Posts: n/a

 
      03-28-2005, 04:14 PM
Rich Teer wrote:
> On Fri, 25 Mar 2005, Coy Hile wrote:
>
>
>>I hope it's nicer there in Kelowna than it is here, Rich Rain/snow
>>mix in spring, for goodness sake!

>
>
> Well, I dunno about where you are, but it is MUCH nicer here in Kelowna
> right now than it was in Edmonton yesterday! It was -17 yesterday morning
> in Edmonton (about -5 when I got on the plane), and about 10 here when I
> arrived. Also, there's no snow on the ground in the valley, and the
> plants are coming back to life. I miss staying in Kelowna!
>
> We have my Brother in Law and his family (2 kids) staying with us; it's
> pandamonium here!
>


LOL. Just let Judge herd the kids It wasn't that cold here (maybe
5), but there was a cold wet rain. From what I hear, it was very
beautiful in the Fraser Valley (and yes, I am talking about the
weather )


--
Coy Hile

 
Reply With Quote
 
Rich Teer
Guest
Posts: n/a

 
      03-28-2005, 07:57 PM
On Mon, 28 Mar 2005, Coy Hile wrote:

> LOL. Just let Judge herd the kids It wasn't that cold here (maybe


He tries, but he's too old. He just goes off, trying to find a quiet
corner. The kids know that if Judge is our bedroom or the laundry
room, he's to be left alone. They've gone up to Big White today, so
Jenny and I can get some peace and quiet. Alas, I'm going back to
Edmonton tonight. :-(

> 5), but there was a cold wet rain. From what I hear, it was very
> beautiful in the Fraser Valley (and yes, I am talking about the
> weather )


:-)

--
Rich Teer, SCNA, SCSA

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
 
Reply With Quote
 
Coy Hile
Guest
Posts: n/a

 
      03-28-2005, 08:07 PM
Rich Teer wrote:
> On Mon, 28 Mar 2005, Coy Hile wrote:
>
>
>>LOL. Just let Judge herd the kids It wasn't that cold here (maybe

>
>
> He tries, but he's too old. He just goes off, trying to find a quiet
> corner. The kids know that if Judge is our bedroom or the laundry
> room, he's to be left alone. They've gone up to Big White today, so
> Jenny and I can get some peace and quiet. Alas, I'm going back to
> Edmonton tonight. :-(
>
>


That's no fair I didn't get Stat holidays for either Friday or today.

>>5), but there was a cold wet rain. From what I hear, it was very
>>beautiful in the Fraser Valley (and yes, I am talking about the
>>weather )

>
>
> :-)
>


I figured with you I would have to clarify that :-P Though the other
goes without saying, eh?

--
Coy Hile

 
Reply With Quote
 
jonsoons
Guest
Posts: n/a

 
      03-29-2005, 04:38 PM
Is that Fahrenheit or Centigrade?

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Camera Wizard? lost task option Postman Delivers Dell 0 02-13-2009 07:01 AM
Re: Camera Wizard? lost task option SOLVED Ben Myers Dell 0 02-11-2009 12:20 AM
Re: semi-OT: Good webcam and audio software (Dell notebooks andmonitors) JayB Dell 0 07-06-2008 09:08 PM
How Do I Turn Off the Webcam? TC HP 0 04-03-2008 09:18 PM
Webcam of Monitor PG191 - not functioning Nelo Asus 1 12-29-2006 03:14 PM


All times are GMT. The time now is 08:33 PM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43