Custom Query (38 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 38)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#28 fixed A720: Wrong auto ISO multiplier factor mtutak@…

Reported by mtutak@…, 5 years ago.

Description

In PS A720 auto ISO values are set in 1/16 values not in 1/10 like menu says. So for ISO50 you should set 3 (not default 5), and for ISO 640 set 40 not 64 (and so on).

Good solution is to display/configure auto ISO values in pure ISO without multiplier (10 or 16).

#29 duplicate SX100 bootup bug anonymous

Reported by anonymous, 5 years ago.

Description

The SX100 has two power buttons, one to boot into play/review mode, one to boot into record mode.

With chdk it always boots into review mode, no matter which button was pressed. Pressing the button too long prevents the camera from booting at all.

Topic was discussed here: http://chdk.setepontos.com/index.php/topic,1907.0.html

ewavr's modification from the end of the thread do kinda work, though it is necessary to hold the power button for at least one second, or the cam wont boot.

#30 wontfix micro basic get_next_token can be optimized MartinBudden

Reported by MartinBudden, 5 years ago.

Description

The get_next_token function has quite a high impact on the performance of micro basic. Adam Dunkels's original micro basic had only 13 keywords, so this function could afford to be inefficient. Micro basic currently has over 130 functions and could benefit from improvements in this function.

There are two obvious improvements:

  1. pre-calculate the lengths of the keywords, rather than do it in the inner loop
  2. use a binary search rather than a linear search to find the token (this requires the keywords array to be put in lexical order).
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.