Describe the bug
I've downloaded and compiled successfully using VS2022 and Pylon 7.5. When I attempt to run 'gst-inspect-1.0' it puts my gstpylon.dll into the blacklist. I used the "ninja -C install" command to copy across to GStreamer. Looking at the GST_DEBUG it appears to be due to "Found 0 features in plugin 000001D8F7E25AB0 (gstpylon.dll)"
If I delete the gstreamer registry, it scans again, but still blacklists.
Any ideas on what I've done wrong?
I compiled in vs2022 using debugoptimized & x64 as they were the only options. (No Release build)
One complication I experienced was that I had to run meson using:
meson setup build --backend=vs2022 --prefix="%GSTREAMER_1_0_ROOT_MSVC_X86_64%"
ie: with the "--backend" before the prefix and with quotes around the path. Otherwise it didn't create the .sln file.
To Reproduce
'gst-inspect-1.0 pylonsrc -b'
Expected behavior
I'd expect the pylonsrc to return all of the information about the plugin. Instead it says that the plugin has been blacklisted.
Environment
Windows 11 - 64bit
VS2022
Pylon 7 Camera Software Suite 7.5.0.15658
GStreamer 1.26.5
Describe the bug
I've downloaded and compiled successfully using VS2022 and Pylon 7.5. When I attempt to run 'gst-inspect-1.0' it puts my gstpylon.dll into the blacklist. I used the "ninja -C install" command to copy across to GStreamer. Looking at the GST_DEBUG it appears to be due to "Found 0 features in plugin 000001D8F7E25AB0 (gstpylon.dll)"
If I delete the gstreamer registry, it scans again, but still blacklists.
Any ideas on what I've done wrong?
I compiled in vs2022 using debugoptimized & x64 as they were the only options. (No Release build)
One complication I experienced was that I had to run meson using:
meson setup build --backend=vs2022 --prefix="%GSTREAMER_1_0_ROOT_MSVC_X86_64%"
ie: with the "--backend" before the prefix and with quotes around the path. Otherwise it didn't create the .sln file.
To Reproduce
'gst-inspect-1.0 pylonsrc -b'
Expected behavior
I'd expect the pylonsrc to return all of the information about the plugin. Instead it says that the plugin has been blacklisted.
Environment
Windows 11 - 64bit
VS2022
Pylon 7 Camera Software Suite 7.5.0.15658
GStreamer 1.26.5