void *vid_get_viewport_live_fb() { return 0x0; }
I implemented it using a3300/a2200 as reference, searching for corresponding values using chdk-pt. But a2200 is under development too, and the behavior of chdkptp with those special capture modes is the same. Code: [Select]void *vid_get_viewport_live_fb(){ return (void*)(*(int*)(0x20BC+0x134)); //ff8490f8 + ff849150 a2300}I'm confused about that values, it seems to be very specific for each DryOS release an camera models. Some post talks about brute force for find its value, others find values inside code. I know that there is not a recipe, but could you give me a pointer of how to find that buffer?
void *vid_get_viewport_live_fb(){ return (void*)(*(int*)(0x20BC+0x134)); //ff8490f8 + ff849150 a2300}
Color of DISP text is different from camera LCD. See the image in attachment. Sometimes it is yellow, sometimes it is green... maybe related to wrong buffer address?
Forgive me for being so forward on my first post, but I am working on a project (http://diybookscanner.org/) and I have access to some very resonably priced A2300s.Before I get these, is the port likely to be in a good enough state to use for these cameras on my Project.
Quote from: dkane on 18 / September / 2012, 10:19:19Forgive me for being so forward on my first post, but I am working on a project (http://diybookscanner.org/) and I have access to some very resonably priced A2300s.Before I get these, is the port likely to be in a good enough state to use for these cameras on my Project.Hi, I had a2300 b101 for a few weeks, and I ported as much as was possible. It is possible to continue with porting, but to do that, It is necessary to have access to the firmware of your camera and people helping with tests.
Hi, yes All I need is USB remote and the ability to change the naming convention on the cameras for the images, when they are saved. I also need to automatically copy said images to pc, ans delete from sd card. Thanks. david.
Where the downloading is concerned; if I can 'see' the contents of the SD card from the attached cameras, then I might be able to script it on the PC side. However, I know nothing much at the moment. But I am having fun getting my feet wet! :-)
Started by nafraf Firmware Dumping
Started by thunder.thehedgehog.1 General Discussion and Assistance
Started by MiguelQ General Help and Assistance on using CHDK stable releases
Started by stagdriver General Discussion and Assistance
Started by pecck General Help and Assistance on using CHDK stable releases