Changes between Version 2 and Version 3 of UfoCameraOperation


Ignore:
Timestamp:
Apr 24, 2015, 2:10:30 PM (11 years ago)
Author:
Uros Stevanovic
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UfoCameraOperation

    v2 v3  
    2020ð  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.
    2121}}}
     22
     23
     24= Frame Size (CMOSIS sensor) =
     25* 10b:
     26{{{
     27129*256*(number_lines -1) + 128*256 + 512 bits, or
     28129*32*number_lines + 32 BYTES
     29}}}
     30----
     31
     32* 12b:
     33
     34{{{
     354*129*256*(number_lines -1) + 3*129*256 + 128*256 + 512 bits, or
     364*129*number_lines + 32 BYTES
     37}}}