But the chdk benchmark show for write 22 megabyte and read 15 megabyte on Ixus 1000 HS with SDXC controller.sandisk cards are known as can write as fast as they can read.
when i show savetime on RAW i get with DNG values betweeen 1.110 sec and 1.150 sec(with change from philmoz)without DNG i get 0.750 sec - 0.800 sec on continues shootIs there hope to get a savetime of 0.800 sec with DNG ?
x = _open("A/BENCH.TMP", O_WRONLY|O_CREAT, 0777); if (x>=0) { bench.disk_write_raw_bps = 0; gui_bench_draw(); t = get_tick_count(); s=write(x, hook_raw_image_addr(), hook_raw_size()); t = get_tick_count() - t; close(x); bench.disk_write_raw_bps = s*100 / (t/10); bench_to_draw = 2; }
x = open("A/BENCH.TMP", O_WRONLY|O_CREAT, 0777); if (x>=0) { int bufsize = 1*1024*1024; s=0; bench.disk_write_raw_bps = 0; gui_bench_draw(); t = get_tick_count(); for (i=0;i< 16;i++) { reverse_bytes_order2(hook_raw_image_addr()+s,hook_raw_image_addr()+s, bufsize); s=s + write(x, hook_raw_image_addr()+s, bufsize); } t = get_tick_count() - t; close(x); bench.disk_write_raw_bps = s*100 / (t/10); bench_to_draw = 2; }
Started by RaduP General Discussion and Assistance
Started by philmoz General Discussion and Assistance
Started by c10ud General Discussion and Assistance
Started by Lebeau RAW Shooting and Processing
Started by reyalp General Discussion and Assistance