iabdalkader
2142219e20
Update write image example
2014-06-18 21:22:12 +02:00
iabdalkader
8603bb76f6
Update OpenMV Python lib
2014-06-18 17:13:08 +02:00
iabdalkader
72c13e47d7
Fix blob detection
2014-05-03 00:03:39 +02:00
iabdalkader
3c31c48d6b
Add script to do combined tests
2014-05-02 22:59:46 +02:00
iabdalkader
e24da17ba3
Use INTERP_BILINEAR for scaling function
2014-05-02 22:07:08 +02:00
iabdalkader
a0adf6417a
Scale IDE Image
2014-05-02 20:15:49 +02:00
iabdalkader
10ad732e41
Update FB viewer example
2014-04-10 15:45:04 +02:00
iabdalkader
32d52ec2d6
Remove C user code
2014-04-04 21:10:03 +02:00
iabdalkader
08a2e41167
Update Python examples
2014-04-04 21:08:33 +02:00
iabdalkader
c844da7bec
Add ppm support
2014-04-02 02:12:46 +02:00
iabdalkader
df5808b27d
Fix blob example
2014-03-22 19:45:03 +02:00
iabdalkader
264d06aa7b
Set filename as window title
2014-03-22 19:44:33 +02:00
iabdalkader
775c34fecf
Change capture format to png
2014-03-22 19:44:13 +02:00
iabdalkader
d13bd63dfe
Fix lcd driver
2014-03-22 19:43:48 +02:00
iabdalkader
fa541c6ecd
Add FPS counter
2014-03-22 19:42:36 +02:00
iabdalkader
03d99e2a1b
Add SURF examples
2014-03-22 19:41:53 +02:00
iabdalkader
787fbc6e3b
Update examples
2014-03-19 01:44:47 +02:00
iabdalkader
8cbf7eaeed
Fix layout
2014-03-08 03:31:06 +02:00
iabdalkader
2adb1881bf
Update IDE
...
* Add scroll windows
* Fix save as singal
2014-03-08 03:24:07 +02:00
iabdalkader
953624b3e1
Save/load last opened script
2014-03-07 23:57:25 +02:00
iabdalkader
0553daf50d
Add file open/save/save as support
2014-03-07 22:11:49 +02:00
iabdalkader
3ed30c4411
Add LCD example
2014-03-07 20:43:54 +02:00
iabdalkader
bce35ca678
Add Python LCD driver
2014-03-07 20:40:38 +02:00
iabdalkader
ab05fb6213
Update blob detection example
2014-03-02 01:47:20 +02:00
iabdalkader
fa42d9c565
Print cascade info
2014-02-23 18:27:30 +02:00
iabdalkader
7891a89723
Use pendsv exception to interrupt running code
2014-02-23 03:37:46 +02:00
iabdalkader
dea39420c5
Update IDE UI
...
* Add color selection
* Fix framebuffer layout
2014-02-21 23:33:24 +02:00
iabdalkader
c5ee4bc08a
Add Python Examples
2014-02-21 23:06:36 +02:00
iabdalkader
0256dbf01f
Add color selection and fix layout
...
* Add color selection with mouse click
* Fix layout to center the framebuffer
2014-02-21 01:42:28 +02:00
iabdalkader
678abe2b4a
Rename cascade.py
2014-02-14 16:01:41 +02:00
iabdalkader
ed512f29fb
Rename cascade-bin
2014-02-14 15:59:33 +02:00
iabdalkader
99eb37e7f9
Read cascade size from file
2014-02-14 15:41:27 +02:00
iabdalkader
0eb1575229
Add support for running scripts from cmd
2014-02-13 23:02:10 +02:00
iabdalkader
3f4bd4b82a
Read cascade size from file
2014-02-13 21:10:32 +02:00
iabdalkader
d42f30a184
Add OpenCV cascade converter
2014-02-13 20:41:53 +02:00
iabdalkader
ab87906cac
Update userspace apps
...
* Move rgb conversion to openmv module
* Add frame size function to openmv module
* Use new USBDBG commands
2014-02-13 02:16:24 +02:00
iabdalkader
4c2545fddf
Update example script
2014-02-11 01:48:54 +02:00
iabdalkader
94562bfae9
Fix USB ctrl transfer number
2014-02-10 03:16:04 +02:00
iabdalkader
5ea84e8c20
Move openmv code to separate python module
...
* Add openmv module which has USB debug functions
* Update IDE and FB viewer to use openmv module
2014-02-10 03:14:14 +02:00
iabdalkader
ea20c64dbd
Fix C FB viewer
...
* Check if kernel driver is attached before detaching
2014-02-09 22:25:10 +02:00
iabdalkader
c115d5f4a3
Add FPS to framebuffer viewer
2014-02-09 22:24:18 +02:00
iabdalkader
5408de85a4
Add FB viewer
2014-02-08 23:49:50 +02:00
iabdalkader
4b9c759c5d
Update IDE
...
* Use control transfer to exec script
2014-02-08 23:13:50 +02:00
iabdalkader
aa67b5b2b4
Add OpenMV Python IDE
2014-02-06 20:41:04 +02:00
iabdalkader
5fd0435199
Update userspace app for the new debug interface
2014-02-05 14:19:06 +02:00
iabdalkader
93a551e0c5
Change userspace code to use varargs
...
Change userspace tool to use var args when sending a command to the
camera.
2013-12-13 19:03:55 +02:00
iabdalkader
409d682f6e
Fix userspace code to work with the new HAL
...
Fix libusb userspace code to work with the new HAL,
use new header, commands and sensor struct.
2013-12-13 03:01:29 +02:00
iabdalkader
0d8c75e0b4
Added the new hardware revision
...
Added missing DSP library
Fixed SysTick timer IRQ priority
userspace fixes
2013-12-06 03:40:57 +02:00
iabdalkader
5a259bbcf1
Fixed linker script to load haar cascade into CCM
...
Fixed issue with SCCB delay and optimization
Recompiled all libraries with optimization enabled (-O2)
Some more tweaks to the Sensor's registers
Added function to load CCM data into .ccm section in runtime
2013-12-02 22:17:45 +02:00
iabdalkader
b0c4f8e844
Added USB OTG FS support
...
Added userspace libusb driver
Fixed some registers now QCIF/QQCIF resoultions are working
Updated CMSIS and STM32F4xx standard peripheral libraries
2013-11-30 04:23:22 +02:00