iabdalkader
|
a1699f5f3b
|
Use configparser to store/load configuration
|
2014-10-05 01:59:08 +02:00 |
|
iabdalkader
|
4bb1d3fc3f
|
Use built-in Python DFU-util
|
2014-10-03 03:33:00 +02:00 |
|
iabdalkader
|
58ea8be932
|
Merge branch 'fwupdate'
|
2014-09-27 21:28:08 +02:00 |
|
iabdalkader
|
a819be7b80
|
Add Firmware Update from IDE
|
2014-09-27 21:16:47 +02:00 |
|
iabdalkader
|
f726e6b56b
|
Sort examples
|
2014-09-27 12:27:18 +02:00 |
|
shimniok@gmail.com
|
9618f383ea
|
Implemented DFU bootloader widget in UI, enabled handler, wrote handler to call bootloader in openmv.
|
2014-09-26 11:39:13 -06:00 |
|
iabdalkader
|
858c23b922
|
Update window title to show connected status
|
2014-09-25 19:47:35 +02:00 |
|
iabdalkader
|
d84985b5ef
|
Add scripts dir
* Use for open/save user scripts
|
2014-09-25 19:32:11 +02:00 |
|
iabdalkader
|
a347081ee4
|
More cleanups
* Move control buttons to list
|
2014-09-25 19:23:54 +02:00 |
|
iabdalkader
|
b9b1eee93e
|
Cleanup open/new/save/save_as
|
2014-09-25 19:12:59 +02:00 |
|
iabdalkader
|
7a1628480c
|
Disable save button after saving
|
2014-09-25 18:35:08 +02:00 |
|
iabdalkader
|
99a4595e13
|
Add Examples submenu
* File->Examples lists all examples in ide_path/examples
|
2014-09-25 18:21:36 +02:00 |
|
Michael Shimniok
|
5e95efdac5
|
Modified udev rules to symlink openmvcam for serial; modified openmv-ide.py to open openmvcam symlink
|
2014-09-25 03:32:36 -06:00 |
|
iabdalkader
|
8467c67f06
|
Add System Reset Command
* Add sys reset to USBDBG and IDE
|
2014-09-25 03:37:00 +02:00 |
|
iabdalkader
|
c3306f2d05
|
Handle no device attached
* Fix issue #9
|
2014-09-23 15:51:06 +02:00 |
|
iabdalkader
|
392e613d3d
|
Make IDE Handle Disconnect/Connect Gracefully
* Fix issue #10
|
2014-09-23 15:40:51 +02:00 |
|
iabdalkader
|
0d5f8ef1b9
|
Fix IDE GUI freeze
|
2014-09-20 01:37:51 +02:00 |
|
iabdalkader
|
7bb8bef8a1
|
Add Update FB Command
|
2014-09-10 22:22:50 +02:00 |
|
iabdalkader
|
7be9f51eb7
|
Add Zoom In/Out
|
2014-09-10 19:11:46 +02:00 |
|
iabdalkader
|
c70960d17e
|
Add save descriptor from ROI
|
2014-09-10 18:59:34 +02:00 |
|
iabdalkader
|
5a66fd714b
|
Upate FB every 80ms
|
2014-09-01 16:37:11 +02:00 |
|
iabdalkader
|
ef772ffc0a
|
Move update callback to idle function
|
2014-08-20 21:19:07 +02:00 |
|
iabdalkader
|
16a69c7b08
|
Use gobject.timeout_add to schedule redraw
|
2014-06-30 03:48:40 +02:00 |
|
iabdalkader
|
f15aaae0f7
|
Update OpenMV module/ide
* Update commands
* Minor UI fixes
* Set screen size in openmv-fb
|
2014-06-25 19:52:08 +02:00 |
|
iabdalkader
|
b5587adc65
|
Add sensor controls
|
2014-06-21 09:41:27 +02:00 |
|
iabdalkader
|
01505510e7
|
Add UI path
|
2014-06-20 15:29:24 +02:00 |
|
iabdalkader
|
e8a44ae066
|
Update IDE
* Add save template
* Misc UI fixes
|
2014-06-19 23:12:32 +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
|
264d06aa7b
|
Set filename as window title
|
2014-03-22 19:44:33 +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
|
7891a89723
|
Use pendsv exception to interrupt running code
|
2014-02-23 03:37:46 +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
|
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
|
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
|
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 |
|