I finally got to test the SunsetF15 script and it crashes the camera. I tried to figure out why and remed out
-- force manual focus (does this work?)
--set_prop(propcase.FOCUS_MODE,1)
-- disable IS (dunno if this works either)
--set_prop(propcase.IS_MODE,3)
-- use widest available aperture (I'm assuming that cameras that don't have an aperture won't respond to this in any way)
--set_prop(propcase.USER_AV,get_prop(propcase.MIN_AV))
-- disable flash
--set_prop(propcase.FLASH_MODE,2)
Doing so lets my S2 go though one loop before it crashes out. Adding extra sleep commands in the next section of code doesn't help. Does anyone have any thoughts on this problem?