Hi all
does anybody know what the correct memory address of the A495 to use the method
// Live picture buffer (shoot not pressed)
void *vid_get_viewport_live_fb()
{
//return (void*)0;
void **fb=(void **)0x3E80; // ?
unsigned char buff = *((unsigned char*)0x3CF0); // sub_FFC87F0C
if (buff == 0) buff = 2; else buff--;
return fb[buff];
}
this is the same as the A480, but it doesn't work, I took this address at lib.c, but is the chdk-de version
thanks