Skip to content

Commit

Permalink
Fix quality mode index
Browse files Browse the repository at this point in the history
  • Loading branch information
colinleroy committed Nov 18, 2023
1 parent 9ed9ad5 commit dfb3d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion camlibs/quicktake1x0/quicktake1x0.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ camera_get_info (Camera *camera)
#define BATTERY_IDX 0x02
#define NUM_PICS_IDX 0x04
#define LEFT_PICS_IDX 0x06
#define QUALITY_IDX 0x07
#define MONTH_IDX 0x10
#define DAY_IDX 0x11
#define YEAR_IDX 0x12
#define HOUR_IDX 0x13
#define MIN_IDX 0x14
#define SEC_IDX 0x15
#define FLASH_IDX 0x16
#define QUALITY_IDX 0x1B
#define NAME_IDX 0x2F

/* Ping it */
Expand Down
4 changes: 2 additions & 2 deletions camlibs/quicktake1x0/quicktake1x0.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ typedef enum {
} Quicktake1x0Model;

typedef enum {
QUALITY_STANDARD = 1,
QUALITY_HIGH
QUALITY_HIGH = 0x10,
QUALITY_STANDARD = 0x20
} QuickTake1x0Quality;

typedef enum {
Expand Down

0 comments on commit dfb3d6e

Please sign in to comment.