iabdalkader
9969b9e48d
Fix debug build linker errors.
2019-12-02 18:23:43 +02:00
Ibrahim Abd Elkader
05fc9496b9
Merge pull request #647 from kwagyeman/kwabena/fix_tensorflow_conv2d
...
Fix tensorflow library conv2d
2019-12-02 12:23:46 +02:00
Kwabena W. Agyeman
e88c589206
Fix tensorflow library conv2d
2019-12-01 22:25:06 -08:00
iabdalkader
880c877cc1
Fix sepconv3 boundaries.
...
* Fixes issue #641
2019-12-01 21:10:43 +02:00
Kwabena W. Agyeman
1d3540e87a
Update TensorFlow
...
* Pulled new TensorFlow library with MUL/RELU/RELU6 opcodes.
* Fixed error message priting.
* Added ability to load network into the framebuffer vs. the heap.
2019-11-25 21:56:29 -08:00
iabdalkader
abde3275e8
Disable WiFi debug for older boards (especially OMV3).
...
* OMV3 is running out of memory because of tf global variables.
2019-11-26 00:06:30 +02:00
iabdalkader
26b37c100c
Disable ulab for omv2.
2019-11-25 18:53:02 +02:00
iabdalkader
2a3b5c7ac1
Remove unused submodules.
2019-11-25 18:15:39 +02:00
iabdalkader
aae27d1ecc
Update ulab.
2019-11-15 03:06:40 +02:00
iabdalkader
577899a5a0
Fix mutable_bayer error message.
2019-11-13 02:03:13 +02:00
Jarek Jurasz
7ca922642d
More specific image format errors.
2019-11-12 11:29:46 +01:00
iabdalkader
6adb71ddc2
Update MP docs.
2019-11-12 01:25:54 +02:00
iabdalkader
d8782275e3
Bump firmware version.
2019-11-04 18:23:53 +02:00
iabdalkader
3256700011
Add silent to makefile flags.
2019-11-01 19:05:16 +02:00
iabdalkader
757d783049
Freeze all the modules in scripts/libraries.
2019-10-30 21:02:51 +02:00
Ibrahim Abd Elkader
4100122ef5
Merge pull request #633 from kwagyeman/kwabena/add_mobilenet_examples
...
Kwabena/add mobilenet examples
2019-10-30 16:24:07 +02:00
Kwabena W. Agyeman
905d20a038
Updated the TensorFlow library to accept more model types
...
Now models with [n][c] will work too as their output.
2019-10-30 00:22:57 -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
2381a5ac8b
Make images iterable.
...
* Allow iterating over image objects.
* This is mainly to support creating ulab ndarrays from images.
2019-10-30 01:17:20 +02:00
iabdalkader
9e3d294fe3
Add ulab submodule.
2019-10-30 00:56:23 +02:00
Kwabena W. Agyeman
15efeda56e
Add support for image segmentation.
2019-10-28 23:54:05 -07:00
iabdalkader
d7aaccbcf5
Update cpufreq_scaling H7 frequencies.
...
* Fixes #547
2019-10-27 22:05:59 +02:00
iabdalkader
f05a95a6c6
Fix Makefile order dependency issue causing non-parallel to fail.
2019-10-25 23:36:21 +02:00
iabdalkader
d6da65f80e
Enable USSL MBEDTLS module.
2019-10-25 23:18:49 +02:00
iabdalkader
48c2ce8a9c
WINC1500: Update socket buffer size.
2019-10-25 23:18:49 +02:00
iabdalkader
f9ed0cb82a
Disable YUV table for OMV4 and OMV4R.
...
* Disable YUV tables for H7 cameras to temporarily save FLASH.
* Since H7 cameras have and use the HW JPEG encoder the side effects are minimal.
2019-10-25 23:05:25 +02:00
Ibrahim Abd Elkader
b67804faa2
Merge pull request #622 from openmv/tflib
...
Add support for TensorFlow Lite for Microcontrollers
2019-10-25 21:09:04 +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
Ibrahim Abd Elkader
b4bad33623
Merge pull request #620 from thibthibaut/license
...
Update CUBE-AI.
2019-10-24 17:17:04 +02:00
Thibaut Vercueil
c23466aa09
fixed typos
2019-10-24 14:54:31 +02:00
Thibaut Vercueil
872e8531e4
Updated README: removed Cube.AI version information
2019-10-24 13:43:58 +02:00
Thibaut Vercueil
a958118bc1
Removed Cube.AI files and added instructions to grab them
2019-10-24 12:01:25 +02:00
Thibaut Vercueil
059374abe0
Updated license informations
2019-10-23 17:04:39 +02:00
iabdalkader
25020a1bb5
Enable SYSCFG clock before selecting VSCALE0
2019-10-22 02:03:21 +02:00
iabdalkader
132f1706e0
Switch to VSCALE1 before entering low-power mode.
...
* For H7 revision V devices where VSCALE0 is possible, the regulator
must be switched back to VSCALE1 before entering low-power modes.
2019-10-22 01:51:41 +02:00
iabdalkader
2bb8b2d917
System clock config cleanup.
...
* Use HAL_PWREx_ConfigSupply to enable LDO.
* Use __HAL_PWR_GET_FLAG to check for VOSRDY.
2019-10-22 01:37:10 +02:00
iabdalkader
10ad70ba61
WINC: Check for empty SSID and/or key.
2019-10-21 21:33:15 +02:00
iabdalkader
5c28b2c756
OMV4R: Use QSPI for internal storage.
2019-10-21 21:16:22 +02:00
Ibrahim Abd Elkader
0066fc8726
Merge pull request #613 from openmv/stm32cubeai
...
Add CUBE-AI support.
2019-10-19 19:58:24 +02:00
iabdalkader
44a91c1296
Update MP.
2019-10-19 19:20:21 +02:00
iabdalkader
d6420769c9
Update Makefile.
...
* Add LIBS and CUBEAI_DIR and cleanup.
2019-10-19 19:10:03 +02:00
iabdalkader
4ef6d38711
Add CUBE-AI builtin module.
...
* Add CUBE-AI builtin module to the default mpconfigport.
2019-10-19 16:43:53 +02:00
iabdalkader
132f158402
Rename readme.
2019-10-18 21:23:51 +02:00
iabdalkader
11699c860a
Move CUBE-AI example to IDE examples.
2019-10-18 21:23:18 +02:00
iabdalkader
6516fc1b5d
Append stm32cubeai qstrs to OMV_QSTR_DEFS instead of overriding.
2019-10-18 19:28:20 +02:00
Thibaut Vercueil
5ed04c4cbb
Updated & renamed example script
2019-10-18 17:13:27 +02:00
Thibaut Vercueil
98bb29b80a
Updated script for MNIST
2019-10-18 17:02:21 +02:00
Thibaut Vercueil
0f17925f98
Support X-CUBE-AI v4.1.0
2019-10-18 15:39:57 +02:00
iabdalkader
15e0d4559c
Return string errors from WINC1500 init function.
2019-10-16 20:10:23 +02:00
Ibrahim Abd Elkader
12ee986ea3
Merge pull request #611 from kwagyeman/kwabena/fb_alloc_all_fix
...
Fix fb_alloc_all bug.
2019-10-16 13:13:14 +02:00
Kwabena W. Agyeman
c20efaba54
Move flag setting inside the curly braces.
2019-10-15 23:59:27 -07:00
Thibaut Vercueil
df4a711ded
Integration of STM32Cube.AI in the firmware
2019-10-15 16:17:17 +02:00
iabdalkader
77496d05ca
Update WINC1500 firmware and host driver.
...
* Update to firmware 19.6.1 host driver 19.3.0.
2019-10-14 23:35:16 +02:00
iabdalkader
408585e900
Cleanup adc.c.
2019-10-12 16:40:48 +02:00
iabdalkader
d54687b275
Update SDRAM clock.
2019-10-12 12:53:28 +02:00
Kwabena W. Agyeman
434bb10bf3
Fix missing bank enables
2019-10-11 20:56:36 -07:00
iabdalkader
c0bfc9198d
Update H7 PLLs.
...
* Use PLL2 for FMC and PLL3 for SPI123.
2019-10-11 20:07:52 +02:00
Ibrahim Abd Elkader
f0c1f13077
Merge pull request #605 from kwagyeman/kwabena/fix_bmp_reading
...
Fix bmp file reading for all formats
2019-10-11 18:26:36 +02:00
iabdalkader
530eee21b1
Add revision ID to machine.info().
2019-10-11 01:40:52 +02:00
iabdalkader
db9aebf3f2
Enable VSCALE0 for revision V devices.
2019-10-11 01:31:37 +02:00
iabdalkader
6f61f103fa
Update MP for the new H7 HAL.
2019-10-11 01:08:38 +02:00
iabdalkader
3144724645
Return when HAL_JPEG_Encode is aborted.
2019-10-11 01:07:39 +02:00
iabdalkader
5c5eb9d10b
Fix H7 SD clock.
2019-10-11 01:07:39 +02:00
iabdalkader
b43820cfb1
Update H7 legacy header.
2019-10-11 01:07:39 +02:00
iabdalkader
9d553ccdcb
Add HAL_DCMI_Start_DMA_MB to H7 HAL.
2019-10-11 01:07:39 +02:00
iabdalkader
1e24a91558
Fix H7 HAL strict aliasing errors (patch from MP/stm32lib).
2019-10-11 01:07:39 +02:00
iabdalkader
07a4cf4760
Update H7 HAL.
2019-10-11 01:07:39 +02:00
iabdalkader
6052c0be67
Increase VREF threshold in self-tests.
2019-10-11 00:53:15 +02:00
Kwabena W. Agyeman
466a50a003
Fix bmp file reading for all formats
2019-10-10 14:50:36 -07:00
iabdalkader
f92479079c
Include stdio.h for printfs in img functions.
2019-10-10 18:32:56 +02:00
iabdalkader
57750012aa
Update CMSIS.
2019-10-10 15:14:12 +02:00
iabdalkader
b855bb9c11
Enable additional pins.
2019-10-09 20:47:17 +02:00
Kwabena W. Agyeman
63eafdab6b
Fix reading RGB 24-bit images
2019-10-07 23:00:30 -07:00
iabdalkader
48a965fb96
Fix hardfault when setting lepton to VGA/RGB565.
2019-10-07 17:06:50 +02:00
iabdalkader
3244d0f60b
Fix timer 5 period.
2019-10-06 23:44:19 +02:00
iabdalkader
020b3ccd0c
Support 32-bit SDRAM.
2019-10-06 23:39:58 +02:00
Kwabena W. Agyeman
7ad61b725e
Adds hint system to fb_alloc
...
With this commit fb_alloc now takes hints to better decide which ram to
give (internal or sdram).
Only fb_alloc_all calls are given any hints right now as some of the
calls need as much ram as possible and will cause failures to happen if
a small amount of fast internal sram is returned.
Anyway, hints can be used to tune where things are placed by fb_alloc.
2019-10-04 21:47:54 -07:00
Kwabena W. Agyeman
30c4cf4a8c
Add smart overlay logic to fballoc
...
When fballoc is called and there's space to put what's requested in SRAM
this is done instead of putting it in SDRAM. This results in a huge
performance boost to most algorithms that use only a small amount of
fballoc ram.
In particular, apriltags is usable in speed with this fix...
2019-10-04 20:16:20 -07:00
iabdalkader
87a055f43b
Update docs.
2019-09-30 18:50:51 +02:00
iabdalkader
bd034f3c27
Fix SPI WFI bug.
2019-09-30 17:34:31 +02:00
iabdalkader
d443b001c8
Move WINC1500 firmware.
2019-09-30 00:22:49 +02:00
iabdalkader
e8a4d1a136
Update Makefile.
...
* Move build output to build/bin.
2019-09-28 23:57:48 +02:00
iabdalkader
84633a01bc
Fix HID descriptor.
2019-09-28 19:32:52 +02:00
iabdalkader
37cbb29b90
Check SPI buffers.
2019-09-27 17:43:36 +02:00
iabdalkader
1b52ce1443
Suspend systick before entering stopmode.
2019-09-27 17:43:36 +02:00
iabdalkader
b882f4b926
Reset SDIO before init.
...
* Fixes F7 SD timeout on second init.
2019-09-27 17:43:36 +02:00
iabdalkader
8fc29f32a6
Update MP.
2019-09-27 17:43:36 +02:00
iabdalkader
5676b41012
Update MP to 1.11
2019-09-27 17:43:36 +02:00
iabdalkader
2918137e1b
Bump firmware version.
2019-09-27 17:28:54 +02:00
iabdalkader
bb2ea839f4
Fix long delay when JPEG encoding overflows.
2019-09-27 16:56:28 +02:00
iabdalkader
69f89f9587
Return when HAL_JPEG_Encode is aborted.
...
* Force HAL_JPEG_Encode to return when HAL_JPEG_Abort is called instead of waiting for timeout.
2019-09-27 16:53:38 +02:00
iabdalkader
f158b7bb98
Decrement firmware version.
2019-09-27 16:52:06 +02:00
iabdalkader
89578e6d4a
Bump firmware version.
2019-09-16 19:57:21 +02:00
iabdalkader
0855745428
Add FDCAN support.
...
* Fixes #526
2019-09-16 17:26:15 +02:00
iabdalkader
8e6b8c2bf7
Fix accept() bug.
2019-09-13 21:06:59 +02:00
iabdalkader
f648107bb9
WINC1500: Fix timeout bugs.
...
* Setting timeout to 0 (from MicroPython) makes the socket blocking instead of non-blocking.
* Sockets were closed on recv/recvfrom timeout.
2019-09-12 00:04:46 +02:00
iabdalkader
693337e764
Remove line_start from read_pixels functions.
...
* line_start is not used in these functions.
2019-09-09 18:02:02 +02:00
Ibrahim Abd Elkader
bef85129ca
Merge pull request #584 from kwagyeman/kwabena/optional_8x_apriltag
...
Disable 8-way connectivity
2019-09-09 02:15:20 +02:00
Kwabena W. Agyeman
c1d9bec2c8
Disable 8-way connectivity
...
Not neccessarily needed and takes 2-4x more processing power. If FPS is
not a concern enable it.
2019-09-08 17:06:02 -07:00
Ibrahim Abd Elkader
bd5fcccdfb
Merge pull request #583 from openmv/binary_ops
...
Fix binary ops bug.
2019-09-09 02:02:02 +02:00
iabdalkader
5b5295219d
Fix binary ops bug.
...
* fix #534
2019-09-08 17:46:13 +02:00
iabdalkader
7eaeefacb1
Fix printf issue in apriltags, dmtx and lsd.
...
* The root cause for this issue is "define double float". printf functions promote
float to double, which is #define'd as float causing the implicit conversion error.
* Replaced all double with float, and DBL_MIN and FLT_MIN etc... and added explicit
cast to double in printf functions.
2019-09-06 15:48:31 +02:00
iabdalkader
54b8132949
License update.
2019-09-05 22:17:50 +02:00
iabdalkader
b10bfc6e6c
Add memory offsets for FFS, JPEG and VOSPI buffers.
...
* Allow FFS, JPEG and VOSPI buffers to be moved to any dedicated region with an offset.
2019-09-04 23:02:22 +02:00
Kwabena W. Agyeman
416da1a302
Enable SDRAM Support
2019-09-03 22:33:06 -07:00
Kwabena W. Agyeman
548a295d81
Enable high res apriltags
2019-09-03 22:30:08 -07:00
Kwabena W. Agyeman
b35a6ed124
Make UMM malloc block size variable.
2019-09-03 22:29:59 -07:00
Kwabena W. Agyeman
43ca9eb5ff
Increase jpeg compression timeout
...
Necessary for large image resolutions.
2019-09-03 22:29:50 -07:00
Ibrahim Abd Elkader
503b329169
Merge pull request #577 from kwagyeman/kwabena/fix_quote
...
Fix Quote Location
2019-09-03 13:22:41 +02:00
Kwabena W. Agyeman
1667345eb4
Fix Quote Location
2019-09-02 22:04:55 -07:00
Kwabena W. Agyeman
cb6a7d6d96
Allow apriltag detection on vflip and hmirrored images.
2019-09-02 22:02:48 -07:00
iabdalkader
47e87da103
Update MP SDRAM settings.
2019-08-31 18:08:12 +02:00
Ibrahim Abd Elkader
626468e87a
Improved fb_alloc stats. ( #575 )
...
* Improved fb_alloc stats.
* Fix fb_free stats.
2019-08-30 18:59:25 +02:00
iabdalkader
c04bb40595
Add FB alloc stats.
2019-08-30 17:06:15 +02:00
iabdalkader
e29c613ee5
Fix H7 deepsleep.
2019-08-27 18:13:13 +02:00
iabdalkader
684614946e
WINC1500: Add netinfo function.
...
* Returns connection RSSI, security type, remote MAC address and IP.
2019-08-26 00:50:53 +02:00
iabdalkader
9fd585f304
Rename IP_ADDR_LEN to IPV4_ADDR_LEN.
2019-08-25 19:20:01 +02:00
iabdalkader
e685b484a0
WINC1500: Support static IP.
2019-08-25 19:08:53 +02:00
iabdalkader
7665d4f16c
Restore sensor shutdown state on reset.
2019-08-23 20:54:34 +02:00
iabdalkader
7389aa32d0
Update RTC from upstream.
2019-08-23 15:49:27 +02:00
Kwabena W. Agyeman
d514ecc9fe
Fix setting resolutions on the OV2640
2019-08-17 22:17:27 -07:00
Kwabena W. Agyeman
5691bb7498
Improve large jpeg image data transfer
...
This commit fixes the following:
* Adds new methods to allow jpeg images to be encoded for transmission
to the IDE.
* Auomatically calls these methods to send the image to the IDE when
there's not enough space in the JPEG buffer. This isn't the fastest but
is better than help support requests about why it doesn't work at all.
2019-08-16 00:35:55 -07:00
iabdalkader
a775e3b2b8
Fix RTC issues on H7.
...
* Update extint from upstream to fix EXTI number.
* Fix EXTI numbers in rtc.c
* Disable wakeup timer when initializing RTC.
* Call RTC init in soft reset.
2019-08-12 22:22:54 +02:00
iabdalkader
cd119d8d82
Fix cache maintenance issue in JPEG mode.
...
* In JPEG mode the cacheable framebuffer memory is used directly by the DMA, instead of the line buffer.
Cache maintenance must be performed before the CPU accesses the framebuffer memory.
2019-08-11 18:04:12 +02:00
iabdalkader
737c4c2b1f
Fix buffer alignment for JPEG mode.
2019-08-10 19:00:46 +02:00
iabdalkader
3187b5c20e
Fix max DCMI transfer size.
2019-07-22 23:38:39 +02:00
Ibrahim Abd Elkader
f392b270cc
Merge pull request #554 from kwagyeman/kwabena/ov2640_fixes
...
OV2640/JPEG mode fixes
2019-07-22 23:36:26 +02:00
Kwabena W. Agyeman
376899876f
Lower PCLK from 72 MHz to 36 MHz.
2019-07-21 16:36:37 -07:00
iabdalkader
899449012d
Fix servo timer.
...
* Timer IRQ handler wasn't called.
* Fixes #553
2019-07-21 23:55:12 +02:00
Kwabena W. Agyeman
77d3aa6651
Fix register change.
2019-07-20 23:42:02 -07:00
Kwabena W. Agyeman
5e0cca6c3c
Update the OV2640 driver.
...
* Images are right side up now.
* Picture quality is acceptable (not as good as the OV7725)
* All auto functions work now (the OV2640 ignores exposure control
however)
* Added XGA frame size.
* JPEG mode is enabled but needs work still (not sure if the H7 hardware
can capture the packet stream fast enough not to drop bytes).
2019-07-20 23:30:08 -07:00
Kwabena W. Agyeman
6e789b1406
Add print statement for bayer.
2019-07-20 23:27:26 -07:00
kidswong999
dceb0e324f
Detect sensor based on I2C address.
2019-07-12 23:11:24 +02:00
kidswong999
cc33f9b7e6
Add OV5640 driver.
2019-07-12 23:08:40 +02:00
kidswong999
dcbc67fd60
Change sensor reg_addr to uint16_t
2019-07-12 23:04:15 +02:00
kidswong999
6c4ec6fde9
add cambus_readb2 cambus_writeb2
2019-07-12 22:46:39 +02:00
iabdalkader
165b3205a3
Update OMV4R pins.
2019-06-21 14:29:03 +02:00
iabdalkader
4a1a1441c7
Add OPENMV4R board files.
2019-06-20 22:01:20 +02:00
iabdalkader
d0be0a0237
Remove old SDRAM driver.
...
* Add missing sdram header to stm32 port.
2019-06-20 21:45:25 +02:00
iabdalkader
d8c9bf74cb
Fix pin AF functions.
2019-06-20 21:00:25 +02:00
Ibrahim Abd Elkader
37bd07ed35
Add SDRAM driver ( #539 )
...
* Add SDRAM driver
2019-06-20 20:48:42 +02:00
iabdalkader
225321dbca
Add static pin AF function from upstream.
...
* This is required for SDRAM driver.
2019-06-20 20:04:42 +02:00
iabdalkader
b8b4327e18
Remove outdated comment about AXI memory.
2019-06-17 23:44:30 +02:00
Kwabena W. Agyeman
6c939b4c37
Update OV7725 registers.
...
* Fix the ov7725 driver for better camera image quality.
* Add in banding filter setting for each camera.
2019-06-10 20:18:28 +02:00
iabdalkader
f418d789e9
Add missing header.
2019-05-31 16:28:29 +02:00
iabdalkader
c446d473a3
Enable btree module.
2019-05-31 16:09:38 +02:00
iabdalkader
6976fb2420
Fix pydfu path.
2019-05-16 21:08:07 +02:00
iabdalkader
864719da6f
H7 DMA Fixes.
...
* Initialize all members of DMA structs for H7.
* Always reset and configure the H7 DMA peripheral.
* Add SPI IRQ priority.
* Enable SPI IRQ for H7 MCUs.
2019-05-13 19:30:49 +02:00
iabdalkader
7d8a2beee4
Fix LBP ROI bug.
2019-05-09 15:06:09 +02:00
iabdalkader
e16a15dca7
Fix DMA_BUFFER macro.
2019-05-02 19:09:57 +02:00
iabdalkader
4ad2db1d8e
Bump firmware version.
2019-05-02 01:57:10 +02:00
iabdalkader
95175f523e
Fix Lepton clock.
...
* Set Lepton clock to 24MHz to work with the new clock speed.
2019-05-01 18:21:27 +02:00
iabdalkader
4ab1c15bac
Bump firmware version.
2019-04-30 17:57:01 +02:00
Dech
9ce737c5cf
include frozen_mpy.o when compiling a frozen module.
2019-04-30 04:44:02 +07:00
Kwabena W. Agyeman
65150a5dda
Fixed missing parens
2019-04-28 21:21:10 -04:00
Dech
c06a57610e
fixed missing break statement in py_net_search.
2019-04-28 12:29:34 +07:00
iabdalkader
6686f4f108
OMV2 FFS fixes.
...
* Enable exFAT for OpenMV2
* Allow smaller filesystems to be created.
* Fixes issue #514
2019-04-26 23:20:29 +02:00
iabdalkader
7c1389ed1b
Update H7 clocks.
...
* Set default SD clock to 48MHz.
* Set some clock sources defaults.
2019-04-22 23:26:35 +02:00
iabdalkader
d47c039b8f
Add string0 to bootloader sources.
...
* Required to init structs to zero.
2019-04-22 23:01:41 +02:00
iabdalkader
ab94cb14fd
Set H7 frequency to 480MHz.
...
* According to ST, the H7 can actually run at 480MHz.
2019-04-22 00:46:39 +02:00
Ibrahim Abd Elkader
3ee5bd61a2
Merge pull request #510 from openmv/h7_sd
...
Fix H7 SD clock.
2019-04-22 00:10:48 +02:00
iabdalkader
cc95af7f34
Fix H7 SD clock.
2019-04-22 00:02:43 +02:00
iabdalkader
3d722bc35d
Move SCCB timing to board config files.
2019-04-21 01:17:03 +02:00
iabdalkader
4ed92bf227
Fix SCCB/I2C timing for F7 & H7.
2019-04-21 00:52:35 +02:00
iabdalkader
29468b1d13
Enable framebuf module
2019-04-17 22:28:20 +02:00
iabdalkader
67bcebeedc
WINC: Set ioctl function.
...
* MP code doesn't check for NULL ioctl.
2019-04-15 23:45:40 +02:00
iabdalkader
e9579d25c5
Allow ctrl-C to work with UARTs put on REPL.
...
* Fix from MP upstream.
2019-04-11 18:56:47 +02:00
iabdalkader
ae9efb6cc4
Update micropython docs.
2019-04-01 15:02:18 +02:00
iabdalkader
aefa80732d
Use nonsquare NN functions.
2019-04-01 00:20:05 +02:00
iabdalkader
bf5db7cd3f
Bump firmware version.
2019-03-30 15:44:38 +02:00
iabdalkader
367383d800
Fix H7 JPEG encoder boundaries.
2019-03-22 22:47:55 +02:00
iabdalkader
340608cad5
Fix NN enum sizes.
...
* Fixes issue #491
* Since enums are now short, make sure NN layer types are 4 bytes.
2019-03-21 18:28:20 +02:00
iabdalkader
f62454e4c6
Fix firmware version number.
2019-03-21 17:20:55 +02:00
iabdalkader
5f6517068c
Bump firmware version.
2019-03-18 20:14:29 +02:00
iabdalkader
75a028f9e9
Remove extra fb_free calls.
2019-03-18 17:37:18 +02:00
Kwabena W. Agyeman
c982617523
Fix exceptions from freeing fb_alloc_mark
...
This fix creates a flag that prevents fb_alloc_free_till_mark() from
doing anything unless there was a previous fb_alloc_mark(). Once
fb_alloc_free_till_mark() is called it will no longer do anything until
there's another fb_alloc_mark().
This means that if an exception is triggered while in code that
previously did fb_alloc_mark() the stack will be cleaned up.
If the fb_alloc_mark() method is not called then the stack will not be
cleaned up and that memory fb_alloc()'ed will remain until a soft reset.
All OpenMV Cam library code is designed to fb_alloc_mark() before using
the fb stack and then fb_alloc_free_till_mark() when complete. However,
in the case of py_sensor_alloc_extra_fb() it doesn't mark first such
that the RAM it allocates stays across exceptions and is only free'd via
py_sensor_dealloc_extra_fb() or via a soft reset.
...
Summary of changes:
fb_alloc.c -> Added a semaphore lock to prevent
fb_alloc_free_till_mark() from doing anything unless fb_alloc_mark() was
called first.
py_sensor.c -> Removed calling fb_alloc_mark() and
fb_alloc_free_till_mark() and re-arranged code calls to prevent a trival
leak sitatuion on heap exhaustion.
py_image.c, py_fir.c, py_lcd.c py_tv.c -> Added fb_alloc_mark() and
fb_alloc_free_till_mark() to methods originally coded without using it.
...
Note - I coded the mark semaphore lock in such a way things work even if
fb_alloc_mark() and fb_alloc_free_till_mark() calls are nested. This
allows the find_blobs() call-back methods to call py_image.c methods
still and also allows us to add more call-backs in the future without
worry if we need to.
...
Finally, if you have an exception in an interrupt handler all this above
breaks terribly. Given MP already breaks if you try to allocate memory
in an exception this is a "won't fix problem". Don't call code that can
have exceptions or needs memory in an interrupt handler.
2019-03-17 19:20:09 -04:00
iabdalkader
44ee992068
Call lepton_reset in recovery code.
2019-03-14 19:43:59 +02:00
iabdalkader
8aa4205257
Fix Lepton reset.
2019-03-12 22:42:53 +02:00
Kwabena W. Agyeman
a47f4120af
Add color palette conversion to to_rainbow()
2019-03-11 19:57:46 +02:00
Kwabena W. Agyeman
cb1e44abb1
Fix missing break and parens.
2019-03-11 19:41:35 +02:00
Kwabena W. Agyeman
c317226738
Set should return none.
2019-03-11 19:41:26 +02:00
Kwabena W. Agyeman
af289d779f
Fixed bugged set/get attribute.
2019-03-11 19:41:17 +02:00
Kwabena W. Agyeman
960e61aba9
Fix temperature equation.
2019-03-11 19:32:17 +02:00
Kwabena W. Agyeman
a3f197e12d
Add method to get the color palette.
2019-03-11 19:07:13 +02:00
Kwabena W. Agyeman
d4d20a0327
Add timeout and crash receovery code.
...
The FLIR Lepton 3.5 sometimes doesn't startup. Our previous code just
waited forever. The new code now will timeout but also will try to
recoever the FLIR Lepton 3.5 if possible if the video doesn't start in a
timely manner.
2019-03-11 18:40:16 +02:00
Kwabena W. Agyeman
92cc75eff5
Add the ability to set the flir into measurment mode
...
Measurement mode allows you to set a target temperature for the FLIR
lepton so that you can actually use it to measure object temperatures
and do useful things. We try to make the mode work on non-radiometric
FLIR letpons howeever it will not be accurate.
2019-03-11 18:20:31 +02:00
Kwabena W. Agyeman
860a8b280d
Add ioctl to get lepton radiometry.
2019-03-11 17:54:23 +02:00
Kwabena W. Agyeman
76af3bd534
Add ioctl to get the lepton module width and height.
2019-03-11 17:09:49 +02:00
Philip Peitsch
d734c6c49c
Avoid invalid mem access by validating post-rounded indices
...
These bounds checks were incorrect if sourceX/Y rounds up. In this situation, the unrounded source will be smaller than the limit by a factional amount (C will elevate the int bounds to a float for comparison), but the post-rounded version will equal the limit.
E.g.,
sourceX = 10.5
img->w = 11 (i.e., valid indices are [0-10])
sourceX2 = 11, which is invalid memory
2019-03-06 09:36:52 +11:00
iabdalkader
4e0a408055
Add FLIR Lepton IOCTLs
2019-03-05 21:11:52 +02:00
iabdalkader
f43e841447
Use sensor color palette in lepton code.
2019-03-05 18:22:11 +02:00
iabdalkader
164f2e71c1
Add set_color_palette
2019-03-05 18:21:53 +02:00
iabdalkader
e4ead239be
Add ironbow table.
2019-03-05 16:56:52 +02:00
iabdalkader
ef7ef4a390
Remove FFC check.
...
* Some sensors fail this check.
2019-03-05 15:42:35 +02:00
iabdalkader
4c15ce66ca
Check pixel format.
2019-03-05 15:38:40 +02:00
iabdalkader
54e431adb2
Implement MT triggered mode using ioctls
2019-03-04 20:55:17 +02:00
iabdalkader
aafc6e995a
Add sensor ioctl function.
2019-03-04 19:52:11 +02:00
Ibrahim Abd Elkader
2e327aaf38
Merge pull request #465 from kwagyeman/kwabena/mt_driver_update
...
Kwabena/mt driver update
2019-03-04 18:44:12 +02:00
Kwabena W. Agyeman
599357a719
Make WVGA2 and WVGA work.
2019-03-03 21:59:40 -05:00
Kwabena W. Agyeman
2a62bde28b
Allow making auto exposure very long or very short.
2019-03-03 21:23:47 -05:00
Kwabena W. Agyeman
9e8deb6928
Cleanup the MT9V034 driver.
...
* Removed pointless code and static vars.
* FIxed bugs invloving shadow registers.
2019-03-03 03:41:50 -05:00
Kwabena W. Agyeman
f0ce9d9530
Force shadow mode register updates.
2019-03-03 01:00:25 -05:00
Kwabena W. Agyeman
1269aa1bbc
Add default state for static var.
2019-03-03 00:48:34 -05:00
Kwabena W. Agyeman
3c49f986e4
Enable setting the sensor to a triggered mode.
2019-03-03 00:48:12 -05:00
Kwabena W. Agyeman
2523754638
Make default jpeg res not so terrible.
2019-03-02 22:34:32 -05:00
Ibrahim Abd Elkader
3dcd029160
Merge pull request #462 from openmv/fix_mt_set_framesize
...
Fix MT set_framesize.
2019-03-01 21:45:55 +02:00
Ibrahim Abd Elkader
d4afc610a3
Merge pull request #461 from openmv/check_framesize
...
Check return value from set_framesize.
2019-03-01 21:25:42 +02:00
iabdalkader
02c94ec54d
Fix MT set_framesize.
...
* Fix exception if the order of functions call is swapped (set_framesize before set_pixformat)
* The order of functions shouldn't matter, if necessary this check should be done in snapshot.
* This fixes issue #444
2019-03-01 21:19:46 +02:00
iabdalkader
b0442633ef
Check return value from set_framesize.
2019-03-01 21:17:58 +02:00
iabdalkader
8797e72db7
Force 32-bit enums in Lepton code.
...
* Fix bug introduced by linking libgcc making enums variable size which breaks Lepton code.
2019-02-25 22:09:54 +02:00
iabdalkader
1acabbebb3
Apply ff13c patches.
2019-02-24 19:59:22 +02:00
iabdalkader
530dee933f
Fix H7 ADC bug.
...
* Fix issue #453
* Use ADC handle to read the used ADC instance.
2019-02-21 17:29:21 +02:00
Kwabena W. Agyeman
b230de3b42
Add binary format to sensor.
...
* This format is for use in the Image Lib module since sensor is where
we put the image types.
Will work on the lepton and global shutter drivers next.
2019-02-20 01:59:47 -05:00
Kwabena W. Agyeman
b2bcbf09d4
Fix typo.
2019-02-20 00:42:28 -05:00
Kwabena W. Agyeman
cd586f66bc
Upgrade text drawing to support rotations of the character and string.
2019-02-16 21:19:05 -05:00
Kwabena W. Agyeman
ae9f1833f8
Fix rotation issues.
2019-02-16 21:19:05 -05:00
Kwabena W. Agyeman
5b3cd7c9db
Make rotation not an optional argument for ellipses.
2019-02-16 21:19:05 -05:00
Kwabena W. Agyeman
ca94ffec42
Avoid using roundf
...
While this shouldn't happen the method seems to sometimes round up past
limits. For example, 1 * 2.0 could be 3 because the 2.0 might be like
2.0000000000001.
So, avoid using roundf. There are other methods this needs to be
switched out on. But, will do these ones for now.
Note that not all roundf values must be removed... just areas where
there's a clear limit on the max value returned from roundf.
2019-02-16 21:19:05 -05:00
Kwabena W. Agyeman
954431ef52
Add mask functionality to clear.
2019-02-16 21:19:05 -05:00
Kwabena W. Agyeman
1f72c3750d
Add back mask methods.
2019-02-16 21:19:05 -05:00
iabdalkader
766688f72a
Enable exFAT support.
2019-02-14 00:06:11 +02:00
iabdalkader
512fa46b04
Update FatFS to FF13C
2019-02-13 23:38:11 +02:00
iabdalkader
7833adc882
Link with libgcc for AEABI functions.
2019-02-13 23:14:55 +02:00
iabdalkader
6f7187526a
Fix keypoint op.
2019-02-13 23:09:47 +02:00
Kaizhi Wong
7e966d187f
remove rst pin
2019-02-12 15:58:40 +08:00
Kwabena W. Agyeman
f615b0a607
Fix bugs in copy().
2019-02-06 02:15:39 -05:00
Kwabena W. Agyeman
1259bcaa71
Make to_x() methods smarter about the frame buffer.
2019-02-06 02:15:39 -05:00
Kwabena W. Agyeman
31b03f5447
Cleanup color methods.
2019-02-04 12:37:25 -05:00
Ibrahim Abd Elkader
cb959a7347
Merge pull request #440 from kwagyeman/kwabena/upgrade_copy_ops
...
Upgrade copy ops
2019-02-04 00:33:52 +02:00
Kwabena W. Agyeman
a3cc10bf72
Fixed thermal image rotation issues
2019-02-03 00:13:54 -05:00
Kwabena W. Agyeman
fff1964d9b
Upgrade copy_to_fb for fir.
2019-02-02 23:21:05 -05:00
Kwabena W. Agyeman
bb9b78f4fe
Improve copy_to_fb for load_image.
2019-02-02 23:21:05 -05:00
Kwabena W. Agyeman
f9e6b3fe01
Remove unsupported types.
2019-02-02 23:21:05 -05:00
Kwabena W. Agyeman
b8df7033ab
Improve Image() so you can now create null images.
2019-02-02 23:21:05 -05:00
Kwabena W. Agyeman
6ca963a7eb
Fix in-place cap.
2019-02-02 23:21:05 -05:00
Kwabena W. Agyeman
67686c5f1b
Update old image handles during in-place actions.
2019-02-02 23:21:05 -05:00
iabdalkader
f01e451bb4
Use fb_alloc_mark to avoid dealloc'ing the extra FB.
2019-01-31 21:51:17 +02:00
iabdalkader
7604983fca
Use stdint in color conversion functions.
2019-01-30 00:27:40 +02:00
Kwabena W. Agyeman
6d59e59321
Upgrade copy()
...
* Copy is really good now.
* Added crop/scale which are variants of copy.
2019-01-28 00:13:17 -05:00
Kwabena W. Agyeman
446cc14562
Fix in-place def.
2019-01-27 20:31:39 -05:00
Kwabena W. Agyeman
1518e678ba
Fix wrong size calculation.
2019-01-27 19:57:52 -05:00
Kwabena W. Agyeman
27fceecc05
Fix wrong bit depth.
2019-01-27 19:42:15 -05:00
Kwabena W. Agyeman
cbc31da2ec
Fix bitmap jpeg compression on H7.
2019-01-27 19:41:05 -05:00
Kwabena W. Agyeman
7f929f5ca6
Add color channel extraction per forum users request.
2019-01-27 19:25:21 -05:00
Kwabena W. Agyeman
ce7699c6b9
Update qstrs.
2019-01-27 18:41:30 -05:00
Kwabena W. Agyeman
949f738073
Modernize pooling methods.
2019-01-27 18:38:50 -05:00
iabdalkader
4ba9a08bd2
Enable py_tv module.
2019-01-27 23:22:38 +02:00
Kwabena W. Agyeman
7730cd8107
Re-enable some rather useful methods for OpenMV2.
2019-01-27 22:59:12 +02:00
Kwabena W. Agyeman
14f4c53037
Make Color LUTs configurable in imlib_config.
2019-01-27 22:52:48 +02:00
Kwabena W. Agyeman
9edded29da
Export color conversion functions to Python.
2019-01-27 22:42:38 +02:00
Kwabena W. Agyeman
3a8ac88f66
Update blob code and examples.
2019-01-27 00:46:15 +02:00
iabdalkader
c54b5d2b76
Disable exFAT.
...
* The old FatFs R0.12b exFAT implementation is buggy, will disable exFAT until it gets updated.
2019-01-26 20:24:56 +02:00
iabdalkader
69f1f3c1f0
Fix OMV2 build.
2019-01-19 04:16:22 +02:00
iabdalkader
6babf84a1b
Update cpufreq module.
...
* Support H7.
* Disable this module for M4.
* Pass frequencies in MHz instead of constants.
* Add get_supported_frequencies().
2019-01-19 03:53:43 +02:00
Kaizhi Wong
58ca63f201
add py_tv.c
2019-01-15 21:52:15 +08:00
Kaizhi Wong
1d2b69e115
add tv module
2019-01-15 20:17:32 +08:00
Kaizhi Wong
37906e5867
add tv module
2019-01-15 20:15:59 +08:00
Ibrahim Abd Elkader
398c48d390
Merge pull request #425 from openmv/jpeg_bounds
...
Fix JPEG MCU boundaries.
2019-01-06 18:03:36 +02:00
iabdalkader
f264c62de2
Fix JPEG MCU boundaries.
2019-01-06 17:49:20 +02:00
Kwabena W. Agyeman
ac4afe0d24
Fixed binary to work correctly
...
* It now actually parses a list of thresholds and not just the first.
* to_bitmap/copy work as they should in-place now.
2019-01-04 02:29:16 -05:00
Kwabena W. Agyeman
32f6fe2e45
Fix binary to RGB565
2019-01-04 02:14:26 -05:00
Kwabena W. Agyeman
0554c189a9
Add back the ability for draw keypoints to handle keypoint tuples.
...
Can call it without a keypoint object now again.
2019-01-04 00:32:27 -05:00
Kwabena W. Agyeman
e7f7a732eb
Add alpha blening support to draw image.
2019-01-02 12:33:15 -05:00
Kwabena W. Agyeman
4ba25713b7
Error check scaling on draw_string.
2019-01-02 12:16:20 -05:00
Kwabena W. Agyeman
262769989f
Allow non-integer scaling on draw_string.
2019-01-02 12:13:52 -05:00
Kwabena W. Agyeman
3e05d24ce9
Don't require self if operating on self.
2019-01-02 12:13:01 -05:00
Kwabena W. Agyeman
6b11353312
Add mod support to div.
2019-01-02 11:52:56 -05:00
Kwabena W. Agyeman
dbe7bf0591
Add transpose support to replace and aliases
...
Now you can rotate and image by 0, 90, 180, 270 degrees along with
vertical flip and horizontal mirror. This method works in place or out
of place.
2019-01-02 01:35:34 -05:00
Kwabena W. Agyeman
563642a174
Change to yLine for speed.
2019-01-01 03:33:27 -05:00
Kwabena W. Agyeman
35e19f0233
Remove unused marks.
2019-01-01 02:43:55 -05:00
Kwabena W. Agyeman
8bcf5ac0c3
Add gamma correction
...
A user requested this a while ago. This feature also ads contrast and
brightness correction. The code is fast!
2019-01-01 02:28:40 -05:00
Kwabena W. Agyeman
b47dbe2c15
Kwabena/drawing updates ( #422 )
...
* Add ellipse drawing function.
2018-12-31 18:32:13 +02:00
iabdalkader
a3e502a3a6
Update FLIR module documentation
2018-12-23 22:57:30 +02:00
iabdalkader
329c9fa968
Fix F4 build.
2018-12-23 18:21:09 +02:00
iabdalkader
264308ca99
Clear UART ORE flag.
2018-12-17 14:33:12 +02:00
iabdalkader
d248f99551
Call nlr_raise in py_assert.
...
* nlr_jump shouldn't be called directly because it doesn't free fb memory.
* Fix #417
2018-12-13 02:14:59 +02:00
iabdalkader
175a23b6ee
Fix RTC IRQ handler.
2018-11-22 22:37:19 +02:00
iabdalkader
7ae6cd11c8
Bump firmware version.
2018-11-04 23:25:28 +02:00
iabdalkader
e67ca9ab23
UVC: send GS descriptor for MT sensor.
2018-11-03 01:33:37 +02:00
iabdalkader
001a41e6da
Parse config on soft resets.
...
* Otherwise config is read once and then reset.
2018-11-01 01:47:40 +02:00
iabdalkader
5d4982cc74
Enable exFAT for OpenMV 3 and 4.
2018-10-31 02:43:13 +02:00
iabdalkader
a327fec8cf
Create hidden file for the IDE to detect OMV disk.
2018-10-31 02:19:48 +02:00
Ibrahim Abd Elkader
f0bdcd5d40
Merge pull request #404 from openmv/remove_streaming_workaround
...
Remove streaming callback workaround.
2018-10-29 23:37:45 +02:00
iabdalkader
25878492bc
Remove streaming callback workaround.
...
* All sensors support streaming callback now.
2018-10-29 23:26:32 +02:00
iabdalkader
68f0b3749c
Revert MT to default snapshot function.
2018-10-29 23:21:14 +02:00
iabdalkader
d140a8ef1b
FLIR: Faster UVC streaming.
2018-10-29 20:55:09 +02:00
iabdalkader
545bfd0435
Add WINC patch set.
...
* Will keep patches in that dir to apply when updating the drivers.
2018-10-25 01:31:29 +02:00
iabdalkader
d1c6e0e0bb
Fix WINC init timeout.
2018-10-25 01:18:36 +02:00
Kwabena W. Agyeman
0df6500e92
Lepton driver working great for flir 1/3 with scaling now.
2018-10-22 01:30:06 -04:00
Ibrahim Abd Elkader
7f73d394a6
Merge pull request #396 from openmv/update_cmsis_nn
...
Update to CMSIS NN 5.4.0
2018-10-21 03:50:26 +02:00
iabdalkader
e5746fb252
Update to CMSIS NN 5.4.0
2018-10-21 03:15:53 +02:00
bj-wanghz
4017db219a
Update lbp.c
...
fix lbp_weights index calculation in imlib_lbp_desc_distance.
2018-10-20 20:52:43 +08:00
iabdalkader
eb57e9eecc
Fix H7 DMA region size.
...
* Note still need to make the MSC buffer size configurable in MP.
2018-10-17 19:28:16 +02:00
iabdalkader
4449cbe369
Fix NN col buffer size.
2018-10-10 20:58:04 +02:00
iabdalkader
0f7a4049af
Use the MPU to make H7 DMA region uncacheable.
2018-10-10 18:07:51 +02:00
iabdalkader
97e52d037c
Add printf stubs to UVC.
2018-10-10 02:12:41 +02:00
iabdalkader
5d296cfa0c
Move lepton init to MSP
2018-10-09 23:42:43 +02:00
iabdalkader
4c554e2147
Use DMA for LEPTON 1 and 3.
2018-10-09 23:07:38 +02:00
iabdalkader
6df8ab7187
Add VOSPI memory region.
2018-10-09 20:26:59 +02:00
iabdalkader
45293c1dce
Disable MP DMA1_Stream0 for Lepton SPI3.
2018-10-09 20:25:11 +02:00
iabdalkader
f2e36e0c25
Fix H7 SPI clock source.
2018-10-06 01:29:32 +02:00
iabdalkader
1479cefc6f
NN: fix col buffer size.
...
* This is a workaround until a proper fix is found.
2018-10-03 19:07:09 +02:00
iabdalkader
c16894aeb7
Bump firmware version.
2018-10-02 00:53:18 +02:00
iabdalkader
e0be6b6569
Rename webcam to uvc.
2018-10-01 19:16:55 +02:00
iabdalkader
0f1fce6b31
Add streaming support to snapshot function.
2018-10-01 03:08:26 +02:00
iabdalkader
3fa52f966f
Fix UVC streaming on H7.
2018-09-30 02:42:47 +02:00
Ibrahim Abd Elkader
36111eb2c0
Faster UVC streaming using double buffers. ( #383 )
2018-09-29 20:02:05 +02:00
Kwabena W. Agyeman
e97e0a2021
Add MLX support.
2018-09-24 22:58:47 +02:00
iabdalkader
8e5c8aac21
Add function to check if IDE is connected (debug mode).
2018-09-20 18:00:22 +02:00
iabdalkader
d4c596ae25
Fix MT driver typos.
2018-09-17 01:57:16 +02:00
iabdalkader
d1bd214376
Set fixed FS label.
2018-09-17 01:29:52 +02:00
Ibrahim Abd Elkader
c25271bd3f
Merge pull request #375 from openmv/fix_h7_latency
...
Fix H7 flash latency.
2018-09-17 01:22:08 +02:00
Ibrahim Abd Elkader
dac73fcd09
Add webcam/UVC firmware. ( #374 )
2018-09-17 01:21:49 +02:00
iabdalkader
7709ee8acc
Fix H7 flash latency.
...
* VOS1 ~1.2v the flash latency should be 2 cycles.
2018-09-16 00:50:54 +02:00
iabdalkader
681cef11eb
Add pysensor shutdown function.
2018-09-05 17:15:53 +02:00
iabdalkader
4eb2f1ac35
Add shutdown function.
2018-09-05 16:44:58 +02:00
Michael Mueller
edc193da8f
SPI timeout in slave mode, due to internal chip error
...
See stm32f7 erratasheet, chapter 2.11.2
2018-08-16 11:47:54 +02:00
iabdalkader
87c64f3c32
WiFi debug: Fix bcast time, close all sockets on error.
2018-08-14 21:26:32 +02:00
iabdalkader
5b7cd80123
Fix WiFi timer.
2018-08-14 21:01:53 +02:00
iabdalkader
25c3f06fb9
Make WiFi timer accept frequency arg.
2018-08-14 20:47:20 +02:00
iabdalkader
a50f059243
Fix OMV4 build.
2018-08-14 15:39:24 +02:00
iabdalkader
673fca8432
Add a recv buffer per socket.
...
* WINC partial recv bug workaround.
2018-08-14 15:19:20 +02:00
iabdalkader
fd46a946e2
Add a recv buffer per socket.
...
* WINC partial recv bug workaround.
2018-08-14 15:13:09 +02:00
iabdalkader
7afd566ccd
Add recv buffer per socket.
...
* WINC partial recv bug workaround.
2018-08-14 15:11:47 +02:00
iabdalkader
4767229a7c
Close file after writing raw image.
...
* Fixes #365
2018-08-10 22:13:30 +02:00
Kwabena W. Agyeman
60f6d1ddc7
Add UDP Broadcast for OpenMV Cam discovery.
...
* Now OpenMV Cam's can be discovered in the wild by OpenMV IDE without
hardcoding the OpenMV Cam WiFi IP address and port.
* The firmware reads settings from OpenMV IDE for STA and AP mode.
* Boradcast in both modes works and OpenMV IDE can find the cam.
* AP mode works (albeit the driver needs help).
* Station mode sometimes connects every now and then. There's a bug in
the WiFi module that prevents this from working right. The same code
executes on the cam and in the IDE for both modes but station mode has
issues...
2018-08-10 16:18:05 +02:00
Kwabena W. Agyeman
abe97a73ba
Disable Mean on OMV2
2018-08-10 16:09:53 +02:00
Ibrahim Abd Elkader
4c25cffa7f
Add WiFi programming. ( #362 )
2018-07-30 20:10:55 +02:00
iabdalkader
4e34b32ec6
Fix OMV2 build.
...
* Disable morph().
2018-07-30 19:42:47 +02:00
iabdalkader
747ca41f09
Update winc header.
...
* Fix MAKE_ADDR macro.
* Add winc_security_t.
2018-07-16 22:09:54 +02:00
iabdalkader
75e12ae8ff
Minor fix to ini_atoi.
2018-07-16 22:06:53 +02:00
iabdalkader
e8eabd6be2
Fix ini_atoi.
2018-07-16 22:02:39 +02:00
iabdalkader
f301c9f4c9
Move ini functions to ini.h/c
2018-07-16 22:01:18 +02:00
iabdalkader
bdacce048d
Fix/Re-enable CAN.
2018-07-14 20:09:13 +02:00
iabdalkader
a69bfc3709
Add imlib flag to enable/disable math ops.
2018-07-14 19:53:54 +02:00
iabdalkader
fa6e24373f
Enable more MP modules.
2018-07-10 20:29:25 +02:00
iabdalkader
7e9c83d409
Update MP docs.
2018-07-08 23:50:35 +02:00
Kwabena W. Agyeman
493069e893
FIxed FLIR driver
2018-07-06 02:55:05 -04:00
iabdalkader
f4e7e1cb8d
Enable uctypes.
...
* Fix issue #338 and issue #360
2018-07-03 11:14:44 +02:00
iabdalkader
06431cdc3f
Add imlib macro.
2018-06-30 18:32:06 +02:00
iabdalkader
f598de860a
Add selective search.
2018-06-30 18:30:14 +02:00
iabdalkader
574eeedc3e
Bump firmware version.
2018-06-29 22:37:46 +02:00
iabdalkader
14617a0713
ORB: support RGB images.
2018-06-28 18:22:00 +02:00
iabdalkader
d5ab4e4919
Add macro to convert (if needed) RGB pixel to GS.
2018-06-28 18:17:28 +02:00
iabdalkader
4f209ea9b1
Add comments and fix style.
2018-06-27 02:16:03 +02:00
iabdalkader
833bc04f78
OMV2: Re-enable gaussian.
2018-06-24 23:40:36 +02:00
Ibrahim Abd Elkader
560c190908
Merge pull request #358 from kwagyeman/bitmap_streaming
...
Fix bitmap streaming bpp value check.
2018-06-22 17:19:26 +02:00
Kwabena W. Agyeman
e925b1a3f8
Fix bitmap streaming bpp value check.
2018-06-22 02:41:26 -04:00
Kwabena W. Agyeman
f49576a679
Make both networks output the same value types.
...
Both CIFAR and LENET work still.
The smile network... I couldn;t really get to work before or afterwards.
I noticed the Haar one has trouble finding my face. Maybe fix via using
the contrast settings of the previous Haar scripts?
2018-06-22 02:28:49 -04:00
iabdalkader
9cc33a16a7
NN: Remove printf's while loading network.
2018-06-21 21:58:41 +02:00
iabdalkader
978115a2a2
Fix TO_GS_PIXEL macro.
2018-06-21 21:22:36 +02:00
iabdalkader
46bf00119d
Fix Canny edge ROI.
2018-06-21 20:23:31 +02:00
Kwabena W. Agyeman
6a56b0eaad
Fix bad realloc error.
2018-06-20 18:48:34 +02:00
Kwabena W. Agyeman
157a469ec3
Fix finding small apriltags.
2018-06-20 18:48:25 +02:00
Kwabena W. Agyeman
13496ee2fc
Fix broken atan2 return.
...
This has been an issue for a while and I was just working around it in
code. It is fixed now.
2018-06-20 18:44:04 +02:00
Kwabena W. Agyeman
0c35755fc2
No need to drop array contents anymore.
2018-06-20 18:43:46 +02:00
Kwabena W. Agyeman
aa4d15e4f8
Improve error messages when out of memory.
2018-06-20 18:43:25 +02:00
Kwabena W. Agyeman
2040647fbb
Use fast arm sin/cos.
2018-06-20 18:43:09 +02:00
Kwabena W. Agyeman
bd77afbc0a
Improved H7 AprilTags res.
2018-06-20 18:42:50 +02:00
Kwabena W. Agyeman
d7c13bce9d
Update umm_malloc to the latest.
2018-06-20 18:41:15 +02:00
Kwabena W. Agyeman
1db09070cc
Improve OOM error messages.
2018-06-20 18:39:14 +02:00
Kwabena W. Agyeman
343735a2a5
Remove redundant code.
2018-06-20 18:32:36 +02:00
iabdalkader
a0fe5b9559
Fix USB HID interface number and endpoints numbers.
2018-06-20 01:50:54 +02:00
iabdalkader
e04331d142
Enable boot.py to set USB mode to HID if required.
2018-06-20 00:23:04 +02:00
iabdalkader
925f662786
Cleanup config parsing.
2018-06-19 23:54:20 +02:00
iabdalkader
f135c12cd9
Enable mutable images for Haar cascades.
2018-06-19 22:51:45 +02:00
iabdalkader
3591161984
Add support for running Haar on RGB images.
2018-06-19 22:41:00 +02:00
iabdalkader
b570bd6e12
MP: Apply upstream SPI patch.
2018-06-19 20:50:28 +02:00
iabdalkader
2d4ffac9f8
MP: Fix pendsv bug.
...
* Thanks to Rocky from NXP for finding and fixing the bug.
2018-06-13 18:30:59 +02:00
iabdalkader
571c356464
MP: Revert pyexec to parse/compile/exec.
2018-06-13 18:29:51 +02:00
iabdalkader
aa25be6397
MP: Update I2C docs.
2018-06-12 02:05:24 +02:00
Ibrahim Abd Elkader
59eabdf13d
Merge pull request #355 from kwagyeman/nn_upgrade
...
NN: Clean up and support sliding window.
2018-06-11 05:27:11 +02:00
iabdalkader
9b08e91557
MP: Update to MP 1.9.4
2018-06-11 05:18:54 +02:00
Kwabena W. Agyeman
70920585df
Sub sample for contrast check to go faster.
2018-06-10 23:10:19 -04:00
Kwabena W. Agyeman
ccbe073861
Add NN search method to be able to deal with multiple scales and
...
positions.
2018-06-10 22:08:11 -04:00
Kwabena W. Agyeman
0f262acdc1
Add ROI to forward and add stack guards.
2018-06-10 22:08:11 -04:00
Kwabena W. Agyeman
3abd8bedb1
Add new CMSIS NN file.
2018-06-10 22:08:11 -04:00
Kwabena W. Agyeman
688fb54d91
Add ROI Support to forward.
2018-06-10 22:08:11 -04:00
Kwabena W. Agyeman
e4f238e794
Updated ARM CMSIS NN Lib
2018-06-10 22:08:11 -04:00
Kwabena W. Agyeman
107019a357
More cleanup
...
* Moved variable inits around.
* Added spacing.
2018-06-10 22:08:10 -04:00
Kwabena W. Agyeman
19473ef28c
Module Cleanup
...
* Updated the header.
* Removed redundant includes.
* Switched to ROM pointers.
* Fixed some spacing issue.
2018-06-10 22:08:10 -04:00
iabdalkader
deadb0980d
NN: Define ARM_MATH_DSP and ARM_NN_TRUNCATE.
2018-06-09 21:23:51 +02:00
iabdalkader
8eed8b4580
CMSIS: Add missing __STATIC_FORCEINLINE for GCC.
2018-06-09 21:23:02 +02:00
Kwabena W. Agyeman
bf2f45bff7
Fixed bitmap support for image operations
2018-06-06 01:01:38 -04:00
iabdalkader
d3ef8e748e
Re-enable OMV2 build
2018-06-04 18:18:53 +02:00
iabdalkader
14750d2915
Disable NN for OMV2.
2018-06-04 18:18:11 +02:00
iabdalkader
940c56ec8c
Rename py_image_unavailable_obj.
2018-06-04 18:17:21 +02:00
iabdalkader
c9e4be4df3
Move py_image_unavailable_obj to py_helper.
2018-06-04 18:14:28 +02:00
Kwabena W. Agyeman
3233592c07
Support jpeg compressing bitmap images.
2018-06-04 17:32:05 +02:00
Kwabena W. Agyeman
8a44f0cd91
Support converting binary images to bitmaps in place.
...
This is useful for building image masks.
2018-06-04 17:26:35 +02:00
iabdalkader
158813452e
Lepton: move SPI PRESCALER to omg_boardconfig.h.
2018-06-04 16:36:16 +02:00
iabdalkader
3e0b605bea
Disable MT9V034 and LEPTON for OMV1/2/3.
2018-05-30 20:10:45 +02:00
iabdalkader
573b362626
Use FSIN to trigger MT snapshot.
2018-05-30 19:26:33 +02:00
iabdalkader
6d936e2567
Fix OMV4 FSIN pin.
2018-05-30 19:25:09 +02:00
iabdalkader
d7bc409cf3
Remove unused sensor pins from omv_boardconfig files.
2018-05-30 19:22:46 +02:00
Kwabena W. Agyeman
40cce70c90
Implement Lepton snapshot function.
2018-05-30 19:12:26 +02:00
Kwabena W. Agyeman
804d97f5b0
Update FLIR Lepton driver.
...
* Fix window code.
* Support smaller resolutions.
2018-05-30 19:11:07 +02:00
Kwabena W. Agyeman
7d16d008f9
Update error handling code for sensor.reset() and sensor.sleep().
2018-05-30 19:07:12 +02:00
Kwabena W. Agyeman
6daabb3a52
Fix hardcoded freqs.
2018-05-30 19:06:49 +02:00
Kwabena W. Agyeman
eb8b0777f4
Fix dynamically changing the XCLK frequency.
2018-05-30 19:04:52 +02:00
Kwabena W. Agyeman
e69afb34b1
Disable color bar test for non-ov7725 sensors.
2018-05-30 19:02:40 +02:00
iabdalkader
e1ee5cc22b
NN: Add softmax arg.
2018-05-29 18:05:22 +02:00
iabdalkader
5fba4c3ad9
NN: Move output buffer to network struct.
2018-05-29 17:57:56 +02:00
iabdalkader
1c0c8d744b
NN: Fix output size.
2018-05-29 17:44:39 +02:00
iabdalkader
8ce21ddb72
NN: Add output size to network struct.
2018-05-29 17:33:20 +02:00
Kwabena W. Agyeman
ba47e84ec1
Add higher resolutions.
2018-05-29 16:46:26 +02:00
iabdalkader
83dd9bafd4
NN: apply q7 fix from upstream.
2018-05-29 04:41:26 +02:00
iabdalkader
d151f7e38d
NN: Remove hard-coded NNs.
2018-05-25 22:50:28 +02:00
iabdalkader
ce49f7e56f
NN: Add input scaling.
...
* From CMSISNN CIFAR10 example.
2018-05-25 18:04:16 +02:00
iabdalkader
758d3ac1a7
NN: Handle GS->GS, GS->RGB888 and RGB565->GS.
2018-05-24 23:25:35 +02:00
iabdalkader
25608d86d5
NN: No reason to use fballoc0
2018-05-24 19:47:29 +02:00
iabdalkader
91f22e7d6e
NN: remove convert/scaling code from network test.
2018-05-24 19:45:17 +02:00
iabdalkader
85267ee276
NN: Add test function.
...
* Simulates the network without actually calling any functions.
2018-05-23 03:01:01 +02:00
iabdalkader
fb83fb701f
NN: Add forward code.
2018-05-23 02:26:08 +02:00
iabdalkader
d967ad62cd
NN: Make base layer fields accessible from sub layers.
2018-05-22 16:30:46 +02:00
iabdalkader
fce3b9476a
Add trace buffer.
...
* This is a simple buffer used for debugging.
2018-05-21 23:30:54 +02:00
iabdalkader
10758f376b
Split script parse_compile_execute function.
...
* This avoids interrupting parser with pendsv (which causes a hardfault).
* Not sure what the real issue is, but this solution works for now.
2018-05-21 23:01:46 +02:00
iabdalkader
23993210dd
Add initial NN loading code.
2018-05-19 23:50:07 +02:00
iabdalkader
97518da1df
Fix collections list_pop_front bug.
...
* Thanks to Rocky Song for finding the bug.
2018-05-19 23:42:48 +02:00
iabdalkader
36948fff45
Fix keypoints match list.
2018-05-17 23:55:56 +02:00
iabdalkader
a07fb2f600
WINC: Return bytes from send, recv, sendto and recvfrom.
2018-05-15 02:22:13 +02:00
Kwabena W. Agyeman
ac2d2fc1cd
Update find circles with min and max radius to run faster.
...
This was a user request.
2018-05-13 19:31:32 -04:00
iabdalkader
a1fd72b8c8
MP: Fix docs.
2018-05-07 13:39:57 +02:00
iabdalkader
ffdadcf8df
Bump firmware version.
2018-05-07 00:04:54 +02:00
iabdalkader
da7f797429
Disable OMV2 build.
2018-05-06 23:41:51 +02:00
iabdalkader
f264c60664
SD card fixes.
...
* Fix DMA buffer macros.
* Remove WFI from wait_finished (causes issues on F7).
* Remove buffer alignment code (avoiding m_alloc's).
2018-05-06 23:12:33 +02:00
iabdalkader
2c7049805c
Update docs.
2018-05-06 00:33:24 +02:00
iabdalkader
8bc4468d0c
Disable USB IRQ for non-DMA SD transfer.
2018-05-06 00:29:49 +02:00
iabdalkader
d8a24caeab
Update docs.
2018-05-02 18:19:01 +02:00
iabdalkader
f7e691e390
Remove line_filter function.
2018-04-27 02:01:23 +02:00
iabdalkader
6c208b52c9
Sensor: Check window size.
2018-04-26 01:03:32 +02:00
iabdalkader
4b5338ad8b
JPEG: Fix BAYER bounds.
2018-04-26 01:02:15 +02:00
iabdalkader
b8527178f1
JPEG: Move bayer_to_rgb565 to imlib.
2018-04-26 00:43:46 +02:00
iabdalkader
9603870e04
Use software cropping instead of DCMI HW cropping.
...
* This fixes issues with some DMA transfer sizes.
2018-04-25 23:43:30 +02:00
iabdalkader
8e123e0cfc
Add WINC SPI prescaler to OMV board config files.
2018-04-25 15:03:41 +02:00
Kwabena W. Agyeman
167daa3538
Add LEPTON Module ID Support
2018-04-25 14:59:39 +02:00
Kwabena W. Agyeman
60a9c50502
Add support for the lepton module
2018-04-25 14:54:53 +02:00
Kwabena W. Agyeman
a7e442c9ca
Add FLIR Lepton Module
2018-04-25 04:18:53 +02:00
iabdalkader
e006e9b249
Allow sensors to override the default snapshot function.
2018-04-25 04:02:50 +02:00
Kwabena W. Agyeman
8fbab69cab
Add Lepton SDK
2018-04-24 21:57:49 +02:00
Kwabena W. Agyeman
420d7f7eeb
cambus: Support 16-bit register address.
2018-04-24 21:36:09 +02:00
Kwabena W. Agyeman
25d23f113d
FLIR: Set SPI1/2/3 clock source to 160MHz.
2018-04-24 21:20:59 +02:00
Kwabena W. Agyeman
45e59006a4
Fix board type.
2018-04-24 21:10:36 +02:00
iabdalkader
af2bfbd6da
Bump firmware version.
2018-04-23 22:21:13 +02:00
iabdalkader
22d22fa3f7
NN: Use the same order as caffe model.
2018-04-23 21:46:54 +02:00
iabdalkader
8d3c60267c
Fix image save without extension.
...
* Fix issue #341
2018-04-23 18:59:11 +02:00
iabdalkader
38eb9e59bb
Enable math special functions.
...
* Fix issue #339
2018-04-20 01:44:49 +02:00
iabdalkader
ca5ebbc0ff
Fix H7 build.
...
* CAN is not supported yet for H7.
2018-04-17 14:12:45 +02:00
iabdalkader
16bacb3ca0
Enable I2C4.
2018-04-16 00:52:23 +02:00
Kwabena W. Agyeman
76e9d9fd50
Fix compile issues with the M4 firmware.
...
Also added a method that will give an error to the user versus not
found.
2018-04-14 02:23:17 -04:00
Kwabena W. Agyeman
93b81fcffc
Add image conversion methods.
...
Requested by customers to make a grayscale image and rainbow image.
2018-04-14 01:01:55 -04:00
iabdalkader
5881e5ef4f
H7: Lower sensor external clock to 48MHz.
...
* Produces better image quality.
* FPS is lower but HW JPEG makes up for it.
2018-04-12 19:33:48 +02:00
iabdalkader
b9ac80997b
WINC: Use HAL to init SPI.
...
* Use plain HAL code to init WINC SPI.
* Add HAL SPI config to board config files.
2018-04-12 19:32:23 +02:00
iabdalkader
7d09e219a2
Set RNG clock source.
2018-04-09 15:18:09 +02:00
Ibrahim Abd Elkader
74664d1962
Merge pull request #335 from kwagyeman/master
...
Fix gain_db control
2018-04-09 05:14:12 +02:00
Kwabena W. Agyeman
01532ae11d
Fix gain_db control
...
Mapping is correct now.
2018-04-08 20:22:21 -04:00
iabdalkader
3b9148cf9b
Make low/high JPEG quality configurable.
2018-04-09 01:07:49 +02:00
Kwabena W. Agyeman
137fd1e89d
Add openmv version info module.
...
Lets you print out and access a few key strings.
2018-04-08 18:35:38 -04:00
Kwabena W. Agyeman
bbb6a0ae92
Add better text drawing.
...
Non monospace text drawing.
2018-04-08 17:31:51 -04:00
Kwabena W. Agyeman
31b1273fb6
Add draw image for drawing images.
...
Can also be used to draw sprites by using the mask image to turn off
drawing some pixels.
2018-04-08 00:45:34 -04:00
Kwabena W. Agyeman
aa7386ac5f
Add cartoon filtering
...
It's not as good as mean shift filtering but can approximate it if you
heavily control the image image lighting conditions. That said, it's a
lot faster and less memory than mean shift filtering.
2018-04-07 23:38:38 -04:00
iabdalkader
cf6225de3a
Clean up MP board config file.
2018-04-08 02:03:34 +02:00
Kwabena W. Agyeman
7f798a8282
Add flood fill
...
The algorithm itself is setup to be used for future filters.
2018-04-06 00:20:19 -04:00
iabdalkader
82ff7a250e
Add H7 DAC support.
2018-04-06 01:08:34 +02:00
iabdalkader
6cd715bf96
Reduce HW JPEG timeout.
...
* Avoid getting stuck when there's an overflow (abort seems useless).
2018-04-04 16:06:58 +02:00
iabdalkader
aa53cf2352
Support H7 hardware JPEG encoder.
2018-04-03 22:08:53 +02:00
Ibrahim Abd Elkader
6877b3afe6
Merge pull request #329 from kwagyeman/master
...
Random Library Fixes
2018-04-03 22:10:01 +02:00
Kwabena W. Agyeman
7bd8fe45fd
Add masking support to replace.
2018-04-01 17:15:28 -04:00
Kwabena W. Agyeman
c4e40f9a36
Fix image pixel access methods to be safer.
2018-04-01 16:56:09 -04:00
Kwabena W. Agyeman
311607f02b
Add masking support to binary.
2018-04-01 16:55:42 -04:00
Kwabena W. Agyeman
6436eb15dc
Normalize bilteral filter sigma values.
...
Its easy to pick sigma now and it works great. Features get nice and
smooth.
2018-04-01 15:54:43 -04:00
Kwabena W. Agyeman
6e02030cbc
Add contrast limited adaptive histogram equalization.
...
This method is fast and super useful.
2018-04-01 15:33:30 -04:00
Ibrahim Abd Elkader
11a9610902
Merge pull request #328 from kwagyeman/master
...
More image filtering stuff
2018-04-01 17:46:02 +02:00
iabdalkader
c14e0e809d
Minor fixes to ADC code.
2018-04-01 17:40:12 +02:00
Kwabena W. Agyeman
09c9d97a70
Add bilateral filtering support
...
Runs faster than median filtering with a large kernel size. That said,
if sigma is set to low for the particular scene you can get corrupted
pixels if there's too much change in a particular kernel area. Tried a
few things to filter this out but was not successful. Not sure how to
fix... but, turning the sigma up hides the issue. It has something to do
with zeros in the luts used to speed the algorithm up causing
instability.
2018-04-01 00:56:41 -04:00
Kwabena W. Agyeman
c3c40680f5
Add missing binary image filtering functionality
...
Open/Close/TopHat/BlackHat/MorphMethods/Etc.
2018-03-31 15:06:20 -04:00
iabdalkader
2ddb4510e6
Add H7 ADC support.
2018-03-31 20:41:38 +02:00
iabdalkader
fac6f19b75
Increase the JPEG quality threshold for H7.
2018-03-30 14:42:59 +02:00
iabdalkader
fcdeb09283
Update MP.
2018-03-27 20:57:10 +02:00
iabdalkader
e9286f6a85
Fix OMV2 build.
2018-03-27 20:41:54 +02:00
iabdalkader
870ce65c51
Merge H7 SRAM1 and SRAM2.
2018-03-27 20:41:26 +02:00
iabdalkader
965e7e1529
Move JPEG buffer to SRAM3.
2018-03-27 20:40:06 +02:00
iabdalkader
ee2aab62be
Add IMLIB_ENABLE_FAST to imlib config.
2018-03-27 03:47:28 +02:00
iabdalkader
ef3faa3df7
Move AprilTags qsort to separate file.
...
* Needed by F4 build.
2018-03-26 20:50:51 +02:00
iabdalkader
bbb5b8dda0
Update F4 HAL.
2018-03-26 20:39:10 +02:00
iabdalkader
fabe9cf292
Fix H7 HAL strict aliasing errors (patch from MP/stm32lib).
2018-03-26 20:38:45 +02:00
Kwabena W. Agyeman
a05daabf5b
Fix bug with sharpen.
...
Wayyy too much gain before.
2018-03-26 01:24:24 -04:00
iabdalkader
6a3eb2814d
Mount FLASH FS if SD card fails to mount.
2018-03-25 01:34:55 +02:00
iabdalkader
eef37ce696
Avoid 64-bit integer division in LPUART.
2018-03-25 01:08:43 +02:00
iabdalkader
e3f08179fb
Update MP.
2018-03-25 00:57:38 +02:00
iabdalkader
9e1401add6
Update F7 HAL.
2018-03-25 00:57:23 +02:00
iabdalkader
0a5d4525bc
Add H7 DCMI cache maintenance.
2018-03-24 03:31:41 +02:00
iabdalkader
dfe67393dc
Move H7 DMA buffers to AXI memory.
...
* SD can only access AXI memory.
2018-03-24 03:30:44 +02:00
iabdalkader
39373f2950
Update linker script.
2018-03-24 03:30:32 +02:00
iabdalkader
014942a75b
Fix bootloader version.
2018-03-24 00:45:32 +02:00
iabdalkader
f5a30c5301
Implement bootloader V2 flash layout command.
2018-03-23 00:14:55 +02:00
iabdalkader
34010c62a8
Merge F7 SRAM1 and SRAM2.
2018-03-22 23:54:10 +02:00
iabdalkader
006225c2f3
Fix USB issues on Windows.
2018-03-21 21:30:46 +02:00
Kwabena W. Agyeman
efe69c961d
Add support for scalar operations
...
This brings all our basic operations code up to spec with other image
library offers.
Anyway, you can now pass a "color" value as the parameter to a basic op
method and it will apply that value to all pixels in the image.
2018-03-20 03:31:24 -04:00
Kwabena W. Agyeman
ed795c4fce
Fix possible stack smashing issue.
...
User could pass too large a kernel size and crash their camera without a
nice error messages.
2018-03-20 00:52:55 -04:00
iabdalkader
e7dff016f6
Enable MDMA driver.
2018-03-19 14:58:23 +02:00
iabdalkader
88826bb414
Disable H7 SD transceiver.
2018-03-19 14:51:18 +02:00
Kwabena W. Agyeman
74c892abd6
Fixed morph edge methods.
...
Redcued noise being injected. Looks a lot better now.
2018-03-19 02:41:23 -04:00
Kwabena W. Agyeman
3342f68ca2
Fixed Divide by zero
...
Saw this floating around.
2018-03-18 22:10:57 -04:00
Kwabena W. Agyeman
d7159fba3e
Upate filtering operations
...
Binary images are now handled. Cleaned up and optimized code. Some speed
gains after shifting to multiplies and not using int8_t.
Added a sharp and unsharp mask feature. Fixed up guassian. Added a
laplacian operation for edge detection.
2018-03-18 22:06:03 -04:00
iabdalkader
93f82440f2
Enable MDMA clock.
2018-03-17 01:25:15 +02:00
Ibrahim Abd Elkader
be6de2e467
Merge pull request #324 from kwagyeman/master
...
Add the ability to pull higher scaled text kerning in...
2018-03-17 00:04:01 +02:00
iabdalkader
97b2bb8bb2
Enable delayblock.
2018-03-16 20:48:35 +02:00
Kwabena W. Agyeman
45b319dc84
Add the ability to pull higher scaled text kerning in...
2018-03-16 01:27:51 -04:00
iabdalkader
00b9a99f44
Set DFU gap-fill to 0xFF.
...
* Makes it easier to diff hexdumps from flash.
2018-03-15 23:55:06 +02:00
iabdalkader
6cfcc8d784
Update MP H7 support.
2018-03-15 20:46:51 +02:00
iabdalkader
60ee2ecfe9
Move H7 main memory to SRAM1.
...
* We can't use the CCM for main memory because it's only accessible by MDMA.
2018-03-15 17:50:11 +02:00
iabdalkader
1d6defa15b
Use volatile flash_offset.
2018-03-14 16:49:28 +02:00
iabdalkader
2f194aa877
Fix bootloader flash bug.
2018-03-14 16:48:48 +02:00
iabdalkader
e429386620
Make bootloader flash index volatile.
2018-03-14 16:32:01 +02:00
iabdalkader
4eaa875208
Fix formatting.
2018-03-14 14:10:28 +02:00
iabdalkader
dff902a4fa
Use uint32_t for fb_w and fb_h.
2018-03-14 14:09:58 +02:00
iabdalkader
d4fde23096
Set DCMI byte select mode for H7.
2018-03-14 00:36:36 +02:00
iabdalkader
f3dba04591
Add H7 dma descriptors.
2018-03-13 21:48:48 +02:00
iabdalkader
53723e3e08
Disable caching of H7 DMA memory using the MPU.
2018-03-13 20:46:33 +02:00
iabdalkader
32e1b522e2
Update imlib config.
2018-03-13 20:46:12 +02:00
iabdalkader
294018378a
Fix cpufreq RCC_PLLP_DIV2.
2018-03-13 19:14:31 +02:00
iabdalkader
3318909925
Add HAL_DCMI_Start_DMA_MB to H7 HAL.
2018-03-13 19:06:03 +02:00
iabdalkader
66ddae84b1
Update OMV4 board config file.
2018-03-13 19:04:48 +02:00
iabdalkader
a1b7d19007
Move JPEG buffer to main memory region.
...
* Note on the F7 this is the same memory region (CCM).
* On the H7, the DMA buffers where moved to SRAM3.
2018-03-13 19:03:00 +02:00
iabdalkader
d31fc84f60
Minor cleanups.
2018-03-13 03:24:51 +02:00
iabdalkader
69f62740a7
Update sensor to support H7.
2018-03-13 03:21:12 +02:00
iabdalkader
7cc601e7d2
Enable SRAM1/2/3 early in startup code.
2018-03-13 03:07:39 +02:00
iabdalkader
83cab47b27
Set cambus timing for H7.
2018-03-13 02:57:33 +02:00
iabdalkader
6edd70587c
Fix linker script typo.
2018-03-12 20:34:20 +02:00
iabdalkader
5218aad02d
Fix H7 flash file system cache memory.
2018-03-12 20:30:29 +02:00
iabdalkader
1fa990b96a
Update the bootloader to support the H7 flash.
2018-03-12 20:10:27 +02:00
iabdalkader
74c035ca8a
Update OMV4 board config.
...
* Note keeping everything in DTCM for now.
2018-03-12 16:45:42 +02:00
iabdalkader
aca7b9e8a8
Move the USB voltage level detector after all init code.
2018-03-12 16:45:03 +02:00
iabdalkader
85f06771d3
Include legacy header
2018-03-12 16:42:50 +02:00
iabdalkader
6a303f3d94
Update H7 legacy header.
2018-03-12 16:42:33 +02:00
iabdalkader
0d59d7584e
Disable SRAM1/2/3 in bootloader.
...
* Not actually used
2018-03-12 16:39:19 +02:00
iabdalkader
793c451437
Add Makefile targets using dfu-util.
2018-03-12 16:38:22 +02:00
Ibrahim Abd Elkader
0a5146e393
Merge pull request #322 from kwagyeman/master
...
Upgrade Drawing Features
2018-03-12 16:38:24 +02:00
Kwabena W. Agyeman
0d63aa52df
Fix minor numerical issues.
...
Couldn't sleep. Needed to make sure this got fixed.
On a side note. We should use a better font. It doesn't really scale
well. Not going to fix now.
2018-03-12 08:51:56 -04:00
Kwabena W. Agyeman
fc74e70c32
Upgrade Drawing Features
...
Heavily upgraded the drawing features onboard the OpenMV Cam. We now
have all the basic drawing methods folks expect along with all the
parameters you need. Finally! You can make big text fonts.
* Added line thickness support
* Added shape fills
* Added text scaling
* Added draw arrow.
2018-03-12 01:14:03 -04:00
iabdalkader
f27f94b76d
Define new memory regions.
2018-03-12 02:40:17 +02:00
iabdalkader
6880482afd
Enable D2 SRAM1/2/3 clocks.
2018-03-12 01:36:45 +02:00
iabdalkader
50d27dacee
Enable USB clock during sleep.
2018-03-12 01:35:50 +02:00
iabdalkader
6339815ae3
Comment SDMMC definition.
2018-03-10 22:51:33 +02:00
iabdalkader
99dc3365b6
Update H7 CMSIS headers.
2018-03-10 20:17:36 +02:00
iabdalkader
453b41a6ec
Update to latest MP.
2018-03-10 20:14:49 +02:00
iabdalkader
2f9da92e12
Fix H7 HSE_VALUE.
2018-03-10 18:58:14 +02:00
iabdalkader
4af7bb4b57
Update H7 ST HAL.
2018-03-10 17:30:03 +02:00
iabdalkader
93ba0a51bb
Update to MP 1.9.3
2018-03-09 20:22:29 +02:00
iabdalkader
92b617877c
Move USB headers to usbdev to avoid including MP USB headers.
2018-03-09 20:21:18 +02:00
iabdalkader
68e761d55a
Fix typo in comment.
2018-03-05 19:18:45 +02:00
Kwabena W. Agyeman
e0e112468e
Argument Parsing Done Correctly
...
All of our argument parsing code has now been updated to handle
positional as well as keyword arguments in our python libraries.
Basically, python allows you to pass some number of positional arguments
to functions/methods followed by keyword arguments (you cannot have more
positional arguments after keyword arguments). Previously, our code
would only look for keyword arguments. Now, it works better and will
grab as many positional arguments as it can followed by processing
keyword arguments. Note: If the case of a positional argument value for
a parameter being passed followed by a keyword for that same parameter
the keyword value is taken (since it comes aftward).
Because arguments were passed in keyword form before this update has no
affect on current code. However, moving forward, argument positions are
now locked and cannot be moved around.
2018-03-05 00:49:36 -05:00
iabdalkader
75d89f7172
Add CMSIS CNN.
2018-03-05 03:10:10 +02:00
iabdalkader
28cc88845c
Fix system init.
2018-03-04 17:18:14 +02:00
iabdalkader
11040db094
Update imlib_image_mean to handle RGB images.
2018-03-04 03:29:11 +02:00
iabdalkader
789496e13a
Fix OMV2 imlib_config.h
2018-03-04 01:31:06 +02:00
iabdalkader
c0efb0884a
Revert c1e5daf6fd.
...
* FPU_USED is already defined.
2018-03-04 01:08:17 +02:00
iabdalkader
c1e5daf6fd
Add FPU_USED to CFLAGS.
2018-03-04 01:07:19 +02:00
iabdalkader
1c91b1dcb1
Update SystemInit.
2018-03-04 01:06:31 +02:00
iabdalkader
bc3807ed30
Fix py_cpufreq.
2018-03-03 22:58:12 +02:00
iabdalkader
de1c6427a6
Wait for PWR_FLAG_VOSRDY
2018-03-02 17:38:35 +02:00
iabdalkader
659abe0225
Clean up system clockconfig function.
2018-03-02 17:37:03 +02:00
iabdalkader
e028215be5
Remove unused functions in system.c
2018-03-02 17:32:00 +02:00
Kwabena W. Agyeman
397abe4746
Cleanup Math Operations
...
Add binary image support to the math operations and updated them to
support masks. Replace now also support mirroring operations. Finally,
adding missing basic math ops like add/sub/mul/div. The operations are
designed to work as image blending operations so they take care of
scaling their output accordingly.
2018-02-25 22:03:31 -05:00
Kwabena W. Agyeman
fb3d0776f0
Overhaul Binary Functions
...
Binary() can noew zero things so you can remove bright lights. All the
line ops (and/or/xor/etc) accept masks. Erode and dilate now accept
masks. And finally, you can now pass arguments versus keywords for folks
who don't read the documentation. Also, the binary image type is now
supported for these methods.
I'm putting in all this work because I saw the need for it when I was
doing shadow removal.
Note: Some effort needs to be put into optimizing the py_image.c code
soon. This is on the todo list before the next release.
2018-02-25 00:15:02 -05:00
Kwabena W. Agyeman
646425b2a6
Add color thresholding support to get_histogram/stats.
...
You can now pass a color threshold list to get histogram and get stats
(along with an invert arg) to control what gets put into the histogram.
2018-02-21 01:27:13 -05:00
iabdalkader
5027e0162e
Protect VCP buffer pointer with atomic section.
...
* Fix issue #313
2018-02-17 00:22:21 +02:00
iabdalkader
7c6ee56862
Move wifi driver to separate files.
...
* This will enable using wifi from C code.
2018-02-12 23:53:43 +02:00
iabdalkader
eaaf391ec8
Enable threading.
2018-02-12 23:53:00 +02:00
Ibrahim Abd Elkader
43a17f2890
Merge pull request #312 from kwagyeman/wifi_dbg
...
Add wifi_dbg stub.
2018-02-12 22:21:42 +02:00
iabdalkader
ff75b760f7
Update MP docs.
2018-02-12 00:41:26 +02:00
Kwabena W. Agyeman
11983a0228
Add wifi_dbg stub.
...
All the notes about how to implement wifi programming are in the code.
Steps:
1. Get wifi_apply_settings() working first and make sure you can turn
the wifi shield on in the right mode. Then add the necessary hooks into
the network code to make it such that previous user wifi code still
works. Also, make sure to handle start and shutdown gracefully.
Basically, get all the lifecycle code working first before moving to the
next step so notning gets in a weird state and bugs creep in...
2. Get the beacon method working. Once this works OpenMV IDE should see
the camera when you hit the connect button.
3. Do the code to turn off the regular usbdbg interface and swtich to
having the data come from wifi_dbg. This isn't a lot of code... but,
will be tricky since you no longer will have USB frames to work with.
All bytes are just going to come randomly and in bursts so you have to
handle the serial stream yourself... (Kwabena can help writing a
statemachine for dealing with this type of stuff if you want. I do it
all the time).
2018-02-08 01:49:29 -05:00
iabdalkader
7ef6bf0e5c
Disable unused functions in imlib_config.
2018-02-06 02:26:09 +02:00
iabdalkader
333e5417b1
Disable qrcodes if not used.
2018-02-06 02:17:46 +02:00
iabdalkader
291b06db13
Disable find_rects if not used.
2018-02-06 02:17:01 +02:00
iabdalkader
45dd265d51
Update imlib config.
2018-02-06 02:11:11 +02:00
iabdalkader
9a2bf08c50
Move line functions to line.c
2018-02-06 02:07:36 +02:00
iabdalkader
3010a47930
Disable imlib similarity if not used.
2018-02-05 02:17:48 +02:00
iabdalkader
6d396b809a
Enable auto dependency generation.
2018-02-04 18:31:39 +02:00
iabdalkader
2f6c18d286
Update imlib config files.
2018-02-04 16:19:21 +02:00
iabdalkader
581e1ab2d2
Disable rotation correction if not used.
2018-02-04 16:14:04 +02:00
iabdalkader
1935c34f4f
Disable phase corr if not used.
2018-02-04 16:08:20 +02:00
iabdalkader
7cb0133bc9
Disable logpolar if not used
2018-02-04 16:01:39 +02:00
iabdalkader
ba2539f09e
Add imlib macros to shadow removal.
2018-02-02 16:44:41 +02:00
iabdalkader
45dba499ad
Add missing imlib macro.
2018-02-02 16:41:24 +02:00
iabdalkader
c8741f5cc1
Rename OMV_ENABLE to IMLIB_ENABLE.
2018-02-02 01:35:13 +02:00
iabdalkader
5e47520a48
Add imlib config file.
2018-02-02 01:26:21 +02:00
Kwabena W. Agyeman
5377f6f575
Add single image shadow remover code.
...
Calling remove_shadows() on an image without a background source of
truth image now works. However, that said, the shadow remover isn't
suitable for anything other than removing shadow on an image of concrete
flow or somthing of the like. In general, it can only remove shadows
from a scene that has nothing else in it except for a hard edge shadow.
Improving this to work for anything is about a month of work. I've
researched enough about shadow removal to now know the optimal way to do
it. However, it requires many steps and a large amount of RAM. On the H7
I may revist this as being possible.
...
In order to get the shadow remover working well I had to add a few
features to the image library and fix some of the convolution code.
These fixes will likely be more useful than the shadow removal code.
Note the addition of the new get_threshold() method. This computes
otsu's threshold on a histogram allowing you to pick the optimal color
bounds.
2018-01-28 19:33:04 -05:00
iabdalkader
f608150b02
Bump firmware version.
2018-01-24 15:05:04 +02:00
iabdalkader
a245e5fb14
Update OMV2 stack and heap
2018-01-24 14:51:32 +02:00
Kwabena W. Agyeman
e0ef7d5bcc
Add more ifdefs to remove OpenMV Cam M4 features since we're flash
...
exhausted.
2018-01-24 01:33:45 -05:00
Kwabena W. Agyeman
bfcdcd4793
Add REPL Uart Ini File Setting Support
...
OpenMV IDE includes an ini file generator which will let you set board
settings easily from the IDE. Currently, the IDE has support for setting
the WiFi shield up along with adding a REPL Uart.
Anyway, this commit adds support for the OpenMV Cam to parse an ini file
on startup to configure things before starting main.py. WiFi support is
not yet implmented. However, we now have the ability to turn the UART
and put the REPL terminal on it on startup given a setting in the ini
file.
(Why not use boot.py like normal MP? While that is more flxible it's
much harder for the IDE to easily write out settings for you which is
what most users will want to do versus coding this up).
...
The movitation for adding REPL UART support in particular is so that the
OpenMV Cam can be used as a slave processor to IoT type processors like
the ESP32/ESP8266/ParticlePhoton/ElectricImp. In particular, a processor
like the ParticlePhoton can control the OpenMV Cam's reset wire. Wake
the camera up by releasing reset, then send a script to it after it
powers on over the UART. The camera will then run the script, do
computer vision, and report results back over the UART to the
ParticlePhoton. Users can then push new scripts to the OpenMV Cam from
the cloud allowing for semi-flexible firmware fixes for the OpenMV Cam
over low data rate networks.
By setting this feature up the need for OpenMV to offer a WiFi IoT
system is reduced as we can now just be the best camera for everything.
...
Due to... I don't know... ctrl-c doesn't work on the duplicated UART.
https://github.com/micropython/micropython/issues/1568
Not sure how to handle this. I don't want to fix it since it needs to be
fixed by MP upstream. Right now the work around is for the mastering MCU
to just reset the OpenMV Cam when it's done with the system.
That said, this does mean that once you start a script using the Open
Terminal command line system you won't be able to stop the script.
2018-01-23 00:22:23 -05:00
Kwabena W. Agyeman
fc9c416a21
Frame Differencing with Shadow Removal
...
Add in support for shadow removal from the current image using a shadow
free background image. Test results show the algorithm works similar to
max() while still keeping dark objects around. The preformance impact of
the algorithm is not too high. An in memory example can achieve 30 FPS.
2018-01-21 16:41:04 -05:00
Kwabena W. Agyeman
38f2c41877
Add pixel and area threshold settings to get_regression()
...
You can now make it not return anything for images with a low pixel
count.
2018-01-20 01:57:17 -05:00
Kwabena W. Agyeman
432b39bc17
Add min()/max() for frame differencing.
...
These have cool ghost image like affects and are useful for frame
differencing.
2018-01-17 02:13:55 -05:00
iabdalkader
abf836519f
Support bayer pixel access.
2018-01-16 22:59:01 +02:00
Ibrahim Abd Elkader
633be51050
Merge pull request #304 from kwagyeman/better_phase_correlation
...
Phase Corr Redo 2
2018-01-16 12:38:42 +02:00
Kwabena W. Agyeman
c78f91b421
Phase Corr Redo 2
...
Redid the phase correlation code again so it's one method call now. This
method call can either do logpolar phase correlation to get rotation/
scale or translation(x/y). Additionally, it will be able to also do both
at once. However, I don't have that quite working yet.
I've updated the example scripts to reflect the new code too.
Finally, I had to fix a bug in the rotation correction code.
...
Once I've got the full pipeline working I will post scripts for that. I
have all the code in there and it's been somewhat debugged... However, I
can't get a useful phase correlation lock out of the log polar fft mag.
I plan to look into noise filtering and spectral whitening solutions for
this.
2018-01-15 23:29:04 -05:00
Kwabena W. Agyeman
9eba59c6c1
Update to full invariant image.
...
This commit updates the shadow free invariant image to 2 colors from
just grayscale.
If we need to save ROM room in the future we'll just disable the LUT and
have the algorithm run with the regular C code. Right now this is not an
issue.
2018-01-14 20:05:49 -05:00