pipeless-ai / pipeless

An open-source computer vision framework to build and deploy apps in minutes
https://pipeless.ai
Apache License 2.0
689 stars 31 forks source link

[BUG]: Crash when closing screen output #67

Closed miguelaeh closed 7 months ago

miguelaeh commented 8 months ago

Describe the bug When providing screen as output URI to directly visualize the output, if you close the video screen Pipeless crashes.

To Reproduce

  1. Start Pipeless
  2. Provide a stream with --output-uri screen
  3. Close the video window before the stream ends.

Expected behavior It should continue running without crashing and simply ignore the output video

miguelaeh commented 7 months ago

Fixed in the linked PR