Answer Ctrl+D is the sequence in Linux and MacOS. For the equivalent in Windows you need to do Ctrl+Z followed by <Enter> Then you’ll need to change your code so that instead of checking for an input of “Q”, you need to wrap your input() call in a try: / except EOFERROR: block
Tag: eoferror
Why did multiprocessing giving me EOFError : Ran out of Input Error?
videoPlayerThreading is my own made library to basically making 2 class with each using threading to get and show frames. objDect is also my own library to basically return frame after object detection. I got EOFError : Ran out of Input error and from the traceback I think it is caused by the multiprocessing itself hence I don’t post my