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

Basler Camera not work #93

Open
RemyEE opened this issue Feb 2, 2024 · 2 comments
Open

Basler Camera not work #93

RemyEE opened this issue Feb 2, 2024 · 2 comments

Comments

@RemyEE
Copy link

RemyEE commented Feb 2, 2024

I have a Basler GigE Camera, I want to handle it in .Net Core.
So I found GigeVision - amazing library.

I have tried the library on my device, I can found and connect to my device. But I can grab image or control it's parameter.
After debugging, I found that the local file reading code, return wrong file address as showing in this image.

Anyone have any idea to fix it please?

image

@Touseefelahi
Copy link
Owner

@RemyEE Local file mode is not tested/implemented from what I remember.

To fix you must provide the xml file where it is required
Check this method this will give you the idea, you may need to modify this method as well.
https://github.com/Touseefelahi/GigeVision/blob/master/GigeVision.Core/Services/Gvcp.cs#L812

@Touseefelahi
Copy link
Owner

@RemyEE actually the file is not local, it is from the camera.

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

2 participants