Changes between Version 2 and Version 3 of UfoCameraOperation
- Timestamp:
- Apr 24, 2015, 2:10:30 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UfoCameraOperation
v2 v3 20 20 ð The DMA timeout is 67 ms that is too much. What we can do easily is to bring this timeout programmable by software, we will create a new register in the DMA bank register (address 0x64-0x68), so that you can define your timeout. 21 21 }}} 22 23 24 = Frame Size (CMOSIS sensor) = 25 * 10b: 26 {{{ 27 129*256*(number_lines -1) + 128*256 + 512 bits, or 28 129*32*number_lines + 32 BYTES 29 }}} 30 ---- 31 32 * 12b: 33 34 {{{ 35 4*129*256*(number_lines -1) + 3*129*256 + 128*256 + 512 bits, or 36 4*129*number_lines + 32 BYTES 37 }}}
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)