Advertisement
a1ex

FA_CaptureTestImage

Jun 30th, 2014
1,441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. 5D2.212
  2.  
  3. Shutter: 1/30 1/200 1/2000 1/8000 1" comments
  4.  
  5. Capture time (for FA_CaptureTestImage):
  6. 354ms 328ms 321ms 321ms 1360ms
  7.  
  8. Timer B:
  9. ffa37d7c: 0x3fff <- <- <- <- called from ff880048; sets both timer A and B
  10. ff880060: 0x2f <- <- <- <- ?
  11. ff880098: 0x207 <- <- <- <- Dummy CapEnd; changes in vertical FPN
  12. ffa37d2c: 0x3fff <- <- <- <- called from ff880048; sets both timer A and B
  13. ff880794: 0x2df 0x13f 0xdf <- 0x2ff, x4 VSizeSetting Time:%d Acc:%d loop:%d
  14. ff88096c: 0xedc <- <- <- <- CapEnd
  15. ff8809b0: 0xfa3 only for long exposures
  16. ff881308: 0xfa3
  17.  
  18. Timer A:
  19. ffa37d7c: 0x5db <- <- <-
  20. ffa37d2c: 0x5db <- <- <-
  21.  
  22. Effects observed when changing the timers:
  23.  
  24. Timer B:
  25. ff880060: no effect, other than slowing down the capture process
  26.  
  27. ff880098: altering it results in different FPN ratios
  28. 0x007 => 1.01 / 0.05
  29. 0x107 => 0.85 / 0.08
  30. 0x207 => 0.16 / 0.13 (default)
  31. 0x307 => 0.17 / 0.12
  32. 0x607 => 0.18 / 0.12
  33.  
  34. ff880794: alters exposure time; very low values do not result in faster exposures, but in corrupted images
  35.  
  36. ff88096c: lowering this results in incomplete image captured, followed by camera lockup
  37.  
  38. Timer A:
  39. increasing timer value (from both places) will increase exposure time
  40. decreasing it will result in corrupted image
  41. (just like with FPS override)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement