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
|
4a2a0cb4dd
|
Support new ENABLE_FB command.
|
2016-08-12 23:04:55 +02:00 |
|
iabdalkader
|
162228562f
|
Set serial to None after disconnecting.
|
2016-05-18 21:39:50 +02:00 |
|
iabdalkader
|
03eb277aa9
|
Add serial disconnect function.
|
2016-04-27 18:27:36 +02:00 |
|
iabdalkader
|
54be7503e6
|
Update IDE to handle the new bootloader.
|
2016-04-25 18:22:41 +02:00 |
|
iabdalkader
|
6136bd04e1
|
Try to connect a few times before giving up.
* Fixes the connect button hang issue.
|
2016-03-11 03:37:35 +02:00 |
|
iabdalkader
|
f66757f264
|
Fix ROI size sent from IDE.
* Rectangle was changed from int to short.
|
2016-02-26 03:03:29 +02:00 |
|
iabdalkader
|
7f9e95fdd5
|
Add enable/disable JPEG to preferences dialog.
|
2016-02-18 05:10:10 +02:00 |
|
iabdalkader
|
dbd69a3a25
|
Remove framebuffer locking.
* Not needed anymore.
|
2016-02-09 01:11:25 +02:00 |
|
iabdalkader
|
cf641af6b0
|
Add command to return script running flag.
* Return script running flag to disable/enable execute and stop buttons.
* Up ABI version
|
2016-02-06 17:59:52 +02:00 |
|
iabdalkader
|
fc2a5bb1c7
|
Use python2 to run openmv.py, pydfu.py and openmv-ide.py
|
2015-10-03 23:53:03 +02:00 |
|
iabdalkader
|
f45128955f
|
Move serial port opening to openmv.py
|
2015-09-27 23:41:25 +02:00 |
|
iabdalkader
|
f887659869
|
Fix default baudrate in openmv example
* Fix baudrate in openmv.py example
|
2015-09-14 03:25:31 +02:00 |
|
iabdalkader
|
cf9c643ca0
|
Remove unused import
|
2015-09-14 02:47:27 +02:00 |
|
iabdalkader
|
ccc4de8488
|
Revert to numpy
|
2015-07-31 15:18:41 +02:00 |
|
iabdalkader
|
182a844cd2
|
Add FW version command
* Add FW version command to usbdbg.
* Add FW version function to openmv.py
* Check for major version in the IDE.
|
2015-07-04 03:44:42 +02:00 |
|
iabdalkader
|
0d0086f6b3
|
Import pydfu on Linux only for openmv module
|
2015-07-04 01:54:02 +02:00 |
|
iabdalkader
|
51907dc7cd
|
Set baudrate once when opening port
|
2015-02-10 07:01:05 +02:00 |
|
iabdalkader
|
754cce406c
|
Implement debugging over CDC
|
2015-02-08 11:12:24 +02:00 |
|
iabdalkader
|
903f524a28
|
Catch except when releasing dev
|
2014-11-15 03:37:02 +02:00 |
|
iabdalkader
|
02777986c1
|
Fix warning about disconnected device
|
2014-11-10 21:59:50 +02:00 |
|
iabdalkader
|
6a0af1f3c3
|
Use separate configs for cdc/hid and debug
* This is the only solution that works with libusb on Windows
* Soft-disconnect is used to switch between configs
|
2014-11-10 19:36:34 +02:00 |
|
iabdalkader
|
40d43a2a8c
|
Add OMV Debug Interface
|
2014-11-06 15:14:33 +02:00 |
|
iabdalkader
|
97bf077581
|
Fix init compatibility with Windows backend
|
2014-11-02 16:16:42 +02:00 |
|
iabdalkader
|
b062c8fb68
|
Fix init compatibility with Windows backend
|
2014-11-02 15:54:39 +02:00 |
|
iabdalkader
|
cea31c1774
|
Use one request for locking and header
* Use one request for locking and FB header to save bandwidth
|
2014-11-01 15:58:52 +02:00 |
|
iabdalkader
|
47806afe4a
|
Update pyusb interface for 1.0.0b2
* Fix issue #30
|
2014-10-31 13:15:48 +02:00 |
|
iabdalkader
|
356fbaf904
|
Remove numpy dependency
|
2014-10-22 09:05:24 +02:00 |
|
iabdalkader
|
b40f537a70
|
Move np reshape to openmv.py
|
2014-10-19 17:52:12 +02:00 |
|
iabdalkader
|
1706cbdb83
|
Fix print calls
|
2014-10-05 01:53:07 +02:00 |
|
iabdalkader
|
4bb1d3fc3f
|
Use built-in Python DFU-util
|
2014-10-03 03:33:00 +02:00 |
|
iabdalkader
|
a819be7b80
|
Add Firmware Update from IDE
|
2014-09-27 21:16:47 +02:00 |
|
iabdalkader
|
6fd18847ed
|
Add exit DFU
|
2014-09-27 18:58:23 +02:00 |
|
shimniok@gmail.com
|
ea6abcff77
|
added functionality to send USBDBG_BOOT to force camera into bootloader
|
2014-09-26 11:16:09 -06:00 |
|
iabdalkader
|
8467c67f06
|
Add System Reset Command
* Add sys reset to USBDBG and IDE
|
2014-09-25 03:37:00 +02:00 |
|
iabdalkader
|
6c7ad99152
|
Catch exception in release
* Issue #10
|
2014-09-25 03:00:25 +02:00 |
|
iabdalkader
|
ec6630ca28
|
Update for PIL use tostring
|
2014-09-25 02:29:05 +02:00 |
|
iabdalkader
|
d1c6f6451e
|
Use frombuffer
* Issue #8
|
2014-09-25 01:58:31 +02:00 |
|
iabdalkader
|
c3306f2d05
|
Handle no device attached
* Fix issue #9
|
2014-09-23 15:51:06 +02:00 |
|
iabdalkader
|
a8146eaeba
|
Disable FB swap
|
2014-09-20 03:38:26 +02:00 |
|
iabdalkader
|
7bb8bef8a1
|
Add Update FB Command
|
2014-09-10 22:22:50 +02:00 |
|
iabdalkader
|
c70960d17e
|
Add save descriptor from ROI
|
2014-09-10 18:59:34 +02:00 |
|
iabdalkader
|
41d531242a
|
Fix big frame size
|
2014-09-04 01:03:38 +02:00 |
|
iabdalkader
|
7c55ea797e
|
Add check for num_bytes
|
2014-08-20 21:17:58 +02:00 |
|
iabdalkader
|
3bed5f4b6f
|
Use /tmp for temp jpeg
|
2014-06-28 19:55:56 +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
|
e8a44ae066
|
Update IDE
* Add save template
* Misc UI fixes
|
2014-06-19 23:12:32 +02:00 |
|