We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9b04a commit 83a34cfCopy full SHA for 83a34cf
Micropython/main.py
@@ -6,7 +6,7 @@
6
7
LEPTON_ADDR=0x2A
8
9
-#configuration = VIDEO_FORMAT=RAW14 & AGC_EN = True.
+
10
# 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)
11
# SPI+UDP (sendto segment of 164x60 bytes): 7-8 ms . UDP speed : around 30 Mb/s (2600 us / segment), as indicated by Espressif
12
# VSYNC frequency : 27x4 Hz -> every 9.25 ms. Note : RGB888 packet size : 244 ,cannot be sent on time through UDP sendto
0 commit comments