Updating "viewer_mps": fix "no_rectify_image" Aria Gen 1 bug and add flags for Rerun web ports #300
      
        
          +7
        
        
          −9
        
        
          
        
      
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Two changes to the
viewer_mpsfunction.1) Fixing Issue #299
With version 2.0.0, when I run
viewer_mpsfor an Aria Gen 1 recording with--no_rectify_image, I get:However,
--no_rotate_image_uprightis no longer supported in 2.0.0:2) Add flags for Rerun web ports
There is currently no option to modify the web and WebSocket ports that Rerun is served on in
--webmode when usingviewer_mps. The ability to set ports is useful to view multiple recordings simultaneously, or if the default ports are already used. By default--web_portand--ws_portare 0, which dynamically allocates an available port.I have also updated the website documentation.