SD 4000 IS / IXUS 300 HS / IXY 30S porting thread - page 28 - DryOS Development - CHDK Forum supplierdeeply

SD 4000 IS / IXUS 300 HS / IXY 30S porting thread

  • 322 Replies
  • 191351 Views
Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #270 on: 10 / June / 2011, 00:04:32 »
Advertisements
Thanks for pixeldoc2000
I hope that manual focus will work in next new beta

Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #271 on: 15 / June / 2011, 07:36:12 »
Thank you for putting in the time on the 300HS port pixeldoc2000:D
I'm sure a few of us here would love to buy you a beer (or two)... You got something like that set up somewhere???:D

Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #272 on: 24 / June / 2011, 03:21:33 »

User can change video quality. Is it possible to do something with the quality of JPEG pictures?

Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #273 on: 24 / June / 2011, 04:35:05 »
Why scripts can't make shoots? (only first)

@title Time Lapse, Push Shoot to start
@param d Delay (1/10 sec)
@default d 0
@param s Delay (1 sec)
@default s 1
@param m Delay (0 min)
@default m 0
@param c Delay (5)
@default c 5

b = 100*d + 1000*s + 1000*60*m

print "Time Lapse Count"

for k=1 to c
rem   shoot
   click "shoot_full"
    print "Shot", k
   sleep b
next k

end


Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #274 on: 09 / July / 2011, 13:36:52 »
Add:
Code: [Select]
#define CAM_QUALITY_OVERRIDE 1
to platform_camera.h

and Quality Override will be available and seems to be working (makes larger jpegs, and camera shows "superfine icon" in play mode)...

*

Offline reyalp

  • ******
  • 14119
Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #275 on: 09 / July / 2011, 19:08:01 »
Add:
Code: [Select]
#define CAM_QUALITY_OVERRIDE 1
to platform_camera.h

and Quality Override will be available and seems to be working (makes larger jpegs, and camera shows "superfine icon" in play mode)...
I've added this and CAM_DRIVE_MODE_FROM_TIMER_MODE in changeset 1228
Don't forget what the H stands for.

Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #276 on: 25 / July / 2011, 02:14:21 »
Add:
Code: [Select]
#define CAM_QUALITY_OVERRIDE 1
to platform_camera.h

and Quality Override will be available and seems to be working (makes larger jpegs, and camera shows "superfine icon" in play mode)...
I've added this and CAM_DRIVE_MODE_FROM_TIMER_MODE in changeset 1228
Is there somewhere we can download a compiled version of the build with this fix? I know pixeldoc2000 referenced an Autobuild earlier, but at that time it was disabled.

Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #277 on: 02 / August / 2011, 13:50:56 »
Hey guys,
      I'm interested in seeing if I can help out with the CHDK port of this camera.  I've seen your (PixelDoc's) git-hub repository, should I use that as a starting point by forking, or should I use the SVN repository linked to from the wiki since the Ixus 300 is now in there?
Also, where should i report working changes (this thread, the SVN, or Github, someplace else??) 

Thanks


*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #278 on: 02 / August / 2011, 14:53:47 »
Is there somewhere we can download a compiled version of the build with this fix? I know pixeldoc2000 referenced an Autobuild earlier, but at that time it was disabled.
Current build is only available via CHDK-DE Autobuild.

Add:
Code: [Select]
#define CAM_QUALITY_OVERRIDE 1
to platform_camera.h

and Quality Override will be available and seems to be working (makes larger jpegs, and camera shows "superfine icon" in play mode)...
Nice!

Hey guys,
      I'm interested in seeing if I can help out with the CHDK port of this camera.  I've seen your (PixelDoc's) git-hub repository, should I use that as a starting point by forking, or should I use the SVN repository linked to from the wiki since the Ixus 300 is now in there?
Also, where should i report working changes (this thread, the SVN, or Github, someplace else??)
GIT repository is outdated! Current source is at SVN.

I would suggest to fork svn and share your work here. Me or other devs can commit them to svn.
You can also submit patches to Bugtracker (Mantis).

*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: SD 4000 IS / IXUS 300 HS / IXY 30S porting thread
« Reply #279 on: 02 / August / 2011, 15:06:08 »
Thank you for putting in the time on the 300HS port pixeldoc2000
Your welcome.

I'm sure a few of us here would love to buy you a beer (or two)... You got something like that set up somewhere???
If you want to Donate, please consider supporting Charity like Amnesty International, UNICEF or WWF. I can buy enough beer, but some people don't  ;). Thanks

User can change video quality. Is it possible to do something with the quality of JPEG pictures?
Current CHDK-DE has "superfine" JPG setting.

Add:
Code: [Select]
#define CAM_QUALITY_OVERRIDE 1
to platform_camera.h

and Quality Override will be available and seems to be working (makes larger jpegs, and camera shows "superfine icon" in play mode)...
Looks like its working:
File size with Canon fine setting: 3.107.108 Bytes
File size with CHDK super fine override: 5.058.004 Bytes
So filesize is bigger (was a surprise) with super fine quality override, has less JPG artifacts, EXIF quality is correctly set to super fine and camera shows "S" (down left icon) for superfine in playback.
« Last Edit: 02 / August / 2011, 15:51:58 by pixeldoc2000 »

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal