GigeVision icon indicating copy to clipboard operation
GigeVision copied to clipboard

Basler Camera not work

Open RemyEE opened this issue 2 years ago • 2 comments

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

RemyEE avatar Feb 02 '24 10:02 RemyEE

@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 avatar Feb 06 '24 06:02 Touseefelahi

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

Touseefelahi avatar Feb 06 '24 06:02 Touseefelahi