joshdoe

Results 47 comments of joshdoe

This is after you've built the plugin and added kayasrc to your plugin path? Try gst-inspect directly on the dll/so and see what you get. If that fails, you might...

It looks like `_aligned_malloc` is an MSVC-specific function ([see here](https://stackoverflow.com/questions/3839922/aligned-malloc-in-gcc)), and it appears you're on Linux given the .so extension. I don't have a Linux PC handy with a Kaya...

Not at this time, I made it to test KLV handling in the Pleora GigE Vision and the BlackMagic DeckLink SDI plugins. I'm open to suggestions. I've seen asynchronous KLV...

I've used QGIS in the past, very cool work. I'm not sure how I can help. If you see any way that the plugins in this project can be modified...

Seems to be a shared library problem to me. Also, looks like you included your Pylon directory in `GST_PLUGIN_PATH`, don't do that, only have the directory containing libgstpylon.dll be in...

Sorry libgstpylon.dll is the plugin generated by this project on Windows, on Linux it would be named with `.so`, maybe without the lib prefix, I can't recall.

Look at `cmake/modules/FindPylon.cmake`. You need to set `PYLON_DIR` to point to your installation, it defaults to `/opt/pylon5` on non-Windows platforms, and it seems your's is in `/opt/pylon`.

I checked the code, and it looks like it only sets those properties at the start. This can be changed, I'd probably make it such that `set_property()` sets a flag...

The packaging still needs some work, but the ZIP file isn't truly needed, especially if you just want one plugin. As far as the error, first thing is to increase...

Interesting, but I'm a little uncertain because I don't have any cameras I can use with it. I have at least added it a [list of capture plugins](https://github.com/joshdoe/gst-plugins-vision/issues/4). If you...