Commit Graph

108 Commits

Author SHA1 Message Date
Kwabena W. Agyeman
c5c9770d3a Improve rotation_correction()
* Optimized code to make it run slightly faster.
* Added fov argument to control the zoom effect better.
* Added perspective correction through 4 point correspondence.
2020-03-04 23:00:59 -08:00
iabdalkader
0cfae6334e Add BGR argument to lcd init. 2020-02-15 19:53:03 +02:00
iabdalkader
2cf751f767 Add ulab example. 2020-02-13 20:26:36 +02:00
iabdalkader
4ff6e6285c Add new DAC example. 2020-02-07 21:04:56 +02:00
iabdalkader
49416a5bc0 Add unit-test to test frozen modules. 2020-02-03 19:42:59 +02:00
iabdalkader
a601cda422 Update unit-tests.
* Update unit-tests to match the values after disabling YUV table.
2020-02-03 19:33:02 +02:00
iabdalkader
a8f00c3177 Fix example typo. 2020-02-02 18:41:45 +02:00
iabdalkader
5a6903e4e6 Update unit tests. 2020-02-01 22:09:04 +02:00
iabdalkader
57d2b38dc6 Update unit-tests. 2020-01-31 18:43:09 +02:00
iabdalkader
df9aaf66d2 Remove old script
* Fixes #669
2020-01-18 18:28:49 +02:00
iabdalkader
63642dd0b5 Fix comment. 2020-01-02 19:42:51 +02:00
iabdalkader
9a90204921 Add timer tests script. 2019-12-17 20:01:03 +02:00
iabdalkader
c4669c8fba Update timer test script to use non-reserved timer. 2019-12-17 19:59:42 +02:00
iabdalkader
1ae2e06ea6 Fix MQTT module to work with SSL sockets. 2019-12-08 00:47:49 +02:00
iabdalkader
4e0e583f5d Update fw_update comments. 2019-12-01 20:26:36 +02:00
iabdalkader
be700a082b Update script comments. 2019-12-01 20:24:02 +02:00
iabdalkader
288127c575 Update WiFi firmware update script. 2019-11-08 03:10:39 +02:00
王开智
3ccc7ed0e8
Create modbus_apriltag.py 2019-11-04 19:40:17 +08:00
王开智
c5cdf92ad1
Update modbus_rtu_slave.py 2019-11-04 19:36:22 +08:00
王开智
f38dcc3505
Update modbus.py
add more check
2019-11-04 19:32:41 +08:00
iabdalkader
cb241b0874 Increase face_detection contrast. 2019-11-02 22:06:49 +02:00
Ibrahim Abd Elkader
2f9171c05a
Merge pull request #636 from openmv/add_openrv
Add OpenRV library.
2019-11-01 19:30:23 +02:00
iabdalkader
41668d8db2 Add OpenRV library. 2019-11-01 19:04:20 +02:00
Jarek Jurasz
d3a9a06ef3 Default CAN baudrate is 125 kbps 2019-11-01 17:34:47 +01:00
Kwabena W. Agyeman
99fbb53100 Add where models are. 2019-10-30 00:30:18 -07:00
Kwabena W. Agyeman
bcebe2cde2 Add mobilenet script examples
Yes, mobilenet runs ont the OpenMV Cam now. It's midly interesting,
however, it's really not meant to be used by itself.
2019-10-30 00:25:41 -07:00
Kwabena W. Agyeman
1f96550385 Reuse Code
Just trying to optimize things since flash is now not unlimited anymore.
2019-10-30 00:22:12 -07:00
iabdalkader
8ebd6ea431 Update HelloWorld example. 2019-10-28 22:32:10 +02:00
iabdalkader
6693172856 Add native code emitters example. 2019-10-28 19:38:53 +02:00
Ibrahim Abd Elkader
74876892f6
Merge pull request #628 from openmv/freq_scaling_updates
Freq scaling updates
2019-10-28 18:37:03 +02:00
iabdalkader
2772bc48cf Update cpufreq example. 2019-10-28 18:13:12 +02:00
王开智
706e4118fe
light example for light shield 2019-10-27 15:03:25 +08:00
iabdalkader
eaba383965 WINC1500: Update HTTP/HTTPS client examples. 2019-10-25 23:18:49 +02:00
Kwabena W. Agyeman
6a9c0a370e Add support for TensorFlow Lite for Microcontrollers
This has been a long-time coming, but, it's finally here. TensorFlow lite
runs on the OpenMV Cam now. Better yet, a person detection model
is now built-into all OpenMV Cams too!

Our default code does image classification and supports multi-scale
object detection using a sliding window.

In a coming PR I will add mobilenet examples for the H7 with SDRAM
and image segmentation support.
2019-10-25 21:01:21 +02:00
iabdalkader
6ebeba5ebc Update CUBE-AI example.
* Add link to README.
2019-10-19 19:10:47 +02:00
iabdalkader
11699c860a Move CUBE-AI example to IDE examples. 2019-10-18 21:23:18 +02:00
iabdalkader
cdb4712f03 Update ADC examples. 2019-10-11 20:40:28 +02:00
iabdalkader
ee5d704016 Move Arduino examples in a new directory. 2019-10-07 19:44:30 +02:00
iabdalkader
1e42f12e5d Update comment. 2019-10-02 14:29:03 +02:00
iabdalkader
f04b18fe6f Update examples.
* Add Arduino UART example.
* Update Arduino SPI example to use callbacks.
* Remove printf from timer_control.py callback.
* Add PWM channel 3 and servo 3 to pwm and servo examples.
2019-09-30 17:17:44 +02:00
iabdalkader
06ddb4dacc Add CAN example script. 2019-09-16 17:45:25 +02:00
Ibrahim Abd Elkader
61a34a4a62
Merge pull request #588 from openmv/mqtt_fixes
Mqtt fixes
2019-09-12 00:27:21 +02:00
iabdalkader
77c20412a8 Update MQTT publish example and add MQTT subscribe example. 2019-09-12 00:13:59 +02:00
iabdalkader
76239ea89f Update MQTT library. 2019-09-12 00:12:09 +02:00
iabdalkader
e7aa95cc56 Update mjpeg_streamer script. 2019-09-12 00:11:03 +02:00
Ibrahim Abd Elkader
30f018e99b
Merge pull request #549 from kidswong999/patch-1
Add PID library.
2019-09-06 15:53:59 +02:00
王开智
f813bd161d
add a small example 2019-09-06 10:20:40 +08:00
iabdalkader
60632e84cf WIFI: Add static IP example. 2019-08-26 11:51:07 +02:00
iabdalkader
16671e4e11 Update script comments. 2019-07-10 00:31:09 +02:00
王开智
c7e0a717b6
Create pid.py 2019-07-09 16:25:57 +08:00