Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Specify MrCal JNI Dependencies if JNI doesn't load on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
judsonjames committed Jun 5, 2024
1 parent b82e358 commit 36a769a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions source/docs/installation/sw_install/linux-pc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,29 @@ If your computer has a compatible webcam connected, PhotonVision should startup
Accessing the PhotonVision Interface
------------------------------------
Once the Java backend is up and running, you can access the main vision interface by navigating to ``localhost:5800`` inside your browser.

MrCal JNI Error
---------------
If you run into an issue running PhotonVision on Linux where it cannot load the MrCal JNI, you may need to install dependencies with the following command:

.. code-block::
$ sudo apt install mrcal libmrcal-dev python3-mrcal
If running an arm64 or architecture, you will need to add the following to your `/etc/apt/sources.list`

.. code-block::
deb [trusted=yes] http://mrcal.secretsauce.net/packages/DISTRO/public/ DISTRO main
Where `DISTRO` is one of:
- buster
- bulleye
- bookworm
- bionic
- focal
- jammy

.. note::

Further information can be found at https://mrcal.secretsauce.net/install.html

0 comments on commit 36a769a

Please sign in to comment.