[Gambas-user] surprise

Benoit Minisini gambas at ...1...
Mon Dec 31 15:45:05 CET 2007


On lundi 31 décembre 2007, Stefano Palmeri wrote:
> Alle 15:34, lunedì 31 dicembre 2007, Fabien Bodard ha scritto:
> > Le Monday 31 December 2007 15:14:24 Stefano Palmeri, vous avez écrit :
> > > Alle 14:13, lunedì 31 dicembre 2007, Benoit Minisini ha scritto:
> > > > On dimanche 30 décembre 2007, Fabien Bodard wrote:
> > > > > oups
> > > >
> > > > I added your project to the examples.
> > >
> > > Yesterday I tested Fabien 3Dwebcam (very intersting, Fabien!).
> > > I tested with an old webcam that doesn't accept resize 320x240 and
> > > so the project stopped working. So, I suggest to other people that
> > > experience that issue to change hWebcam.Resize(320, 240) with a
> > > supported size:
> > >
> > >  hWebCam.Hue = 10
> > >  hWebCam.Color = 10
> > >  'hWebcam.Resize(320, 240)
> > >  hWebcam.Resize(352, 288)
> >
> > it is not a stable project... just a one shot program that run on my
> > computer, this resolution was working with my webcam... not your ... it
> > depend of the web cam
>
> yes, yes... it's my webcam problem :-)
>
> I didn't want to criticize :-) or say anything negative. Excuse me
> if I was not clear.
>
> Ciao,
>
> Stefano
>

There is a VideoDevice.Features property, maybe you could use it to detect the 
maximum width and height supported by the webcam?

-- 
Benoit Minisini




More information about the User mailing list