Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AForge.Video.DirectShow doesn't work when main project compiled as 64-bit #41

Open
programatix opened this issue Jan 10, 2020 · 0 comments

Comments

@programatix
Copy link

I'm using AForge.Video.DirectShow version 2.2.5 from NuGet. I have a Logitech HD Webcam C615 connected on a Windows 10 machine.

If I compile the main project as a x86 app, everything works fine. If I compile the main project as a x64 app, the following works normally,

  1. new FilterInfoCollection(FilterCategory.VideoInputDevice) returns all connected webcams.
  2. new VideoCaptureDevice() created the object correctly. All public properties seems right, including VideoCapabilities.

Calling the Start() method of a VideoCaptureDevice object will change its IsRunning property to True, but it does not trigger the NewFrame event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant