Webcam in Croquet

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Webcam in Croquet

chu.viet.hung.vn
Hi all
I am new to Croquet and trying to use webcam in KAT(demo) but i get this error
Error:Directshow: True
my webcam is "Typhoon Webshot usb 300K".

is my webcam supported by Croquet ? and how can i launch a webcam in KAT?
thanks for your answers
vhc
Reply | Threaded
Open this post in threaded view
|

Re: Webcam in Croquet

Joshua Gargus-2
It sounds like you're trying to launch the webcam correctly, but the  
DirectShow plugin isn't working properly.  If you're inclined to poke  
at the source code, you can take a look at DShowVideoController.  If  
you're very enthusiastic, you might even look at the plugin source  
code: http://www.is.titech.ac.jp/~ohshima/squeak/DShowVideo/index.html

Josh


On Dec 4, 2007, at 2:30 AM, [hidden email] wrote:

> Hi all
> I am new to Croquet and trying to use webcam in KAT(demo) but i get  
> this error
> Error:Directshow: True
> my webcam is "Typhoon Webshot usb 300K".
>
> is my webcam supported by Croquet ? and how can i launch a webcam in  
> KAT?
> thanks for your answers
> vhc

Reply | Threaded
Open this post in threaded view
|

Re: Webcam in Croquet

David Faught
In reply to this post by chu.viet.hung.vn
I have gotten good results by using ManyCam (http://www.manycam.com/)
without the cool effects that it can add.  It seems to recognize a
wide variety of webcams and makes up for any differences that the app
would otherwise see.

On 12/4/07, [hidden email] <[hidden email]> wrote:
> Hi all
> I am new to Croquet and trying to use webcam in KAT(demo) but i get this error
> Error:Directshow: True
> my webcam is "Typhoon Webshot usb 300K".
>
> is my webcam supported by Croquet ? and how can i launch a webcam in KAT?
> thanks for your answers
> vhc
>
Reply | Threaded
Open this post in threaded view
|

Re: Webcam in Croquet

Oli Bye
In reply to this post by chu.viet.hung.vn
Hi I think I've found the problem.
It appears that the extend that is used to define the buffer for passing images from the plugin to squeak is "hardcoded".

I've added a one line change to KVideoGrabberWin32>>ensureInitialized to correct this.

Link to Change Set
Link to Write Up

Oli Bye

chu.viet.hung.vn wrote
Hi all
I am new to Croquet and trying to use webcam in KAT(demo) but i get this error
Error:Directshow: True
my webcam is "Typhoon Webshot usb 300K".

is my webcam supported by Croquet ? and how can i launch a webcam in KAT?
thanks for your answers
vhc