Custom Query (38 matches)
Results (37 - 38 of 38)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #20 | fixed | usb power detection on A720IS | anonymous | |
| 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
wend if v>12 then
else if v>6 then
else
endif ... A bit annoying, because the while-wind loop could be left away. |
|||
| #1 | fixed | Синхронная нумерация RAW- и JPEG-файлов | somebody | GrAnd |
| Description |
Ну надо же наконец нийти и заюзать этот счётчик номера текущего файла... |
|||