Adding new cameras, applying patches into trunk (with source code prepared) - page 160 - General Discussion and Assistance - CHDK Forum  

Adding new cameras, applying patches into trunk (with source code prepared)

  • 1685 Replies
  • 828473 Views
*

Offline srsa_4c

  • ******
  • 4451
Advertisements
Movie mode support for DIGIC 6 ports. Previous patches and notes were posted here and in the preceding posts.

I would like to commit this in, say, 1-2 weeks. In case anyone has reservations, objections or suggestions, do not hesitate to post (here or in the D6 thread linked above).

A partial explanation about changes contained in the patch is below. Platform code related (porting) notes are missing at the moment.

Global changes:
- [camera.h] a define (CAM_MOVIEREC_NEWSTYLE) was added to separate D6 related movie support code
- [camera.h] video quality defaults (defines) moved from include/conf.h to include/camera.h due to their dependency on the newly introduced CAM_MOVIEREC_NEWSTYLE define
- [conf.c] video mode/bitrate/quality conf entries are now reset when a different camera's configuration is loaded. This was done mainly because the CAM_MOVIEREC_NEWSTYLE interpretation of those entries was made different. Worth to note that quality settings have not been uniform among existing ports anyway.
- conf.video_quality is no longer used directly in CAM_MOVIEREC_NEWSTYLE platform code. New functions are introduced, similar to the existing shooting_video_bitrate_change() + change_video_tables().
- CAM_MOVIEREC_NEWSTYLE: "Video mode" (conf.video_mode) is interpreted differently. When not "Default", it can be: "CBR", "VBR HI", "VBR MID", "VBR LOW". The VBR variants differ in their middle bitrate. When recording a scene that is lacking details and movement, the middle bitrate does have some influence over the resulting bitrate. The encoder's quality factor can't be influenced currently (so the decision over raising the bitrate is in the encoder's hands).
- CAM_MOVIEREC_NEWSTYLE: The bitrate selector menu entry is always effective when "video mode" is not set to "default". In VBR modes, the bitrate selected here will be the maximum bitrate.
- CAM_MOVIEREC_NEWSTYLE: A new (localized) menu entry was added to let the user specify relative minimum bitrate (10% ... 100%, in 10% increments).
- CAM_MOVIEREC_NEWSTYLE: Bitrate adjustment during recording ("video quality control" in menu) is not possible, the UI was therefore removed.
- CAM_MOVIEREC_NEWSTYLE: Recording bitrate information comes directly from a platform callback. Reason for doing this is that D6 cameras do not update filesystem statistics during recording. The callback provides both recorded size and momentary bitrate. Unfortunately, the current firmware hook only provides fresh information once a chunk of movie data is passed to the card writer routines (that's 3 MB granularity on the sx280, painful on lower bitrates).


edit:
patch updated to v5, changes:
- Momentary bitrate calculation removed due to irregularly arriving movie chunks. Bitrate calculation will now match the pre-D6 code.
- Example (untested) sx60 changes removed.
- Ant's M3 patches integrated.

edit2:
Patch committed with some minor changes.
« Last Edit: 08 / May / 2018, 14:35:26 by srsa_4c »

attached is a patch to include sx60hs/sub/100h.  I have had no further feedback re any problems. Thread is here:
https://chdk.setepontos.com/index.php?topic=12532.new#new

*

Offline reyalp

  • ******
  • 14114
attached is a patch to include sx60hs/sub/100h.  I have had no further feedback re any problems. Thread is here:
https://chdk.setepontos.com/index.php?topic=12532.new#new
Thanks, added in trunk 5027, enabled in autobuild labeled alpha.
Don't forget what the H stands for.

*

Offline blackhole

  • *****
  • 942
  • A590IS 101b
    • Planetary astrophotography
Source code for sx610hs, firmware version 100a.


*

Offline reyalp

  • ******
  • 14114
Source code for sx610hs, firmware version 100a.
Added, trunk 5034.

Also added to http://chdk.wikia.com/wiki/Test_releases_not_available_in_autobuilds
Don't forget what the H stands for.

*

Offline blackhole

  • *****
  • 942
  • A590IS 101b
    • Planetary astrophotography
Source code for ixus170/elph170, firmware version 100a.

Original code from @srsa_4c : https://chdk.setepontos.com/index.php?topic=12471.msg123718#msg123718
Some changes in boot.c : https://chdk.setepontos.com/index.php?topic=12471.msg132041#msg132041

*

Offline srsa_4c

  • ******
  • 4451
Source code for ixus170/elph170, firmware version 100a.
Thanks, I checked it in, with autobuild disabled.

Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1597 on: 21 / August / 2018, 14:59:48 »
The JPEG dimensions for sx710hs is wrong. The attached patch fixes it.


*

Offline reyalp

  • ******
  • 14114
Re: Adding new cameras, applying patches into trunk (with source code prepared)
« Reply #1598 on: 21 / August / 2018, 16:14:21 »
The JPEG dimensions for sx710hs is wrong. The attached patch fixes it.
Oops :-[ thanks for catching that.

Added in trunk r5095.
Don't forget what the H stands for.

*

Offline blackhole

  • *****
  • 942
  • A590IS 101b
    • Planetary astrophotography

 

Related Topics


SimplePortal 2.3.6 © 2008-2014, SimplePortal