Skip to content

OpenSight Post-Kickoff Update - Now with H.264, Contour Filtering, and more!

Compare
Choose a tag to compare
@132ikl 132ikl released this 12 Jan 18:49
· 100 commits to master since this release
1b1c993

OpenSight

  • Contour Filtering: You can filter contours by…

    • Area
    • Rectangular area (both bounding and minimum area)
    • Speckle removal (filters out contours that are much smaller than the largest contour)
    • Aspect ratio
    • Orientation
    • Angle
    • Top-most, Bottom-most, Left-most, Right-most, Most central, largest, and smallest contours (e.g. only pass the 2 biggest contours)
  • Color sampling and detection:

    • ColorSampler: New function that provides provides the color of a given pixel in an image
    • ColorDetector: New function that returns which of four colors a given color is closest to by hue. Useful for the CONTROL PANEL when coupled with the ColorSampler.
  • You can now choose between DHCP and static IP in the settings tab.

  • H.264 Video Streaming via rusty-engine

    • Brand-new rusty-engine RTSP server with support for Video4Linux2, Raspberry Pi Camera Module, and shared memory socket input.
    • upgraded-engineer Python package to easily write frames from an OpenCV Python application to rusty-engine.