Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: pipeline could not be constructed: no element "kayasrc". #33

Open
YMChtr opened this issue Jun 7, 2020 · 4 comments
Open

ERROR: pipeline could not be constructed: no element "kayasrc". #33

YMChtr opened this issue Jun 7, 2020 · 4 comments

Comments

@YMChtr
Copy link

YMChtr commented Jun 7, 2020

I get this after trying to run gst-launch-1.0 kayasrc ! videolevels auto=continuous ! gigesimsink
Please help how to fix it ?

@YMChtr YMChtr changed the title install( TARGETS ${libname} LIBRARY DESTINATION lib COMPONENT ${PLUGIN_INSTALL_DIR} ) ERROR: pipeline could not be constructed: no element "kayasrc". Jun 7, 2020
@joshdoe
Copy link
Owner

joshdoe commented Jun 7, 2020

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.

@YMChtr
Copy link
Author

YMChtr commented Jun 8, 2020

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:
Screen Shot 2020-06-07 at 6 50 09 PM
Screen Shot 2020-06-07 at 6 54 01 PM

Screen Shot 2020-06-07 at 7 13 43 PM

Screen Shot 2020-06-07 at 7 15 02 PM

@YMChtr
Copy link
Author

YMChtr commented Jun 16, 2020

Hi

Any advice on how to fix it ?? please

@joshdoe
Copy link
Owner

joshdoe commented Jun 24, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants