Bharat Tak

Results 21 comments of Bharat Tak

Makes sense. The use-case is rather straightforward, say you just want to use mavsdk passthrough plugin (say for integration testing of another code-base) you shouldn't need much. Or perhaps you'd...

> @devbharat wanna give it a try? Just try to move those target_link_libraries and see what happens 😇 yes that works, I have it on a fork that way. I...

> What about the find_package calls? Do you just move them to the plugins too? I did yes.

The dependency installation thing works as well, I just have it configured so that all build and install artifacts are deleted on make clean. Perhaps I need a clean and...

> but now I do it [like this](https://www.acarg.ch/posts/cmake-deps/), if you are interested. it’s a good read, thanks!

Sorry, I should have seen that before. Can you tell me if it is mature or if I should expect issues since it is not released yet ?

Could you tell me why the package.xml still shows dependencies only on ``` libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev ```

I am exiting with an error "Could not get gstreamer sample" This is the plain gstreamer script that does work on my system: ``` gst-launch-1.0 \ v4l2src device=/dev/video2 ! \...