Skip to content

Commit

Permalink
Revert an accidentally reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Aug 22, 2024
1 parent 74ed7c6 commit 631e6ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DeviceAdapters/TUCam/MMTUCam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2859,8 +2859,7 @@ int CMMTUCam::InsertImage()

// Important: metadata about the image are generated here:
Metadata md;
md.put("Camera", label);
///md.put(MM::g_Keyword_Metadata_StartTime, CDeviceUtils::ConvertToString(sequenceStartTime_.getMsec()));
md.put(MM::g_Keyword_Metadata_CameraLabel, label);
md.put(MM::g_Keyword_Elapsed_Time_ms, CDeviceUtils::ConvertToString((timeStamp - sequenceStartTime_).getMsec()));
md.put(MM::g_Keyword_Metadata_ROI_X, CDeviceUtils::ConvertToString( (long) roiX_));
md.put(MM::g_Keyword_Metadata_ROI_Y, CDeviceUtils::ConvertToString( (long) roiY_));
Expand Down

0 comments on commit 631e6ea

Please sign in to comment.