You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm unable to use the plugin properly. I don't know if the problem comes from me or from the plugin. I hope you can help me with that.
Issue description
In the readme it is written that USB3 Vision camera are supported by the element idsueyesrc.
It works fine with my USB 2 camera UI1007XS from IDS.
However my USB3 Vision camera U3-368xXLE-C from IDS is not detected by idsueyesrc element (U3-368xXLE-C is a USB3 Vision camera from IDS).
Steps to reproduce
Plug U3-368xXLE-C camera
Run command gst-launch-1.0 idsueyesrc ! videoconvert ! autovideosink
I get à segmentation fault:
$ gst-launch-1.0 idsueyesrc ! videoconvert ! autovideosink
Use Windows high-resolution clock, precision: 1 ms
Setting pipeline to PAUSED ...
Segmentation fault
At first, the plugin was not working with my USB 2 camera neither, so I opened the solution in Visual Studio and commented out the line is_ParameterSet (src->hCam, IS_PARAMETERSET_CMD_LOAD_EEPROM, NULL, NULL); Then it was working fine with this USB 2 camera
I assume gstreamer is correctly installed because this command correctly displays the testing video: gst-launch-1.0 videotestsrc ! videoconvert ! autovideosink
I assume idsueyesrc is correctly installed because this commands correctly displays the image from my USB 2 camera: gst-launch-1.0 idsueyesrc ! videoconvert ! autovideosink
The text was updated successfully, but these errors were encountered:
Hi, I'm unable to use the plugin properly. I don't know if the problem comes from me or from the plugin. I hope you can help me with that.
Issue description
In the readme it is written that USB3 Vision camera are supported by the element idsueyesrc.
It works fine with my USB 2 camera UI1007XS from IDS.
However my USB3 Vision camera U3-368xXLE-C from IDS is not detected by idsueyesrc element (U3-368xXLE-C is a USB3 Vision camera from IDS).
Steps to reproduce
gst-launch-1.0 idsueyesrc ! videoconvert ! autovideosink
My configuration
More Info
is_ParameterSet (src->hCam, IS_PARAMETERSET_CMD_LOAD_EEPROM, NULL, NULL);
Then it was working fine with this USB 2 cameragst-launch-1.0 videotestsrc ! videoconvert ! autovideosink
gst-launch-1.0 idsueyesrc ! videoconvert ! autovideosink
The text was updated successfully, but these errors were encountered: