Skip to content

Commit 83a34cf

Browse files
authored
Update main.py
1 parent ac9b04a commit 83a34cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Micropython/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
LEPTON_ADDR=0x2A
88

9-
#configuration = VIDEO_FORMAT=RAW14 & AGC_EN = True.
9+
1010
# SPI speed : 20 MHz -> 3.9 ms to retrieve one segment (164 x 60 x 8 = 78720 bits) in RAW14 format. Measurment in "loop": 4-5 ms (4300-4400 us)
1111
# SPI+UDP (sendto segment of 164x60 bytes): 7-8 ms . UDP speed : around 30 Mb/s (2600 us / segment), as indicated by Espressif
1212
# VSYNC frequency : 27x4 Hz -> every 9.25 ms. Note : RGB888 packet size : 244 ,cannot be sent on time through UDP sendto

0 commit comments

Comments
 (0)