Skip to content

Commit

Permalink
Correctly print GPIO2 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
TrinhNC authored Mar 8, 2022
1 parent 7ec43e2 commit 3ca2499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ueye_cam_nodelet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void UEyeCamNodelet::onInit() {
"Output Rate (Hz):\t" << cam_params_.output_rate << endl <<
"Pixel Clock (MHz):\t" << cam_params_.pixel_clock << endl <<
"GPIO1 Mode:\t" << cam_params_.gpio1 << endl <<
"GPIO2 Mode:\t" << cam_params_.gpio1 << endl <<
"GPIO2 Mode:\t" << cam_params_.gpio2 << endl <<
"Mirror Image Upside Down:\t" << cam_params_.flip_upd << endl <<
"Mirror Image Left Right:\t" << cam_params_.flip_lr << endl
);
Expand Down

0 comments on commit 3ca2499

Please sign in to comment.