IXUS 285 ( IXUS285 ) - page 2 - DryOS Development - CHDK Forum

IXUS 285 ( IXUS285 )

  • 50 Replies
  • 18249 Views
*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #10 on: 29 / November / 2018, 15:55:35 »
Advertisements
ExecuteScript("set_av96(" & mAVval & ") sleep(100) set_user_av96(" & mAVval & ") press 'shoot_half'")
setting Aperture has no effect


The camera has no iris, it has only ND filter.
Source code:

Re: IXUS 285 ( IXUS285 )
« Reply #11 on: 30 / November / 2018, 02:52:17 »
ExecuteScript("set_av96(" & mAVval & ") sleep(100) set_user_av96(" & mAVval & ") press 'shoot_half'")
setting Aperture has no effect


The camera has no iris, it has only ND filter.
Source code:

Ok ... i see

so every thing seems ok with this port, right?
 :)

Re: IXUS 285 ( IXUS285 )
« Reply #12 on: 05 / December / 2018, 01:59:40 »
ExecuteScript("set_av96(" & mAVval & ") sleep(100) set_user_av96(" & mAVval & ") press 'shoot_half'")
setting Aperture has no effect


The camera has no iris, it has only ND filter.
Source code:

just a note, a reminder .... was this added to the source

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #13 on: 05 / December / 2018, 03:09:30 »
ExecuteScript("set_av96(" & mAVval & ") sleep(100) set_user_av96(" & mAVval & ") press 'shoot_half'")
setting Aperture has no effect


The camera has no iris, it has only ND filter.
Source code:

just a note, a reminder .... was this added to the source
Not yet,I'm busy these days.

Sent from my GT-I9301I using Tapatalk



Re: IXUS 285 ( IXUS285 )
« Reply #14 on: 05 / December / 2018, 10:53:17 »
ExecuteScript("set_av96(" & mAVval & ") sleep(100) set_user_av96(" & mAVval & ") press 'shoot_half'")
setting Aperture has no effect


The camera has no iris, it has only ND filter.
Source code:

just a note, a reminder .... was this added to the source
Not yet,I'm busy these days.

Sent from my GT-I9301I using Tapatalk

no rush

being busy is good  :)

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #15 on: 09 / December / 2018, 02:50:00 »
just a note, a reminder .... was this added to the source
If you do not have any objection on the functioning of this port, I will make a patch today to add the source code to the trunk.

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #16 on: 09 / December / 2018, 16:55:06 »
The forum does not accept attachments, so the patch is placed on this link:
https://drive.google.com/open?id=1x_OJ08hWY7uLXSu7cQ45P6jOm0jp0XmP

Re: IXUS 285 ( IXUS285 )
« Reply #17 on: 10 / December / 2018, 02:31:27 »
just a note, a reminder .... was this added to the source
If you do not have any objection on the functioning of this port, I will make a patch today to add the source code to the trunk.

the port seems fine, in fact behaves very well. it is definitely worth adding to the source

thank you, you have ported two of the currently available cameras ( sx430 and ixus285 ) .... that is something that has been missing from CHDK for a long time
 :)
« Last Edit: 10 / December / 2018, 12:01:23 by ntstatic »


*

Offline reyalp

  • ******
  • 14082
Re: IXUS 285 ( IXUS285 )
« Reply #18 on: 18 / December / 2018, 02:16:19 »
The forum does not accept attachments, so the patch is placed on this link:
https://drive.google.com/open?id=1x_OJ08hWY7uLXSu7cQ45P6jOm0jp0XmP
Thanks for posting this, added in trunk 5142. The forum should be accepting patch files again.

I haven't looked at the code closely, but a few comments / things @nstatic could check

NUM_FL detected by the sig_finder is 551, which seems like a lot, especially for a camera that isn't a super-zoom. You can check:
1) The focal length display in misc values looks reasonable at min, max and some in between zoom levels (use FL or EFL).
2) If you manually zoom to max, is the get_zoom() value something like 550 or 551?

CAM_IS_VID_REC_WORKS is not defined. This should only need movie_status (which is found by the sig finder) not a full movie task implementation, so it should be tested. You can use vidtest.lua in the TEST directory.

Are the CAM_SD_OVER_IN_* defines tested?

The code to detect playback / power button long press startup in boot.c (top of sub_FF0203C4_my) as a TODO on it. The expected behavior is
* short press of play or power button starts in play
* longer press of power starts in rec
If the camera starts in rec from a short press of play, this should be fixed.

Some modemap entries detected by the sigfinder are in the CHDK list. Sometimes these are accessed from a the menu, or different options in a scene mode.
Don't forget what the H stands for.

*

Offline blackhole

  • *****
  • 940
  • A590IS 101b
    • Planetary astrophotography
Re: IXUS 285 ( IXUS285 )
« Reply #19 on: 24 / December / 2018, 02:13:35 »
Thanks for posting this, added in trunk 5142. The forum should be accepting patch files again.
Thanks!
Sorry about the late reply, I was away from home.
Quote
Are the CAM_SD_OVER_IN_* defines tested?
It seems right, given the mf_ixus285_elph360hs.csv attached a few posts ago.
Quote
The code to detect playback / power button long press startup in boot.c (top of sub_FF0203C4_my) as a TODO on it. The expected behavior is
* short press of play or power button starts in play
* longer press of power starts in rec
If the camera starts in rec from a short press of play, this should be fixed.
This should definitely check,maybe the camera starts with screen for wifi settings, if the camera can be turned on with wifi button.

 

Related Topics