Remove greyworld from shssp2023, always show cal details

picamera2
Mark Jessop 2023-01-16 14:57:31 +10:30
rodzic dec481eefe
commit a1b284a74c
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -130,7 +130,7 @@
// }
if(msg.sys_cal==3){
var sys_cal = "OK";
var sys_cal = "Cal (S" + msg.sys_cal.toFixed(0) + " G" + msg.gyro_cal.toFixed(0) + " A" + msg.accel_cal.toFixed(0) + " M" + msg.magnet_cal.toFixed(0) + ")";
} else {
var sys_cal = "Uncal (S" + msg.sys_cal.toFixed(0) + " G" + msg.gyro_cal.toFixed(0) + " A" + msg.accel_cal.toFixed(0) + " M" + msg.magnet_cal.toFixed(0) + ")";
}

Wyświetl plik

@ -234,7 +234,8 @@ while True:
debug_ptr=tx.transmit_text_message,
vertical_flip=True,
horizontal_flip=True,
greyworld=True)
#greyworld=True
)
# If this succeeded, break out of this loop.
break