Touseefelahi / GigeVision

Simple GigeVision implementation, GVSP, GVCP protocol implemented
97 stars 31 forks source link

Basler Camera not work #93

Open RemyEE opened 7 months ago

RemyEE commented 7 months ago

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 commented 7 months ago

@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 commented 7 months ago

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