Skip to content

Commit

Permalink
Add attributes to sensor info (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
manke-cubert authored Sep 3, 2024
1 parent cf5ffda commit e774a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuvis_measurement.m
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@
contentdata.readout_time = cuvis_helper_mktime(sinfo.readout_time);
contentdata.width = sinfo.width;
contentdata.height = sinfo.height;
contentdata.pixel_format = sinfo.pixel_format
contentdata.binning = sinfo.binning
otherwise
contentdata.key=key;
contentdata.type='unkown';
Expand Down

0 comments on commit e774a56

Please sign in to comment.