File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ sudo rm -rf /usr/lib64/linux-enable-ir-emitter \
25
25
```
26
26
27
27
## 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.
29
29
2 . Ensure to not use the camera during the execution.
30
30
3 . Be patient, do not kill the process.
31
31
4 . Execute ` sudo linux-enable-ir-emitter configure ` .
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ def configure(
23
23
emitters (int): number of emitters on the device
24
24
neg_answer_limit (int): number of negative answer before the pattern is skiped. Use -1 for unlimited
25
25
"""
26
+ logging .info ("Stand in front of and close to the camera and make sure the room is well lit." )
26
27
logging .info ("Ensure to not use the camera during the execution." )
27
28
logging .info ("Warning to do not kill the process !" )
28
29
You can’t perform that action at this time.
0 commit comments