SD550 USB Remote Problem - page 5 - General Help and Assistance on using CHDK stable releases - CHDK Forum

SD550 USB Remote Problem

  • 48 Replies
  • 12633 Views
Re: SD550 USB Remote Problem
« Reply #40 on: 28 / December / 2012, 18:18:58 »
Advertisements
@waterwingz: Just did a test with the 1.0 version that you posted. Looks like it works to me. it was reporting information in the misc info and in the test scripts I was using.

Re: SD550 USB Remote Problem
« Reply #41 on: 28 / December / 2012, 18:37:03 »
@waterwingz: Just did a test with the 1.0 version that you posted. Looks like it works to me. it was reporting information in the misc info and in the test scripts I was using.
Okay .. updated the latest trunk based on that.

https://www.box.com/s/16md0na6prysthh36kou

If this does not work,  I'll add a bunch of debug print statements to dump stuff to the LCD screen (no scripts required) and we can debug from there.

Ported :   A1200    SD940   G10    Powershot N    G16

Re: SD550 USB Remote Problem
« Reply #42 on: 29 / December / 2012, 22:34:08 »
@waterwingz - Just tried the new version. The SD card shows as locked when I use the new version. I see the CHDK splash screen and I'm able to access the alt menu. However, The card shows as locked as if I had put it in locked without CHDK.

Also, I'm not able to access the new remote features. I looked under Miscellaneous Stuff and the option is not there at the bottom or anywhere else in the menus as far as I can tell.

I did try the misc values output. It turned to 1 from 0 when hooked up to my 5V switch. So it appears to be reading the values correctly now. Tried a couple of the other test scripts and they worked as well.

Re: SD550 USB Remote Problem
« Reply #43 on: 29 / December / 2012, 23:17:04 »
The SD card shows as locked when I use the new version. I see the CHDK splash screen and I'm able to access the alt menu. However, The card shows as locked as if I had put it in locked without CHDK.
I'll look at that - I have some ideas of things that can be tried.

Quote
Also, I'm not able to access the new remote features. I looked under Miscellaneous Stuff and the option is not there at the bottom or anywhere else in the menus as far as I can tell.
From the main menu, its under CHDK Settings as the 6th item on that menu. The menu item says Remote Parameters.

Quote
I did try the misc values output. It turned to 1 from 0 when hooked up to my 5V switch. So it appears to be reading the values correctly now. Tried a couple of the other test scripts and they worked as well.
Excellent !
« Last Edit: 29 / December / 2012, 23:34:37 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16


Re: SD550 USB Remote Problem
« Reply #44 on: 29 / December / 2012, 23:29:33 »
The SD card shows as locked when I use the new version..
Found the problem.  The ixus750_sd550 is the only Canon P&S camera I have seen where the SD card lock input bit is in a different input register than the USB power input bit.   Strange.

Here's a build that takes that into account :  https://www.box.com/s/16md0na6prysthh36kou

If it works as expected,  I'll post a patch for the autobuild.

Ported :   A1200    SD940   G10    Powershot N    G16

Re: SD550 USB Remote Problem
« Reply #45 on: 29 / December / 2012, 23:37:51 »
I'll give it a go quickly.

Re: SD550 USB Remote Problem
« Reply #46 on: 29 / December / 2012, 23:42:46 »
Success! Camera is firing from my remote. Next stop Arduino controller :) Thanks you guys for all the prompt help! I love CHDK.

Re: SD550 USB Remote Problem
« Reply #47 on: 29 / December / 2012, 23:45:44 »
Additional Confirmation:
I wrote a new little script that would test out all of the variations of the usb power function. Once I enabled the remote all of them reported values. Here's the script I used for reference:

@title USB Test V10

i = 1

do
   sleep 200

   a = get_usb_power
   b = get_usb_power 1
   c = get_usb_power 2
   d = get_usb_power 3

   print i, ":", a, ":", b, ":", c, ":", d


   i = i + 1
until (0)


Re: SD550 USB Remote Problem
« Reply #48 on: 29 / December / 2012, 23:53:00 »
One down,  four to go.
Success! Camera is firing from my remote.
Two down, three to go.   (sd450 / sd600 / s2is ).

Update :  apparently srsa_4c fixed the s2is.   Two to go.
« Last Edit: 05 / March / 2013, 20:40:15 by waterwingz »
Ported :   A1200    SD940   G10    Powershot N    G16

 

Related Topics