Skip to content

Commit 346cc2f

Browse files
committed
feat: add precise position instructions
1 parent f0d75fa commit 346cc2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo rm -rf /usr/lib64/linux-enable-ir-emitter \
2525
```
2626

2727
## How to enable your infrared emitter?
28-
1. Stand in front of the camera and make sure the room is well lit.
28+
1. Stand in front of and close to the camera and make sure the room is well lit.
2929
2. Ensure to not use the camera during the execution.
3030
3. Be patient, do not kill the process.
3131
4. Execute `sudo linux-enable-ir-emitter configure`.

command/configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def configure(
2323
emitters (int): number of emitters on the device
2424
neg_answer_limit (int): number of negative answer before the pattern is skiped. Use -1 for unlimited
2525
"""
26+
logging.info("Stand in front of and close to the camera and make sure the room is well lit.")
2627
logging.info("Ensure to not use the camera during the execution.")
2728
logging.info("Warning to do not kill the process !")
2829

0 commit comments

Comments
 (0)