mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
3.4 KiB
3.4 KiB
1 | examples/00-HelloWorld/blinky.py | ^(?!OPENMVPT).*$ | .+ | |
---|---|---|---|---|
2 | examples/00-HelloWorld/helloworld.py | ^(?!OPENMVPT).*$ | ^(?!None).*$ | |
3 | examples/01-Camera/00-Snapshot | .+ | ^(?!None).*$ | |
4 | examples/01-Camera/01-Video-Recording | .+ | ^(?!None).*$ | |
5 | examples/01-Camera/02-Optical-Flow | .+ | ^(?!None).*$ | |
6 | examples/01-Camera/03-Event-Cameras/01-Frogeye2020 | .+ | (FROGEYE2020) | |
7 | examples/01-Camera/03-Event-Cameras/02-Genx320 | .+ | (GENX320) | |
8 | examples/01-Camera/04-Global-Shutter | .+ | (MT9V0X2|MT9V0X2-C|MT9V0X4|MT9V0X4-C) | |
9 | examples/01-Camera/05-Thermal-Cameras/01-FLIR-Lepton | .+ | (LEPTON|LEPTON-1.5|LEPTON-1.6|LEPTON-2.0|LEPTON-2.5|LEPTON-3.0|LEPTON-3.5) | |
10 | examples/01-Camera/05-Thermal-Cameras/02-FLIR-Boson | .+ | (BOSON|BOSON-320|BOSON-640) | |
11 | examples/01-Camera/06-Time-of-Flight | .+ | ^(?!None).*$ | |
12 | examples/01-Camera/07-Sensor-Control | .+ | ^(?!None).*$ | |
13 | examples/01-Camera/08-Readout-Control | .+ | ^(?!None).*$ | |
14 | examples/02-Image-Processing | .+ | ^(?!None).*$ | |
15 | examples/03-Machine-Learning/00-TensorFlow | .+ | ^(?!None).*$ | |
16 | examples/03-Machine-Learning/01-ST-CubeAI | (OPENMV2|OPENMV3|OPENMV4|OPENMV4P|OPENMVPT|ARDUINO_GIGA|ARDUINO_PORTENTA_H7|ARDUINO_NICLA_VISION) | ^(?!None).*$ | |
17 | examples/03-Machine-Learning/02-Haar-Cascade | .+ | ^(?!None).*$ | |
18 | examples/04-Barcodes | .+ | ^(?!None).*$ | |
19 | examples/05-Feature-Detection | .+ | ^(?!None).*$ | |
20 | examples/06-April-Tags | .+ | ^(?!None).*$ | |
21 | examples/07-Interface-Library/00-Arduino | (OPENMV2|OPENMV3|OPENMV4|OPENMV4P|OPENMVPT|ARDUINO_GIGA|ARDUINO_PORTENTA_H7|ARDUINO_NICLA_VISION) | .+ | |
22 | examples/07-Interface-Library/01-Pixy-Emulation | (OPENMV2|OPENMV3|OPENMV4|OPENMV4P|OPENMVPT|ARDUINO_GIGA|ARDUINO_PORTENTA_H7|ARDUINO_NICLA_VISION) | .+ | |
23 | examples/07-Interface-Library/02-MAVLink | .+ | .+ | |
24 | examples/07-Interface-Library/03-Modbus | .+ | .+ | |
25 | examples/08-RPC-Library | .+ | .+ | |
26 | examples/09-WiFi/(?!WINC1500).*$ | ^(?!arduino_nano_33_ble_sense).*$ | .+ | |
27 | examples/09-WiFi/WINC1500 | (OPENMV2|OPENMV3|OPENMV4|OPENMV4P|OPENMVPT) | .+ | |
28 | examples/10-Bluetooth | (OPENMV_RT1060|ARDUINO_GIGA|ARDUINO_PORTENTA_H7|ARDUINO_NICLA_VISION|ARDUINO_NANO_RP2040_CONNECT) | .+ | |
29 | examples/11-Open-AMP | (ARDUINO_GIGA|ARDUINO_PORTENTA_H7) | .+ | |
30 | examples/50-OpenMV-Boards/50-STM32-Boards | (OPENMV2|OPENMV3|OPENMV4|OPENMV4P|OPENMVPT) | .+ | OpenMV-Boards(/50-STM32-Boards)?$ |
31 | examples/50-OpenMV-Boards/50-IMXRT-Boards | OPENMV_RT1060 | .+ | OpenMV-Boards(/50-IMXRT-Boards)?$ |
32 | examples/50-OpenMV-Boards/51-Pure-Thermal | OPENMVPT | .+ | OpenMV-Boards(/51-Pure-Thermal)?$ |
33 | examples/50-OpenMV-Boards/60-Shields | OPENMV.+ | .+ | OpenMV-Boards(/60-Shields)?$ |
34 | examples/50-Arduino-Boards/Giga-H7 | ARDUINO_GIGA | .+ | Arduino-Boards(/Giga-H7)?$ |
35 | examples/50-Arduino-Boards/Nano-33-BLE-Sense | ARDUINO_NANO_33_BLE_SENSE | .+ | Arduino-Boards(/Nano-33-BLE-Sense)?$ |
36 | examples/50-Arduino-Boards/Nano-RP2040 | ARDUINO_NANO_RP2040_CONNECT | .+ | Arduino-Boards(/Nano-RP2040)?$ |
37 | examples/50-Arduino-Boards/Nicla-Vision | ARDUINO_NICLA_VISION | .+ | Arduino-Boards(/Nicla-Vision)?$ |
38 | examples/50-Arduino-Boards/Portenta-H7 | ARDUINO_PORTENTA_H7 | .+ | Arduino-Boards(/Portenta-H7)?$ |