A590IS porting... - page 85 - DryOS Development - CHDK Forum

A590IS porting...

  • 968 Replies
  • 393491 Views
*

Offline reyalp

  • ******
  • 14079
Re: A590IS porting...
« Reply #840 on: 03 / May / 2011, 23:51:09 »
Advertisements
Looks like it's a bug, introduced in 1166

For now, setting "shoot delay" in the script menu > 0 should fix it.

Thanks for the report.

edit: should be fixed in autobuild 1170
« Last Edit: 04 / May / 2011, 00:46:38 by reyalp »
Don't forget what the H stands for.

*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #841 on: 04 / May / 2011, 01:38:34 »
Another possible bug is that you can't get exit_alt() in lua to exit a script.
Something like this:

set_aflock(1)  -- makes AF scan and locks AF
sleep(3000)  --  wait a while
shoot()   -- shoot without AF
sleep(3800)
set_aflock(0)  -- unlock AF
exit_alt()

gets stuck in the script and you need to enter <alt> mode
and then press the shutter button to exit and run the script again.
Shouldn't exit_alt() exit alt mode and send you back to normal so you can run the script again?




Re: A590IS porting...
« Reply #842 on: 10 / May / 2011, 00:12:32 »
Thank you. With the new firmware everything was fine

*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #843 on: 24 / May / 2011, 09:46:26 »
What does optional EXMEM support for A590 101b do?
Will we see some speed when saving DNG raw files? Or will it speed dark frame subtraction?




*

Offline msl

  • *****
  • 1280
  • A720 IS, SX220 HS 1.01a
    • CHDK-DE links
Re: A590IS porting...
« Reply #844 on: 24 / May / 2011, 11:13:34 »
No, this not a speedup feature. It's more for developers.

The normal memory of the camera is limited. With this function we can load CHDK in an area with more memory capacity. Read more about EXMEM here: http://chdk.setepontos.com/index.php?topic=5980.0

msl
CHDK-DE:  CHDK-DE links

*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #845 on: 24 / May / 2011, 12:33:11 »
Ok, so it is more about exmem_heap allocation. Wish it could be used as a buffer to speedup raw processing... but I'm sure it isn't big enough.

Thanks msl!

*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #846 on: 25 / May / 2011, 22:43:09 »
One possible idea for this cam and chdk is to give the cameras Custom settings. Some sort of memory that can help the camera remember aperture, shutter speed and focal length.  Something like C1, C2... from a menu.
 

*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #847 on: 09 / July / 2011, 20:43:35 »
When using http://www.rawtherapee.com/ (64-bit), I'm getting a border that looks like hotpixels when I load my chdk's DNGs into RawTherapee.

I wonder if this is normal. I see it more in night shots. I hope is not a chdk DNG problem or my A590IS :(.


*

Offline dvip

  • ****
  • 451
Re: A590IS porting...
« Reply #848 on: 01 / August / 2011, 21:46:35 »
The new RawTherapee fixed the problem! :)

*

Offline blackhole

  • *****
  • 937
  • A590IS 101b
    • Planetary astrophotography
Re: A590IS porting...
« Reply #849 on: 18 / August / 2011, 09:32:09 »
Please,can someone explain to me why the option CAM_EV_IN_VIDEO is disabled in platform_camera.h for the A590 because it works well, or is there some hidden problem that I have not seen.
I tested the firmware 101b.

 

Related Topics