mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
example: Change lepton max_temp.
This commit is contained in:
parent
8a713f5298
commit
2a61482797
@ -29,7 +29,7 @@ threshold_list = [(200, 255)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20.0
|
||||
max_temp_in_celsius = 35.0
|
||||
max_temp_in_celsius = 40.0
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
@ -30,7 +30,7 @@ threshold_list = [(200, 255)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20.0
|
||||
max_temp_in_celsius = 35.0
|
||||
max_temp_in_celsius = 40.0
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
@ -31,7 +31,7 @@ threshold_list = [(200, 255)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20.0
|
||||
max_temp_in_celsius = 35.0
|
||||
max_temp_in_celsius = 40.0
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
@ -30,7 +30,7 @@ threshold_list = [(200, 255)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20.0
|
||||
max_temp_in_celsius = 35.0
|
||||
max_temp_in_celsius = 40.0
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
@ -29,7 +29,7 @@ threshold_list = [(220, 255)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20
|
||||
max_temp_in_celsius = 32
|
||||
max_temp_in_celsius = 40
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
@ -30,7 +30,7 @@ threshold_list = [(70, 100, -30, 40, 20, 100)]
|
||||
|
||||
# Set the target temp range here
|
||||
min_temp_in_celsius = 20
|
||||
max_temp_in_celsius = 32
|
||||
max_temp_in_celsius = 40
|
||||
|
||||
print("Resetting Lepton...")
|
||||
# These settings are applied on reset
|
||||
|
Loading…
Reference in New Issue
Block a user