can you try canon mode 32774 ? Maybe this is also long shutter mode (I had it as MYCOLORS on some other cameras, but that's already on a different mode for this one)
Mode Number Mode Status Notes 2597VideoNormal Mode2598Video: Color AccentHidden - WorkingUses setting from Scene: Color Accent2599Video: Color SwapHidden - WorkingUses setting from Scene: Color Swap2600Video: ?Hidden - Unknown2601Video: ?Hidden - Unknown2602Video: ?Hidden - Unknown2603Video: ?Hidden - Unknown2604Video: ?Hidden - Unknown16398Scene: Night SceneNormal16401Scene: IndoorNormal16402Scene: SunsetNormal16403Scene: FoliageNormal16404Scene: SnowNormal16405Scene: BeachNormal16406Scene: FireworksNormal16408Scene: AquariumNormal16413Scene: ISO3200Normal16414ISO6400Hidden - Nonfunctional16923Scene: Color AccentNormal16924Scene: Color SwapNormal32768AutoNormal32769MNormal32770AvNormal32771TvNormal32772PNormal32773MacroHidden - WorkingSame as using normal macro focus32774Long ShutterHidden - NonfunctionalShows shutter >1s, uses shutter from Tv/M32779Night SnapshotNormal32780LandscapeNormal32781PortraitNormal32784Kids&PetsHidden - Unknown32791UnderwaterHidden - Unknown32793Fast ShutterHidden - Working32794Slow ShutterHidden - Working33287SportsNormal33288Digital MacroHidden - WorkingDigital zoom must be enabled33289Super MacroHidden - WorkingCan also use digital zoom33290Stitch assistNormal33295Creative Light EffectHidden - Nonfunctional33311EasyHidden - Unknown33312Quick ShotHidden - Unknown8225CustomNormal
Here is something a little interesting (but maybe not of much use) that I'm not sure if it's been noticed. This is on the SX10 and possibly others with a dedicated video record button.Whatever mode the camera is set to, when video record is started, the mode numbers in propcase 49 & 50 increase by 1024 (0x400 HEX):e.g.:Video: 2597 -> 3621Sports: 33287 -> 34311etc.
Going the other way, setting the modenumber +1024, the camera basically switches to that mode (without the mode icon though). Also, the exif mode comes up as MovieSnap.
Maybe not of a lot of use though. I tried initiating a script while video record was on, but it ends the video record and takes a picture in the mode that the actual dial is set to.
One thing I can't find, is how do I initiate video record with a script on the sx10? It has a dedicated video record button, so using "shoot()" or the others actually takes a photo, it doesn't start video record and I don't seem to see a script actio to start video, am I missing something?
@barberofcivil, it didn't combine Manual/Digital, set_capture_mode_canon(37) just used to set the A590IS to macro mode with the old modemap. set_capture_mode_canon (33288) does the same thing.
Hmm, if you take a still while shooting video, is that what is in the exif ? (and does the propcase change)
KEY_VIDEO is in the keyboard map, so I assume you can send that from script. If not, you can presumably use post_levent_to_ui("PressMovieButton")post_levent_to_ui("UnpressMovieButton")
Video color accent/swap: are thse not available normally on the sx10 ?
Quote from: barberofcivil on 07 / December / 2009, 19:31:35Whatever mode the camera is set to, when video record is started, the mode numbers in propcase 49 & 50 increase by 1024 (0x400 HEX)If anyone can confirm that the other cameras with movie button/shortcut (esp the older ones ) behave the same way, that would be helpful.
Whatever mode the camera is set to, when video record is started, the mode numbers in propcase 49 & 50 increase by 1024 (0x400 HEX)
re S3is extra modes (8218 and 4215)I know one of the above has been associated with the C (custom) mode could the other be associated with the fitting of a converter lens ?
print "Striped fish with bubbles icon"set_capture_mode_canon(32791)print "Unknown gray box icon/ Like MODE_EASY uses macro"set_capture_mode_canon(33288)
regarding propcase 50, can you describe how it behaves with other modes ?Thanks again for your testing.
Can you check these canon modes on a46032774 (maybe mycolors on ixus60/ixus65)
33290 (stitch on many, according to canon specs, a460 doesn't have stitch)I'd be particularly interested to know if stitch actually works on this camera.