Custom Query (38 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 38)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#1 fixed Синхронная нумерация RAW- и JPEG-файлов somebody GrAnd

Reported by GrAnd, 6 years ago.

Description

Ну надо же наконец нийти и заюзать этот счётчик номера текущего файла...

#20 fixed usb power detection on A720IS anonymous

Reported by anonymous, 5 years ago.

Description

a=get_usb_power gives "0" or "1" when used in a script in jucyphox when used on a A720IS. This is quite different from other camaras, where a=get_usb_power shows a result depending on the length USB power is available. That means scripts using get_usb_power have to be written in a different way for different cams running jucyphox unless the following code is used (that works for both): ... u=get_usb_power while u>0

v=v+1 u=get_usb_power

wend if v>12 then

v=0 goto "somewhere1"

else if v>6 then

v=0 goto "somewhere2"

else

v=0 goto "somewhere3"

endif ...

A bit annoying, because the while-wind loop could be left away.

#7 fixed test ticket summary m2tk

Reported by m2tk, 5 years ago.

Description

test ticket description

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.