Commit Graph

1437 Commits

Author SHA1 Message Date
iabdalkader
958c5b7f78 Use keyword args for MLX refresh rate and adc resolution.
* Issue #148 PR #149
2016-08-19 13:23:47 +02:00
Ibrahim Abd Elkader
ff8058d2ca Merge pull request #149 from wminarik/master
changes fir_init() to take specified refresh rate and ADC resolution
2016-08-19 13:24:50 +03:00
William Minarik
18975dfb85 changes fir_init() to take specified refresh rate and ADC resolution 2016-08-18 14:36:05 -04:00
iabdalkader
4cd4b1f902 Optimize haar
* Skip homogeneous regions based on STD.
2016-08-18 00:29:45 +02:00
iabdalkader
b655a54885 Remove frame size assertion in snapshot()
* Frame gets automatically cropped if it's bigger than the max raw frame.
2016-08-18 00:26:01 +02:00
iabdalkader
c6181cc7f5 Increase AEC/AGC operating region. 2016-08-17 21:19:07 +02:00
iabdalkader
56438bc079 Add cpufreq module.
* Add CPU frequency scaling module and example script.
2016-08-17 19:42:05 +02:00
iabdalkader
7a7fcf73e7 Add OMV_XCLK_SOURCE to board config
* Use MCO output to drive sensor clock on OMV2
2016-08-17 19:40:29 +02:00
iabdalkader
3a39a6fce0 Set default PLL settings to 192MHz 2016-08-17 19:09:48 +02:00
iabdalkader
c371893a60 Remove old RCC code. 2016-08-17 18:59:14 +02:00
iabdalkader
f8747cb60b Re-enable DMA2 Stream 3 and 4 for uSD
* Fix issue #148
2016-08-16 21:24:56 +02:00
iabdalkader
6722710329 Make IDE interrupt static. 2016-08-16 13:00:12 +02:00
iabdalkader
3a5b82c1b0 Add comment to linker script 2016-08-16 12:59:58 +02:00
iabdalkader
abace9e4fe Crop resolutions higher than OMV_MAX_RAW_FRAME. 2016-08-16 12:48:47 +02:00
iabdalkader
2affb38a22 Fix DCMI/DMA transfer size overflow. 2016-08-16 12:47:20 +02:00
iabdalkader
839523bd90 Fix DCMI init struct for OMV7. 2016-08-16 12:46:40 +02:00
iabdalkader
7499062bda Fix OMV2 max frames. 2016-08-16 12:45:49 +02:00
iabdalkader
d9c8b1535d Reduce IDE JPEG quality. 2016-08-15 01:11:10 +02:00
iabdalkader
34ffa826dd Update firmware images. 2016-08-14 15:19:59 +02:00
iabdalkader
bcac8731b2 Add ARCH_STR to board files. 2016-08-14 15:14:43 +02:00
iabdalkader
6d6ad783b7 Add ARCH_STR command. 2016-08-14 15:12:43 +02:00
iabdalkader
381d20b697 Remove IDE FB update command. 2016-08-14 14:54:32 +02:00
iabdalkader
3ad4702032 Remove IDE JPEG enable/disable. 2016-08-14 14:53:39 +02:00
iabdalkader
26909490c7 Fix adaptive JPEG quality. 2016-08-14 14:26:30 +02:00
iabdalkader
4211e37c53 Remove JPEG enable/disable USBDBG command. 2016-08-14 00:45:34 +02:00
iabdalkader
37ec0095fc Enable OS module. 2016-08-13 22:08:15 +02:00
iabdalkader
dcdb3e5e8d Remove old comments. 2016-08-13 22:07:50 +02:00
iabdalkader
6b10a5e3e0 Update firmware images for OMV2 and OMV7 2016-08-12 23:28:35 +02:00
iabdalkader
2821690a35 Update MP branch with M7 support. 2016-08-12 23:27:20 +02:00
iabdalkader
4a2a0cb4dd Support new ENABLE_FB command. 2016-08-12 23:04:55 +02:00
iabdalkader
53df7fed4f Update bootloader to support M7. 2016-08-12 23:03:11 +02:00
iabdalkader
d0ae48d3a6 Update OV7725 regs 2016-08-12 22:46:04 +02:00
iabdalkader
56ef404919 Add realloc arg to JPEG encoder.
* If realloc is set to false, JPEG encoder won't try to realloc JPEG buffer and will fail gracefully.
2016-08-12 22:44:39 +02:00
iabdalkader
1cbcb7e434 Add M7 support 2016-08-12 22:43:50 +02:00
iabdalkader
21c693f968 Update CMSIS 2016-08-06 00:25:04 +02:00
iabdalkader
e44d86b483 Update CMSIS 2016-07-29 12:28:42 +03:00
iabdalkader
11c44d11e2 Update DSP lib 2016-07-29 12:28:10 +03:00
iabdalkader
7d99357e25 Add F4 and F7 HAL 2016-07-28 16:38:45 +03:00
iabdalkader
b76eb848d6 Update CHANGELOG 2016-07-27 22:19:22 +03:00
iabdalkader
e4ee55eefb Update firmware version. 2016-07-27 22:18:43 +03:00
iabdalkader
5ae9ebadba Update firmware images 2016-07-27 22:18:16 +03:00
iabdalkader
0da4951e62 Fix integral image lookup 2016-07-27 22:00:51 +03:00
iabdalkader
0363fa8758 Add ToF module. 2016-07-27 15:21:33 +03:00
iabdalkader
f7aa217f39 Use scaled DCT. 2016-07-06 21:19:14 +02:00
iabdalkader
9db7b8113c Set JPEG quality based on frame size.
* Use higher quality/subsampling for small resolutions.
2016-07-03 21:33:19 +02:00
iabdalkader
b5486fc2a3 Set JPEG chroma subsampling based on quality. 2016-07-03 21:27:44 +02:00
iabdalkader
9e592d45bf Add JPEG subsampling enum. 2016-07-03 21:27:28 +02:00
iabdalkader
f0a4d98fef Update optical flow script to use 64x32 resolution. 2016-06-21 00:46:47 +02:00
iabdalkader
0575314ab3 Make image pool work on arg image without changing FB. 2016-06-20 22:25:25 +02:00
iabdalkader
02088a14e1 Rename set_binning to set_windowing. 2016-06-20 22:24:00 +02:00