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

Installation on Raspberry OS/64bit - need guidance #23

Closed
helarsen opened this issue Nov 29, 2022 · 2 comments
Closed

Installation on Raspberry OS/64bit - need guidance #23

helarsen opened this issue Nov 29, 2022 · 2 comments

Comments

@helarsen
Copy link

I want to install on Raspberry OS/64bit (Linux pi103 5.15.76-v8+ #1597 SMP PREEMPT Fri Nov 4 12:16:41 GMT 2022 aarch64 GNU/Linux).
As described in the README.md I have installed: https://www.baslerweb.com/en/downloads/software-downloads/software-pylon-7-2-1-linux-arm-64bit-debian/
Also dependencies (meson and gstreamer) are properly installed for a Debian-based systems as described in the README.md
Finally the files are in /opt/pylon and the export PYLON_ROOT=/opt/pylon is all set

Now here I am lost:

  1. The README.md description is a bit unclear from that point onwards and I am stuck in finding the folder in which to invoke the command
    meson builddir --prefix /usr/
    and where is the file: meson_options.txt.
    Somehow I suppose I am missing a download - but which?

  2. I realize that I have downloaded pylon 7.2.1 whereas 7.1 and 6.2 is supported - that could be a problem. Is it? If so how do I uninstall 7.2.1

Thanks for any hints.

@michaelgruner
Copy link
Contributor

michaelgruner commented Nov 29, 2022

Hi @helarsen.

  1. You run meson builder --prefix /usr/ at the root of the gst-plugin-pylon project. For example:
git clone https://github.com/basler/gst-plugin-pylon.git
cd gst-plugin-pylon
meson builddir --prefix /usr/

In that same directory you'll find the meson_options.txt file, but for Pylon 7 you shouldn't need any option in there.

  1. I believe Pylon 7.2.1 should run fine.

@thiesmoeller
Copy link
Collaborator

documentation fix in v0.5.0

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

3 participants