Francesco Matarazzo
Francesco Matarazzo
Thanks for your answer! Yes, you have right. But it keeps blocking. No frame grabbed... It's strange couse if I put the code in the "run" method it does not...
This code isn't working: `from multiprocessing import Process from pylibfreenect2 import Freenect2, SyncMultiFrameListener from pylibfreenect2 import FrameType, Registration, Frame from pylibfreenect2 import createConsoleLogger, setGlobalLogger from pylibfreenect2 import LoggerLevel try: from...
There isn't any error message, it just doesn't work: it wait indefinitely on waitForNewFrame(). The strange behavior appears only when subclassing multiprocessing. I have just tried subclassing object and it's...
The code at https://gist.github.com/r9y9/c64d4500283f6c33aa150d1e89806af8 works without any problem. The problem appears subclassing `Process` from`multiprocessing`, here the complete code: https://gist.github.com/0x54/9664f12d61918d027136c403e018d1c3 When I run it, there isn't any error message and the...
Thanks for your help!!!