Canon S3IS Force HD - General Chat - CHDK Forum

Canon S3IS Force HD

  • 19 Replies
  • 4434 Views
Canon S3IS Force HD
« on: 19 / June / 2022, 12:32:24 »
Advertisements
It's 2022. There has got to be way to finally force Cameras to either record lower resolutions than what they usually record videos at, or maybe even make them record higher quality videos than what they come with. Why is no one trying to do this? It's 2022 now... There's a lot of improvements going on with photos, but barely anyone wants to even try touching the code for video generation in these cameras... Why???

*

Offline Caefix

  • *****
  • 948
  • Sorry, busy deleting test shots...
Re: Canon S3IS Force HD
« Reply #1 on: 20 / June / 2022, 11:50:57 »
Even the following S5 IS with 8.0 MegaPixel is VGA only.  :(

It's 2022 now...  :haha
At least that is adjustable...  :)
All lifetime is a loan from eternity.

*

Offline Mlapse

  • *****
  • 584
  • S95 S110
Re: Canon S3IS Force HD
« Reply #2 on: 22 / June / 2022, 03:15:44 »
Consider what you are wondering about.

It's 2022 now. There is got to be a way to finally force that A-Ford to become an EV with ABS, airbags and powered windows.
Why is no one trying this? :)

I might write software that tells you that A-Ford lists those capabilities.

But the way it has to be done in real life.....by replacing almost the entire car with something from 2022 is harder.
And would it still be an A-Ford or something that just looks like it?
So if you are willing to gut your S3IS and refurbish it with modern stuff it can be done ;)

Software can only work with the available hardware. If that hardware is not capable of performing the task, no amount of software can force it.
« Last Edit: 22 / June / 2022, 03:32:58 by Mlapse »
frustration is a key ingredient in progress

Re: Canon S3IS Force HD
« Reply #3 on: 22 / June / 2022, 03:39:38 »
Consider what you are wondering about.

It's 2022 now. There is got to be a way to finally force that A-Ford to become an EV with ABS, airbags and powered windows.
Why is no one trying this? :)

I might write software that tells you that A-Ford lists those capabilities.

But the way it has to be done in real life.....by replacing almost the entire car with something from 2022 is harder.
And would it still be an A-Ford or something that just looks like it?
So if you are willing to gut your S3IS and refurbish it with modern stuff it can be done ;)

Software can only work with the available hardware. If that hardware is not capable of performing the task, no amount of software can force it.

But are we sure it's impossible? Maybe we can push it beyond its limits...
The SX40HS could never zoom in while recording Slow Motion Video before. However, after a new script was written, it actually opened up this capability, that shouldn't have been possible at all.
Who is to say that overriding the resolution isn't possible? Maybe even for 15 seconds of HD video before the RAM is filled?

*

Offline Mlapse

  • *****
  • 584
  • S95 S110
Re: Canon S3IS Force HD
« Reply #4 on: 22 / June / 2022, 05:00:02 »
the same hardware, but a 6 fold data stream?
maybe by upping voltage to the processor to clock it higher and with liquid nitrogen to make it survive that? :)
frustration is a key ingredient in progress

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Canon S3IS Force HD
« Reply #5 on: 22 / June / 2022, 06:56:31 »
But are we sure it's impossible?


Yes


Quote

Maybe we can push it beyond its limits...


No one is stopping you from doing it yourself.

After you've spent a few years learning how the technology actually works, and reverse engineering the Canon code come back and tell us how you got on.

CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

Re: Canon S3IS Force HD
« Reply #6 on: 22 / June / 2022, 10:30:16 »
the same hardware, but a 6 fold data stream?
maybe by upping voltage to the processor to clock it higher and with liquid nitrogen to make it survive that? :)

Are we sure it's necessary to overclock the processor and all that stuff? I managed to make the Canon SX40HS zoom in while recording slow motion. A feature that was supposed to be impossible... Apparently, it shouldn't even work, since the processor at this point is focused solely on the Slow Motion recording, and shouldn't have enough power to initialize a zoom in... And yet, it somehow works...
https://chdk.setepontos.com/index.php?topic=14518.0

*

Offline Caefix

  • *****
  • 948
  • Sorry, busy deleting test shots...
Re: Canon S3IS Force HD
« Reply #7 on: 22 / June / 2022, 10:40:52 »
Whereever is need to build house around o: within cam, forum has parts for solution  :D

Set Date to 2037, might detect yet hidden future updates ... :lol
All lifetime is a loan from eternity.

*

Offline reyalp

  • ******
  • 14125
Re: Canon S3IS Force HD
« Reply #8 on: 22 / June / 2022, 18:37:19 »
A feature that was supposed to be impossible... Apparently, it shouldn't even work, since the processor at this point is focused solely on the Slow Motion recording, and shouldn't have enough power to initialize a zoom in... And yet, it somehow works...
Who said that was "supposed to be impossible" ? Moving zoom while recording (whether slo mo or not) is not remotely in the same category has recording HD on a system that was never designed to record HD. Zoom is telling an actuator to move, which requires negligible CPU cycles. Recording HD requires vastly more CPU, memory, and IO bandwidth, which are fundamentally defined by the hardware.
Canon would have been very foolish indeed to spec a camera with enough power to record HD in 2006, and then not sell it with HD capability.

Quote
but barely anyone wants to even try touching the code for video generation in these cameras... Why???
Those of us who work on this stuff generally work on what interests us, or what we feel is necessary to support the project.

Anyway, as Phil suggested, you're welcome to download the source, fire up ghidra and try your hand at reverse engineering. You may find that substantial time and effort are required to learn the necessary skills, and that once you have them, the work itself also requires substantial time and effort.
Don't forget what the H stands for.

*

Offline philmoz

  • *****
  • 3450
    • Photos
Re: Canon S3IS Force HD
« Reply #9 on: 22 / June / 2022, 19:04:28 »
I managed to make the Canon SX40HS zoom in while recording slow motion. A feature that was supposed to be impossible... Apparently, it shouldn't even work, since the processor at this point is focused solely on the Slow Motion recording, and shouldn't have enough power to initialize a zoom in... And yet, it somehow works...
https://chdk.setepontos.com/index.php?topic=14518.0


Congratulations - you found a script written in 2015 that enables a trivial and pointless feature on the SX40.


No one ever said this was impossible.


The camera is unable to adjust focus or exposure when recording slow motion video - zooming in changes both the focus distance and aperture so without the ability to adjust focus or exposure your slow motion video will go out of focus or get brighter or darker depending on which way you zoom.


If Canon had allowed zooming during slow motion video then customers and reviewers would have complained about the focus and exposure problems in the resulting video - so Canon chose to disable the zoom feature.

CHDK ports:
  sx30is (1.00c, 1.00h, 1.00l, 1.00n & 1.00p)
  g12 (1.00c, 1.00e, 1.00f & 1.00g)
  sx130is (1.01d & 1.01f)
  ixus310hs (1.00a & 1.01a)
  sx40hs (1.00d, 1.00g & 1.00i)
  g1x (1.00e, 1.00f & 1.00g)
  g5x (1.00c, 1.01a, 1.01b)
  g7x2 (1.01a, 1.01b, 1.10b)

 

Related Topics


SimplePortal © 2008-2014, SimplePortal