Advertisement
Guest User

Untitled

a guest
Apr 25th, 2022
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. rov@rov-desktop:~/Documents/salem/depthai$ python3 depthai_demo.py -usbs usb2
  2. Using depthai module from: /home/rov/.local/lib/python3.6/site-packages/depthai.cpython-36m-aarch64-linux-gnu.so
  3. Depthai version installed: 2.15.3.0
  4. Setting up demo...
  5. Available devices:
  6. [0] 18443010A150420E00 [X_LINK_UNBOOTED]
  7. USB Connection speed: UsbSpeed.HIGH
  8. Enabling low-bandwidth mode due to low USB speed... (speed: UsbSpeed.HIGH)
  9. [18443010A150420E00] [1266.977] [system] [critical] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 09, address: 802809CC' '0'
  10. [CRITICAL] [0:21:06.977223] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 09, address: 802809CC' '0'
  11. Traceback (most recent call last):
  12. File "depthai_demo.py", line 1081, in <module>
  13. runOpenCv()
  14. File "depthai_demo.py", line 1071, in runOpenCv
  15. demo.run_all(confManager)
  16. File "depthai_demo.py", line 129, in run_all
  17. self.run()
  18. File "depthai_demo.py", line 295, in run
  19. self._device.startPipeline(self._pm.pipeline)
  20. depthai.XLinkReadError: Couldn't read data from stream: '__rpc_main' (X_LINK_ERROR)
  21. Stopping demo...
  22. === TOTAL FPS ===
  23. Error in atexit._run_exitfuncs:
  24. Traceback (most recent call last):
  25. File "depthai_demo.py", line 359, in stop
  26. self._pv.closeQueues()
  27. File "/home/rov/Documents/salem/okd_frames/depthai/depthai_sdk/src/depthai_sdk/managers/preview_manager.py", line 100, in closeQueues
  28. for queue in self.outputQueues:
  29. AttributeError: 'PreviewManager' object has no attribute 'outputQueues'
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement