Skip to content

Commit

Permalink
daemon update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed Sep 21, 2022
1 parent abb4a4d commit 81f1166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Server/opencv.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def vidparse(self):
#elf.storage.debuglogger(ip=self.storage.ip, desc="NowFps: "+str(int(vc.get(1))), code=200)
#print("Nowfps: "+str(vc.get(1)))
tmp = Thread(target=self.core, args=(self.storage, img, vc.get(1),))
tmp.daemon = True
tmp.start()
threads.append(tmp)
#self.core(self.storage, img, vc.get(1))
Expand Down

0 comments on commit 81f1166

Please sign in to comment.