You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${{ needs.build.result == 'success' && ':heavy_check_mark:' || ':x:' }} Building
47
42
48
-
## Builds:
49
-
If the building step was successfull, you can download the tarball you want in the artifacts section [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
43
+
## :package: Tarballs:
44
+
If the building step was successfull, you can download the appropriate tarball in the artifacts section [here](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).
50
45
51
46
Unzip and then execute `sudo tar -C / --no-same-owner -h -xzf linux-enable-ir-emitter*.tar.gz`.
Copy file name to clipboardExpand all lines: README.md
+11-18Lines changed: 11 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@ Provides support for infrared cameras that are not directly enabled out-of-the b
5
5
`linux-enable-ir-emitter` can automatically generate a lightweight driver (located in user space) for almost any (UVC) infrared emitter.
6
6
7
7
## Installation
8
-
Directly refer to the manual buid [section](#manual-build) if your boot service manager is not Systemd but OpenRC. Stay here if you don't know. We support ARM architectures, just download the `aarch64` variant.
9
-
10
-
Download the latest `linux-enable-ir-emitter-x.x.x.x86-64.tar.gz`[here](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), then execute:
8
+
Download the latest `linux-enable-ir-emitter-x.x.x.systemd.x86-64.tar.gz`[here](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest), then execute:
11
9
```
12
-
sudo tar -C / -h -xzf linux-enable-ir-emitter-*.tar.gz
10
+
sudo tar -C / --no-same-owner -h -xzf linux-enable-ir-emitter*.tar.gz
13
11
```
14
12
13
+
We also support OpenRC, just download the `.openrc` variant.
14
+
15
+
### Uninstallation
15
16
It can be uninstalled by executing (remove the last line to keep the emitter configuration):
16
17
```
17
18
sudo rm -rf /usr/lib64/linux-enable-ir-emitter \
@@ -46,30 +47,22 @@ The software supports the configuration of multiple devices, execute the configu
46
47
## Manual build
47
48
See [docs](docs/requirements.md) for specification concerning build requirements.
Build my minimal version of OpenCV that will be statically linked. This is not required, you can use the shared opencv library of your distro. But it is recommanded in order to do not have issues after distro updates:
Copy file name to clipboardExpand all lines: docs/issues.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
###Please, first, ensure that you have the last version. Compare the [latest release](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest) with `linux-enable-ir-emitter -V`
1
+
## Please, first, ensure that you have the last version. Compare the [latest release](https://github.com/EmixamPP/linux-enable-ir-emitter/releases/latest) with `linux-enable-ir-emitter -V`
2
2
3
3
## The configuration has failed
4
4
If you had the message `INFO: Please shut down your computer, then boot and retry.`, please follow these instructions first:
@@ -13,11 +13,12 @@ Otherwise, open an issue using the "Configuration has failed" template.
13
13
## The emitter does not work after successful configuration or after update.
14
14
1. If you use Howdy, be sure it uses the infrared camera configured; the path is printed after the message `INFO: Configuring the camera:`.
0 commit comments