Skip to content

Commit

Permalink
Update gstlibcamerasrc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 16, 2024
1 parent caa6ed1 commit d693b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gstreamer/gstlibcamerasrc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct _GstLibcameraImageParams {
int awb_index=0;
int denoise_index=0;
int shutter_microseconds=0;
int metering_index=0;
gint metering_index=0;
};

// Don't understand gstreamer and (default) initialization, quick workaround
Expand Down

0 comments on commit d693b4d

Please sign in to comment.