😀 😀 😀 Super 😀 😀 😀
Coaster
RAW file in dir with jpg ..................OFF
works.
I don't used this setting because i had problems with corrupt dng's with it.
But now it works, and the dng's are korrekt. I can't say why.
It's great.
In the sources i have found that raw_saving() calls get_target_dir_name() which calls get_file_next_counter() with the following operation: (file sx20/shooting.c)
n= get_file_next_counter(); // 4 Bytes from parameter 0x38
n= (n>>1😎&0x3FF
in most other camera types the operation is
n= (n>>4)&0x3FFF
Is there another format on the
sx20 or could be there the problem?