Commit Graph

1709 Commits

Author SHA1 Message Date
Ibrahim Abd Elkader
71a486caa3 Merge pull request #194 from kwagyeman/master
Add pixy emulation scripts
2017-03-11 02:57:03 +02:00
Kwabena W. Agyeman
06f41880a7 Add pixy emulation scripts 2017-03-10 19:24:33 -05:00
iabdalkader
81faf6f0f8 Update firmware images. 2017-03-09 23:04:33 +02:00
iabdalkader
fbc30e9736 Add missing ksize. 2017-03-09 22:46:03 +02:00
iabdalkader
e5aa66cd12 Use sep conv in ORB. 2017-03-09 22:43:24 +02:00
iabdalkader
ea7b87e866 Add separable convolution. 2017-03-09 22:43:05 +02:00
iabdalkader
040a3cb0e4 Use separable gaussian kernels. 2017-03-09 22:41:37 +02:00
iabdalkader
943f19ae5d Add MJPEG AP mode example script. 2017-03-09 20:54:36 +02:00
iabdalkader
7b1fa85880 Update MJPEG script. 2017-03-09 20:54:09 +02:00
iabdalkader
a4561c7efa WINC: Add support for AP mode. 2017-03-09 20:39:53 +02:00
iabdalkader
32dded64fd Use faster SPI GPIO. 2017-03-09 20:23:13 +02:00
iabdalkader
8c0e1603eb Redefine log level when CONF_WINC_DEBUG is enabled. 2017-03-09 20:22:00 +02:00
iabdalkader
096361c711 Remove headers from mp.h 2017-03-09 03:47:24 +02:00
iabdalkader
1d1eede947 Updated docs. 2017-03-07 21:35:35 +02:00
iabdalkader
ee0e9822b7 Update keypoints scripts. 2017-03-07 19:45:48 +02:00
iabdalkader
6d838ff8ee Update docs. 2017-03-04 03:47:41 +02:00
iabdalkader
5e9beab3d6 Bump firmware version. 2017-02-28 18:07:39 +02:00
iabdalkader
178437a8b1 Update change log. 2017-02-28 18:05:21 +02:00
iabdalkader
c6211ae904 Update firmware images. 2017-02-28 17:58:23 +02:00
iabdalkader
a054b5faab Fix cascade step.
* Assumed window width == height.
2017-02-28 17:51:03 +02:00
iabdalkader
c3a75a515b Update face detection script. 2017-02-28 17:47:07 +02:00
iabdalkader
15fc16c916 Update face tracking script. 2017-02-28 17:45:48 +02:00
iabdalkader
7616e487f9 Handle CTRL+D/C/A just like MP boards. 2017-02-23 15:20:14 +02:00
iabdalkader
f7c49cc01d Add CAN init0/deinit in main.c 2017-02-23 15:16:04 +02:00
iabdalkader
2934e88146 Enable CAN2 for OMV2 and OMV3 2017-02-23 15:04:04 +02:00
iabdalkader
f0a389f2cc Enable extra MP modules. 2017-02-23 02:15:04 +02:00
Ibrahim Abd Elkader
07c11f90fb Merge pull request #192 from kwagyeman/pixy_fixies
Add callbacks back in for emulating pixy.
2017-02-15 23:41:22 +02:00
Kwabena W. Agyeman
1b3f444351 Add callbacks back in for emulating pixy. 2017-02-15 13:18:11 -05:00
Ibrahim Abd Elkader
14fadbc175 Merge pull request #190 from kwagyeman/apriltag_fixes
AprilTags Fixes
2017-02-15 18:33:51 +02:00
Kwabena W. Agyeman
cd07c0d5fa AprilTags Fixes
* Made all memory allocations during the exhaustive time safe.
* Added 3D pose output from the AprilTags code.
2017-02-14 18:36:52 -05:00
Ibrahim Abd Elkader
80dc85385e Merge pull request #189 from kwagyeman/qrcode_fixes
QR Code Bug Fixes
2017-02-11 06:39:45 +02:00
Kwabena W. Agyeman
b22aadc21f QR Code Bug Fixes
Fixed typo in qrcode script. Moved scripts to new folder. Fixed roi
offset for qrcodes. Use fast functions in qrcode library.
2017-02-10 15:14:29 -05:00
Ibrahim Abd Elkader
7b82c52a12 Merge pull request #188 from kwagyeman/apriltags
April Tag Release Fixes
2017-02-10 20:48:42 +02:00
Kwabena W. Agyeman
71e795812f April Tag Release Fixes
Everything works. Running out of memory is fixed and the rotation value
is valid now. For 320x240 operation on the STM32H7 we're going to need
on the order of 1 MB in the entire frame buffer. The code is designed to
handle us getting this amount of memory without any new changes for
320x240 support.
2017-02-10 13:42:35 -05:00
Ibrahim Abd Elkader
f15cb6818e Merge pull request #187 from kwagyeman/apriltags
AprilTags Support
2017-02-10 00:54:28 +02:00
Kwabena W. Agyeman
443ba3bff8 AprilTags Support
Works super good.
2017-02-09 17:37:18 -05:00
Ibrahim Abd Elkader
a5fef724e6 Merge pull request #186 from kwagyeman/apriltags
AprilTags Main
2017-02-10 00:27:25 +02:00
Kwabena W. Agyeman
55716a632a AprilTags Main
This file includes all of the relevant header/source files from the
april tag library merged into one big file. Additionally, it also
includes heap/quicksort code. I've done the work of going through
the april tag library line by line and fixing it to use fb_alloc,
floats, and our fast math functions.

Anyway, I'm sending this massive file by itself first since it's so
big. Note that we migh in the future want to pull things out of this
file for our own use later if we need linear algebra support.
2017-02-09 17:04:08 -05:00
Ibrahim Abd Elkader
b596dec291 Merge pull request #182 from kwagyeman/add_flag
Add flag for SWD programmer.
2017-01-31 00:30:38 +02:00
Ibrahim Abd Elkader
642052073b Merge pull request #181 from kwagyeman/fix_led
Fixed bootloader LED
2017-01-30 22:45:56 +02:00
Kwabena W. Agyeman
c4b4a86100 Add flag for SWD programmer.
It can now check if the self-test passed.
2017-01-29 19:54:45 -05:00
Kwabena W. Agyeman
3f879ec1b3 Fixed bootloader LED 2017-01-29 19:52:24 -05:00
iabdalkader
0be2676bc1 Bump firmware version. 2017-01-21 23:39:32 +02:00
iabdalkader
f0a4dbe2af Update change log. 2017-01-21 23:37:44 +02:00
iabdalkader
8499b24e15 Update firmware images. 2017-01-21 23:29:09 +02:00
iabdalkader
3e581156da Fix LED pinout for OMV3. 2017-01-21 23:20:40 +02:00
iabdalkader
1cba92d757 Update docs. 2017-01-21 23:07:43 +02:00
iabdalkader
387826a4d4 Update keypoints editor.
* Parse descriptor type
* Allow octaves to be hidden.
2017-01-21 23:04:12 +02:00
Ibrahim Abd Elkader
5302b9004b Merge pull request #180 from kwagyeman/fb_alloc_fix_2
Fixed fb_alloc() with mark for recently re-worked code.
2017-01-19 08:20:57 +02:00
Kwabena W. Agyeman
02af722fe8 Fixed fb_alloc() with mark for recently re-worked code.
I also tested the firmware for about an hour to make sure there was no
stack leak.

Note that I prefer for fb_free() to still be called versus
fb_free_till_mark() doing that for you in the code.

For functions without this fix they will just free the entire fb_alloc
stack when an exception happens. For functions with this fix they will
only free up to and including the mark. Since there are no places in the
firmware where you could start building a second fb_alloc stack when one
is already in place this point is moot currently. But, if we do
something like that in the future the problem will have already been
solved.

Any new code or re-worked code should use the mark function.
2017-01-18 18:39:08 -05:00