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

NewFrame event doesn't fire after stop and start again in Windows service #396

Open
GoogleCodeExporter opened this issue Mar 29, 2016 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Create windows service project
2. Use attached library
3. Create communication with service (WCF in my case)
4. Build project, start service, start camera
4. Stop camera by WCF
5. Start camera again by WCF
6. Check NewFrame event

What is the expected output? What do you see instead?
NewFrame will fire again.

What version of the product are you using?
2.2.5

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 2 Feb 2015 at 10:30

Attachments:

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Here is sample solution with problem. This solution is simplified, basically 
after install and start service in Debug(Release) directory should be 2 
pictures - one before stop and start camera and second after; but second image 
will not never captured - reported bug.
Solution just build and read Install.txt.

http://1drv.ms/1CpjfIh (host on OneDrive)

Original comment by [email protected] on 2 Feb 2015 at 12:18

@GoogleCodeExporter
Copy link
Author

Btw, I use Microsoft camera and in this sample I'm looking for camera with 
string "Microsoft" in name, so if you have different camera change camera in 
KioskCamera constructor.

Original comment by [email protected] on 2 Feb 2015 at 1:32

@GoogleCodeExporter
Copy link
Author

The framework was never tested officially anywhere except Windows Forms and 
Console applications. So when it comes to WPF, Windows Services, Unity, 
Android/iPhone, etc. then you are on your own.

So test the issue in WinForms. If it is reproducible there, then it is a valid 
issue. If not, then no.

Original comment by [email protected] on 9 Feb 2015 at 3:18

  • Changed state: Pending

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

No branches or pull requests

1 participant