google-coral / examples-camera

Small code snippets that show how to stream camera images to a Coral device.
Apache License 2.0
357 stars 115 forks source link

edgetpu_detect_server -- run without active clients #105

Open huntrontrakkr opened 1 year ago

huntrontrakkr commented 1 year ago

Description

HI, I'm currently trying bootstrap off of the edgetpu_detect_server and use the --print output (or another stream) along with the sever to provide a viewport for validation/monitoring during a process. I would like inference to run continuously. Right now the plans are to try and parse the print outputs as detection info so that I might use it to trigger actions programmatically.

I may end up rewriting the server to do this but thought I'd check first to see the path to least resistance to achieve this.

Click to expand! ### Issue Type Support ### Operating System Mendel Linux ### Coral Device Dev Board ### Other Devices _No response_ ### Programming Language Python 3.9, Other ### Relevant Log Output _No response_