ERROR: pipeline could not be constructed: no element "kayasrc".
I get this after trying to run gst-launch-1.0 kayasrc ! videolevels auto=continuous ! gigesimsink Please help how to fix it ?
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 not be resolving the Kaya libraries.
Thank you so much for your response Joshdoe.
I got to make changes in cmake by giving the complete path to vision point.
it found Kaya vision point at cmake and make when compiled.
yes that error is after building the plugin, but the zip file is empty.
is there a better solution to compile it again and make vision point visible to gst-plugins-vision ?
Please find the screenshots below:

Hi
Any advice on how to fix it ?? please
It looks like _aligned_malloc is an MSVC-specific function (see here), and it appears you're on Linux given the .so extension. I don't have a Linux PC handy with a Kaya card, but you could try substituting some of the functions mentioned in the above link. If it works, let me know, or even better do a merge request.