ELPH 110 HS (IXUS 125 HS) Porting Thread - page 23 - DryOS Development - CHDK Forum  

ELPH 110 HS (IXUS 125 HS) Porting Thread

  • 246 Replies
  • 114658 Views
*

Offline reyalp

  • ******
  • 14079
Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #220 on: 29 / October / 2016, 17:07:03 »
Advertisements
Same for =return get_prop(require 'propcase'.VIDEO_RESOLUTION) in different video settings.
I get the same values for photos.  For videos, my camera has 3 modes, and the get_prop returns 0 for all of them. I get
0=1920x1080, 0=1280x720, 0=640x480
The VIDEO_RESOLUTION propcase returns the same value? ASPECT_RATIO is not expected reflect the video resolution.
Don't forget what the H stands for.

Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #221 on: 29 / October / 2016, 17:59:41 »
The VIDEO_RESOLUTION propcase returns the same value?
Yes, zero.

By the way, I haven't noticed this way before, because one usually doesn't shoot film in front of a pc screen, but yes, the live view in this wide screen movies is like before with landscape photography.



It works all right for standard photos and oldtimer TV sets though.

*

Offline reyalp

  • ******
  • 14079
Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #222 on: 29 / October / 2016, 19:00:00 »
The VIDEO_RESOLUTION propcase returns the same value?
Yes, zero.
Thanks, looks like I used the wrong value for PROPCASE_VIDEO_RESOLUTION in propset 5.

You can try =return get_prop(171)

I've uploaded new test builds (called ixus125_elph110hs-...-1.5.0-4714-reyalp-lv-test-2.zip) to the box folder https://app.box.com/s/rwco2rtn4otkesis5dohknkhtuq8ej8e

This should fix the issues with different aspect ratios, for both and stills and video. It should also show the live view in the correct place in stitch assist mode (though the previous shot will not be shown).
Don't forget what the H stands for.

Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #223 on: 11 / November / 2016, 18:59:57 »
First of all, I'd like to thank you all a lot for this development. The developer and those who helped. I've been reading all this thread's pages. I'm new to CHDK. My only camera is an Ixus 125 (elph 110HS) firmw 100e. I use it for video recording. I really need the 10 minutes limit to be removed. I see in the release notes that - "EXT_VIDEO_TIME not implemented", so I assume it still has the 10 minutes limit. But I see you've removed it for v100d some posts ago. Is it possible to remove it for the v100e firmware? I clearly have no money for a camcorder and I need to film more than just 10min. Thanks in advance. Leeam.


*

Offline srsa_4c

  • ******
  • 4451
Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #224 on: 11 / November / 2016, 20:18:54 »
I really need the 10 minutes limit to be removed. I see in the release notes that - "EXT_VIDEO_TIME not implemented", so I assume it still has the 10 minutes limit.
The notes are out of date, the feature should be supported.
You need to enable it in Video Parameters -> Video without time limit. AFAIK this setting is never saved, you need to enable it each time you power up the camera.

edit:
Since the camera can't record files bigger than 4GB, you may want to look at these scripts too: http://chdk.wikia.com/wiki/Continuous_Video_Scripts
« Last Edit: 11 / November / 2016, 20:21:09 by srsa_4c »

Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #225 on: 11 / November / 2016, 23:57:20 »
I really need the 10 minutes limit to be removed. I see in the release notes that - "EXT_VIDEO_TIME not implemented", so I assume it still has the 10 minutes limit.
The notes are out of date, the feature should be supported.
You need to enable it in Video Parameters -> Video without time limit. AFAIK this setting is never saved, you need to enable it each time you power up the camera.

edit:
Since the camera can't record files bigger than 4GB, you may want to look at these scripts too: http://chdk.wikia.com/wiki/Continuous_Video_Scripts

Oh, really!? Well thank you so much for making that clear and also for the link. I'll download it and try, then! I'll report back if sth isn't working correctly.

Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #226 on: 27 / November / 2016, 01:52:23 »
I've uploaded new test builds (called ixus125_elph110hs-...-1.5.0-4714-reyalp-lv-test-2.zip) to the box folder https://app.box.com/s/rwco2rtn4otkesis5dohknkhtuq8ej8e

I have downloaded this patch in October and I'm using it ever since. It works well for me. There are two bugs however, but they're really not worth mentioning, there is about 2 millimeters missing, not a big issue.


*

Offline reyalp

  • ******
  • 14079
Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #227 on: 27 / November / 2016, 02:50:41 »
I have downloaded this patch in October and I'm using it ever since. It works well for me.
Are you certain you are using the one I posted in that post (-lv-test-2, built on Oct 29), not the one I posted earlier in the thread?

You can check the output of =return get_buildinfo()

Quote
There are two bugs however, but they're really not worth mentioning, there is about 2 millimeters missing, not a big issue.
I prefer not to check in things that known to be broken, so your help is appreciated.
Don't forget what the H stands for.


Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #228 on: 27 / November / 2016, 02:59:54 »
Are you certain you are using the one I posted in that post
I'm certain. It says build_date="Oct 30 2016".

*

Offline reyalp

  • ******
  • 14079
Re: ELPH 110 HS (IXUS 125 HS) Porting Thread
« Reply #229 on: 27 / November / 2016, 04:17:28 »
It says build_date="Oct 30 2016".
Unless that's a typo, I think that isn't the right build, the ones I posted were built Oct 29 (It's just a string, so not affected by your timezone or anything like that)

Please try one from https://app.box.com/s/rwco2rtn4otkesis5dohknkhtuq8ej8e
Don't forget what the H stands for.

 

Related Topics