Skip to content

Commit 599655e

Browse files
committed
chore: bump to 7.0.0-beta1
for better clarity
1 parent a881a6d commit 599655e

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linux-enable-ir-emitter"
3-
version = "7.0.0-beta"
3+
version = "7.0.0-beta1"
44
edition = "2024"
55
authors = ["Maxime Dirksen (EmixamPP)"]
66
license = "MIT"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ You will need to execute the `linux-enable-ir-emitter run` command before the pr
4242
Alternatively, if you can and/or want to integrate better with the program that uses the camera, you can pass an opened file descriptor for the camera to the command: `linux-enable-ir-emitter run --device <DEVICE> --fd <FD>`.
4343

4444
## How do I enable my infrared emitter?
45-
1. `linux-enable-ir-emitter configure`
45+
0. For a better experience, use a large terminal window.
46+
1. Execute the command: `linux-enable-ir-emitter configure`
4647
2. Select the *IR Enabler* tool. It will iterate through the UVC camera controls and modify them to try to find the one that enables the IR emitter.
4748
3. (Optional) Configure your *Device settings*:
4849
* *Path*: by default, a grey camera will be selected (if any). If you have multiple cameras, you can change the path.

0 commit comments

Comments
 (0)