Giter Site home page Giter Site logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Hi Andrew,

I have extended your DirectShow library to include the display of the capture 
device
property pages (using code from the the DirectShow .net wrapper that can be 
found on
the web, which I believe you have also used as your base). Contact me if you are
interested in the code.

Cheers
Yves

Original comment by [email protected] on 27 Mar 2008 at 10:58

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Yes, I am interested in the code.

Original comment by [email protected] on 27 Mar 2008 at 2:15

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Make sure you add support to change framerate as well. Even more important than
resolution!

Original comment by [email protected] on 31 Mar 2008 at 8:26

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I'm also very interested in the code, that lets me change resolution and 
framerate.
And of course it would be really cool, if that feature would be integrated in 
the
next release.

Original comment by [email protected] on 30 Apr 2008 at 6:32

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
I'm also very interested in the code for my robot tracking software. Is it 
possible 
to submit the code? Or is it integrated in the next release and when will it be 
ready?

Greets
Stefan

Original comment by [email protected] on 5 May 2008 at 8:29

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Hi guys

sry for not paying attention to the forum, this past month has been hectic. I 
have 
posted the code (what little there is) to Andrew. 

Original comment by [email protected] on 5 May 2008 at 2:02

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Hi Yves,

Can you post us the code retrieving all the video device capabilities. 

Thank you.

Original comment by [email protected] on 6 May 2008 at 3:20

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Hello,

In the attachment you may find the code shared by Yves.

The code functionality to set resolution is going to be introduced in new 
release. 
The attachment may be used in case the feature is required urgently.

With best regards,
Andrew

Original comment by [email protected] on 12 May 2008 at 9:32

Attachments:

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Thank you very much!!! I'll try this out.

Original comment by [email protected] on 13 May 2008 at 10:53

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024

Original comment by [email protected] on 13 May 2008 at 6:43

  • Added labels: Milestone-Coming

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
Added functionality to display property page of video capture device, which 
allows 
changing its settings provided by driver (contrast, brightness, frame size, 
etc).

Committed in revision 474. Will be released in version 1.6.3

Original comment by [email protected] on 14 May 2008 at 5:08

  • Changed state: Started

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024
VideoCaptureDevice class is extended with DesiredFrameRate and DesiredFrameSize 
properties, which allow to configure frame rate and size.

Here is the sample:
videoSource.DesiredFrameRate = 10;
videoSource.DesiredFrameSize = new Size( 320, 240 );

Committed in revision 475. Will be released in version 1.6.3

Original comment by [email protected] on 17 May 2008 at 6:25

  • Changed state: Fixed

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024

Original comment by [email protected] on 19 May 2008 at 5:59

  • Changed state: Verified
  • Removed labels: Milestone-Coming

from aforge.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 28, 2024

Original comment by [email protected] on 19 May 2008 at 6:06

  • Changed state: Released

from aforge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.