A3200IS porting thread - page 4 - DryOS Development - CHDK Forum

A3200IS porting thread

  • 127 Replies
  • 51580 Views
Re: A3200IS porting thread
« Reply #30 on: 14 / July / 2012, 10:43:36 »
Advertisements
Hello, that version is working well, I didn`t tested that too much but raw photos, videos and anything else that is prioritary (in my opinion), is working. Hope to have more time next days and fully test this version. Thanks ! ::) now my camera is "alive".
edit: Thanks a lot to user nafraf, he was patient too like me and he solved all the problems. Many thanks my friend and in a few days I will test the camera more.
« Last Edit: 14 / July / 2012, 10:48:35 by trial09 »

*

Offline reyalp

  • ******
  • 14079
Re: A3200IS porting thread
« Reply #31 on: 14 / July / 2012, 14:22:47 »
Thanks for checking.
edit: Thanks a lot to user nafraf, he was patient too like me and he solved all the problems. Many thanks my friend and in a few days I will test the camera more.
Well deserved, porting a camera "blind", without having the camera yourself is quite difficult, and takes a lot of patience for both the developer and tester.
Don't forget what the H stands for.

Re: A3200IS porting thread
« Reply #32 on: 14 / July / 2012, 14:41:45 »
Hi,

I tried build 1983 and it didn't work with  my A3200 (FW GM1.00D 1.0.0.0).
The screen was halved horizontally.
Build 1982 however works...

Keep up the good work! :) :)

SLL

*

Offline reyalp

  • ******
  • 14079
Re: A3200IS porting thread
« Reply #33 on: 14 / July / 2012, 15:05:52 »
Hmm....
Hello, that version is working well, I didn`t tested that too much but raw photos, videos and anything else that is prioritary (in my opinion), is working.

I tried build 1983 and it didn't work with  my A3200 (FW GM1.00D 1.0.0.0).
The screen was halved horizontally.
Build 1982 however works...
Are you both using builds from  http://mighty-hoernsche.de/trunk/ ? (not the 1.0 build from http://mighty-hoernsche.de/ )
Don't forget what the H stands for.


*

Offline reyalp

  • ******
  • 14079
Re: A3200IS porting thread
« Reply #34 on: 14 / July / 2012, 15:33:14 »
btw, this is ok for testing but should probably use Canon functions, see a2200, sx220 and maybe a3300 100a for examples. Note that this should go in the common lib.c, not the sub.
Code: [Select]
void vid_bitmap_refresh()
{
draw_filled_rect(0, 0, 360, 240, 0x00) ;
}
Don't forget what the H stands for.

Re: A3200IS porting thread
« Reply #35 on: 14 / July / 2012, 16:00:15 »
Yep. I just tried build 1984 that appeared in 'trunk' minutes ago and my screen is garbled:


Re: A3200IS porting thread
« Reply #36 on: 14 / July / 2012, 16:12:01 »
To be more precise:

a3200-100d-1.0.0-1982-full_ALPHA.zip  -  is working
a3200-100d-1.1.0-1984-full_ALPHA.zip  -  is not working

SLL

*

Offline reyalp

  • ******
  • 14079
Re: A3200IS porting thread
« Reply #37 on: 14 / July / 2012, 18:20:54 »
To be more precise:

a3200-100d-1.0.0-1982-full_ALPHA.zip  -  is working
a3200-100d-1.1.0-1984-full_ALPHA.zip  -  is not working

SLL
Thanks for the detailed report, it looks like I missed some differences in the screen size code between 1.0 and 1.1

Please try the attached build and let me know if it displays correctly.

Thanks :)
Don't forget what the H stands for.


Re: A3200IS porting thread
« Reply #38 on: 15 / July / 2012, 08:09:32 »
Hi,

I made a short test and found the build to be working :)
Do you happen to know a command in CHDK basic/lua to switch off
the screen? The A3200IS does not offer a way to switch off the display
via the "disp"  button...

SLL


Re: A3200IS porting thread
« Reply #39 on: 15 / July / 2012, 08:37:24 »
Do you happen to know a command in CHDK basic/lua to switch off
the screen? The A3200IS does not offer a way to switch off the display
via the "disp"  button...
You might find this wiki page useful : 

Scripting_Cross_Reference

and particularly

Scripting Functions

The function you are looking for is set_backlight()
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics