Alpal94 / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Image is not capturing from Capture Card #282

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install A DVR Card on System (HI-Focus - HI-7108)
2. Install AOP PCI 7130 Driver for Capture Devices
3. Create VideoCaptureDevice for capture Device
4. Subscribe to NewFrame Event.

What is the expected output? What do you see instead?
it Have to give the Frames, but it dosent give any Event on this Driver.

What version of the product are you using?
AForge.NET Framework-2.2.3

Please provide any additional information below.
Hi Andrew,
VideoCaptureDevice isnt giving NewFrame Event with attached Driver (AOP PCI 
7130).
when i use vlc media player to play capture Device it plays, but with Afroge 
Lib it Dosent. 
on different Driver (on windows 7 automaticly installed) it gives events. 

my code looks like below.
videoCaptureDevice = new 
VideoCaptureDevice(vedioDevices[comboBoxCaptureDevices.SelectedIndex].MonikerStr
ing);
videoCaptureDevice.NewFrame += new 
AForge.Video.NewFrameEventHandler(videoCaptureDevice_NewFrame);
videoCaptureDevice.VideoSourceError += new 
AForge.Video.VideoSourceErrorEventHandler(videoCaptureDevice_VideoSourceError);
videoCaptureDevice.Start();

Please Provide some support on this,

Thanks and Regards,
Manish

Original issue reported on code.google.com by man4thee...@gmail.com on 23 Jan 2012 at 7:51

Attachments:

GoogleCodeExporter commented 8 years ago
Cannot help on this because don't have the mentioned DVR card.

If you have the hardware, you can debug with sourced of the framework, 
investigate the issue and maybe fix it.

Original comment by andrew.k...@gmail.com on 23 Jan 2012 at 11:48

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 23 Jan 2012 at 8:46

GoogleCodeExporter commented 8 years ago
OK, maybe will do something for the next release. I just found my old USB frame 
grabber, which is obviously not the same as your card, but has similar issue. 
There is way to solve it ...

Original comment by andrew.k...@gmail.com on 24 Jan 2012 at 8:27

GoogleCodeExporter commented 8 years ago
thanks andrew..

Original comment by man4thee...@gmail.com on 25 Jan 2012 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 25 Jan 2012 at 9:39

GoogleCodeExporter commented 8 years ago
1) Added VideoCaptureDevice.DisplayCrossbarPropertyPage() method, which allows 
to display crossbar configuration page while video device is running. This 
property page allows to select video input of capture card.
2) Added VideoCaptureDevice.CheckIfCrossbarAvailable() method, which allows to 
check if the video device provide crossbar and its configuration.
3) Added VideoCaptureDevice.AvailableCrossbarVideoInputs property, which lists 
available video inputs of the capture card. This can be used to select video 
input to use before running video device using your own UI.
4) Added VideoCaptureDevice.CrossbarVideoInput property, which allows setting 
video input to use by the video device.

The fix was committed in revision 1661-1663. Will be released in version 2.2.4.

Original comment by andrew.k...@gmail.com on 27 Jan 2012 at 9:28

GoogleCodeExporter commented 8 years ago
Thanks bro.
i will tak a look.
;-)
 On Jan 28, 2012 2:59 AM, <aforge@googlecode.com> wrote:

Original comment by man4thee...@gmail.com on 28 Jan 2012 at 4:47

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 23 Feb 2012 at 9:15