Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 5D2.212
- Shutter: 1/30 1/200 1/2000 1/8000 1" comments
- Capture time (for FA_CaptureTestImage):
- 354ms 328ms 321ms 321ms 1360ms
- Timer B:
- ffa37d7c: 0x3fff <- <- <- <- called from ff880048; sets both timer A and B
- ff880060: 0x2f <- <- <- <- ?
- ff880098: 0x207 <- <- <- <- Dummy CapEnd; changes in vertical FPN
- ffa37d2c: 0x3fff <- <- <- <- called from ff880048; sets both timer A and B
- ff880794: 0x2df 0x13f 0xdf <- 0x2ff, x4 VSizeSetting Time:%d Acc:%d loop:%d
- ff88096c: 0xedc <- <- <- <- CapEnd
- ff8809b0: 0xfa3 only for long exposures
- ff881308: 0xfa3
- Timer A:
- ffa37d7c: 0x5db <- <- <-
- ffa37d2c: 0x5db <- <- <-
- Effects observed when changing the timers:
- Timer B:
- ff880060: no effect, other than slowing down the capture process
- ff880098: altering it results in different FPN ratios
- 0x007 => 1.01 / 0.05
- 0x107 => 0.85 / 0.08
- 0x207 => 0.16 / 0.13 (default)
- 0x307 => 0.17 / 0.12
- 0x607 => 0.18 / 0.12
- ff880794: alters exposure time; very low values do not result in faster exposures, but in corrupted images
- ff88096c: lowering this results in incomplete image captured, followed by camera lockup
- Timer A:
- increasing timer value (from both places) will increase exposure time
- decreasing it will result in corrupted image
- (just like with FPS override)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement