Change burst length depending on gain
The burst_length is now calculated before taking the first picture by increasing the number of frames when the sensor gain is raised.
This commit is contained in:
@@ -65,7 +65,7 @@ static char last_path[260] = "";
|
||||
|
||||
static MPZBarScanResult *zbar_result = NULL;
|
||||
|
||||
static int burst_length = 3;
|
||||
static int burst_length = 0;
|
||||
|
||||
// Widgets
|
||||
GtkWidget *preview;
|
||||
|
Reference in New Issue
Block a user