IXUS 115 HS / ELPH 100 HS request - page 23 - DryOS Development - CHDK Forum

IXUS 115 HS / ELPH 100 HS request

  • 538 Replies
  • 229951 Views
Re: IXUS 115 HS / ELPH 100 HS request
« Reply #220 on: 28 / April / 2012, 10:31:42 »
Advertisements
oh sorry i have ixus 115 ::)

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #221 on: 28 / April / 2012, 10:41:23 »
yes i have same problem

ps why manual focus dont work
pps im Russian. Sorry if my English isnt perfect :)
« Last Edit: 29 / April / 2012, 00:17:31 by SamMoshenko »

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #222 on: 01 / May / 2012, 07:45:15 »
Hey guys!
 I am realy astonished what You are doing! Amaznig Job!! For my ixus 115 everything works just perfect (on omega build for 101 B).  But with bigger card how should I make the card selfbootable? I know it is in FAT32 so I should put the file in specific place but how exactly step by step?? Thank You for answering and for creating CHDK!

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #223 on: 01 / May / 2012, 11:00:48 »
I am realy astonished what You are doing! Amaznig Job!! For my ixus 115 everything works just perfect (on omega build for 101 B).  But with bigger card how should I make the card selfbootable? I know it is in FAT32 so I should put the file in specific place but how exactly step by step?? Thank You for answering and for creating CHDK!
http://chdk.wikia.com/wiki/Prepare_your_SD_card
Ported :   A1200    SD940   G10    Powershot N    G16

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #224 on: 07 / May / 2012, 10:09:31 »
Hi all.
Despite many existing bugs in the current version (some of which has workaround) I have found new ones. The "video" button in scripts is lost. The click("video") command do nothing. Can I hope that someone will fix this bug in near future?
Also related bug: basic scripts has more "lost" keywords (click "shoot_full" do nothing).
Here are test scripts (.lua and .bas):
Code: [Select]
--[[
@title Test video button (Lua)
@param a Length (seconds)
@default a 3
]]

print("Start video")
click("video")
sleep(a*1000)
click("video")
print("Stop video")

Code: [Select]
@title Test video button (Basic)
@param a Length (s)
@default a 3

print "Start video"
click "video"
sleep (a*1000)
click "video"
print "Stop video"
click "shoot_full"

Code: [Select]
@title Test shoot button (Basic)

sleep (2000)
click "shoot_full"

Code: [Select]
--[[
@title Test shoot button (Lua)
]]

sleep(2000)
click("shoot_full")

Only the last script (Test shoot button (Lua)) is working.

I have elph100hs_ixus115hs_ver_101b_alpha5_full version which I load manually from 8G card.

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #225 on: 07 / May / 2012, 11:25:14 »
Hi all.
Despite many existing bugs in the current version (some of which has workaround) I have found new ones. The "video" button in scripts is lost. The click("video") command do nothing. Can I hope that someone will fix this bug in near future?
Also related bug: basic scripts has more "lost" keywords (click "shoot_full" do nothing).
Here are test scripts (.lua and .bas):
Code: [Select]
--[[
@title Test video button (Lua)
@param a Length (seconds)
@default a 3
]]

print("Start video")
click("video")
sleep(a*1000)
click("video")
print("Stop video")

Code: [Select]
@title Test video button (Basic)
@param a Length (s)
@default a 3

print "Start video"
click "video"
sleep (a*1000)
click "video"
print "Stop video"
click "shoot_full"

Code: [Select]
@title Test shoot button (Basic)

sleep (2000)
click "shoot_full"

Code: [Select]
--[[
@title Test shoot button (Lua)
]]

sleep(2000)
click("shoot_full")

Only the last script (Test shoot button (Lua)) is working.

I have elph100hs_ixus115hs_ver_101b_alpha5_full version which I load manually from 8G card.

What happens if you use press "video"   sleep 1000   release "video" ?  I'm wondering if the click keyword executes too quickly for the cameras firmware and is ignored ?
Ported :   A1200    SD940   G10    Powershot N    G16

*

Offline funnel

  • ****
  • 349
Re: IXUS 115 HS / ELPH 100 HS request
« Reply #226 on: 07 / May / 2012, 15:15:02 »
Quote
I'm wondering if the click keyword executes too quickly for the cameras firmware and is ignored ?
You're probably on the right track.

Some cameras have in platfom_camera.h
Code: [Select]
#define      CAM_KEY_CLICK_DELAY             150

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #227 on: 07 / May / 2012, 21:07:48 »
i have an Elph 100HS, firmware version 101c, on which i'm trying the alpha-omega build.  Am saving DNG files and finding half the time the camera is saving blank white files for both JPG and DNG, and it's unpredictable when it does it so am unable to count on it saving images correctly.

major bummer.

It seems to've written out a badpixel file tho, that worked.  Getting RAW files to work with is my major reason for using CHDK, and this camera has good enough IQ it's not a waste of time.

Did discover that the camera processes the image big time at the wide end.  The DNG file shows the wide angle shots have lots of barrel distortion which aren't in the JPG files or on the LCD EVF when taking the shot.

i guess this camera doesn't have real apertures either, does it?  i see an ND filter and that's it.  My sample also has a blurry right edge at wide angles.

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #228 on: 08 / May / 2012, 04:50:14 »
What happens if you use press "video"   sleep 1000   release "video" ?
Unfortunately it does not works for video. But press/release combination works in basic scripts (for shoot_full) even with zero delay.

I'm wondering if the click keyword executes too quickly for the cameras firmware and is ignored
The strangest thing here is that "click shoot_full" works in Lua and does not works in Basic.
I tried press/release video combination with delays 1s, 2s and 4s with no success.
So current situation:
video button does not works anywhere anyhow (Lua, Basic, click, press/release)
click("shoot_full") works in Lua only
press/release ("shoot_full") works in Lua and Basic

Code: [Select]
--[[
@title Test video button 2 (Lua)
@param a Length (.1 s)
@default a 10
]]

print("Starting video")
press("video")
sleep(a*100)
release("video")

sleep(3000)

print("Stopping video")
press("video")
sleep(a*100)
release("video")

Code: [Select]
@title Test video button 2 (Basic)
@param a Delay (.1s)
@default a 10

print "Start video"
press "video"
sleep (a*100)
release "video"

sleep (3000)

print "Stop video"
press "video"
sleep (a*100)
release "video"

Re: IXUS 115 HS / ELPH 100 HS request
« Reply #229 on: 09 / May / 2012, 13:54:09 »
where can i get a newer build than tis alpha for the 115 hs  :'(

 

Related Topics


SimplePortal © 2008-2014, SimplePortal