Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.2.2
    9f5be0dd · Release version 0.2.2 ·
    Release version 0.2.2
    
    camshark: Improve ScalerCrop/rectangle handling.
  • v0.2.1
    57d81f8b · Release version 0.2.1 ·
    Release version 0.2.1
    
    camshark: Fix for sensors with R8 raw format.
    camshark: Add zoom slider to ScalerCrop.
    camshark: Cleanup.
    camshark: Make the dw100 scale and rotation controls sliders.
    camshark: Improve sliders linspace.
    camshark: Fix "configuration adjusted" log message.
  • v0.2.0
    b086c536 · Release version 0.2.0 ·
    Release version 0.2.0
    
    Cut a new release with the latest features.
    Most important features:
    - Add graphview to visualize metadata over time
    - Fix support for controls from draft namespace
    - Added orientation support
    - Added Sensor configuration support
    
    Full changelog:
    Format files using autopep8
    Add pre-commit hook
    camshark: Add histogram view
    camshark: Add apply-style script
    camshark: Sort imports correctly
    camshark: Add graph view
    camshark: graphview: Allow metadata to be non-continuous
    camshark: graphview: Calculate auto range based on the visible parts
    camshark: graphview: Increase metadata storage to 2000 frames
    camshark: graphview: Improve auto range function
    camshark: server: Fix format listing
    camshark: server: Print backtrace on expection
    camsharK: Move type casts to the host
    camshark: server: Small cleanup
    camshark: server: Change dataclass import
    camshark: server: Add SensorConfig type
    camshark: server: Add utility function to convert dicts to dataclasses
    camshark: Add optional SensorConfig to the StreamConfigurationWidget
    camshark: server: Add handling of sensor configuration
    camshark: Implement sensor configuration
    camshark: Fix typo in stream configuration widget
    camshark: Keep sensor config settings
    camshark: Remove display of current value for Rectangles
    camshark: Erase controls and properties list before updating
    camshark: Fix enum name handling for controls in draft namespace
    camshark: Add support for editing controls of type Point
    camshark: Add support for orientation in camera config
    camshark: Add orientation to StreamConfiguration widget
    
    Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
  • v0.1.0
    3aca61fb · Release version 0.1.0 ·
    Release version 0.1.0
    
    camshark: Remove duplicate line and use image from button click
    camshark: Add icons to action buttons
    camshark: Move save image button to toolbar
    camshark: Don't force window to be on top by default
    camshark: Remove unnecessary import
    camshark: Fix issue with int sliders
    camshark: Small fixes for array controls
    camshark: Remove dead code
    camshark: Fix saving images for camera 2
    camshark: Gracefully handle message decoding failures
    camshark: Ensure all messages get pickled with the same module name
    camshark: Add mappings for Point,Size and Rectangle
    camshark: Implement Rectangle controls
    camshark: Move server code into own directory
    camshark: Fix module 'importlib' has no attribute 'machinery'
    camshark: Sort parameters alphabetically
    camshark: Add FrameDurationLimits as array control
    camshark: Add mean value in RGB inspector
    camshark: Silence output of server upload
    camhsark: Automatically kill stale camshark_servers before starting
    camshark: Rework server classes
    camshark: Clean up info parameter code
    camshark: Add 'Size' and 'Format' info parameters
    camshark: server: Move enumeration into Camera class
    camshark: Replace namedtuple by dataclass
    camshark: Refactor stream configuration
    camshark: Fix Rectangle and Point conversion
    camshark: server: Move utility functions out of Camera class
    camshark: server: Add camera list function
    camshark: Move role sanitization to host side
    camshark: Add stream configuration widget
    camshark: Add start/stop functions to ImageProcessor
    camshark: Delete images when closing the camera
    camshark: Fix case where Raw role wasn't applied
    
    Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>