Moscowsky Anton
Moscowsky Anton
Hi @suntaochun! Super thanks for your solution, it helps me too. Just to clarify: Need to change tensorlayers core.py file, which is (for me) `/home/user/.local/lib/python3.8/site-packages/tensorlayer/models/` 213 line: change on `if...
Thanks for response! It printed two lines before crush ``` 0 128 48 128 ``` And if I keep launching in increases in byte numbers ``` 0 10752 48 10752...
Clearing buffer doesn't help but commenting assert line almost does Now it reconnects successfully several times, until throws ``` msg = self.bus.recv(1) File "/home/anton/.local/lib/python3.8/site-packages/can/bus.py", line 94, in recv msg, already_filtered...
I also wonder that, have some ideas here **#213** From source code I figure out that image_error is reprojection error in pixel, and object is the same, but converted to...
Hi! Just tried on different OAK-D-Lite, cable and PC - no such behavior. Will try again on first one and with different cable. Hope problem is not in device itself.
@brmarkus I tried many different places, always the story like this
@brmarkus I don't know where calibration was conducted, I didn't do any (should I? where can I get instruction?) Also not sure about focus, how can I check this? Lens...
I tried to check my cameras with ``` import depthai as dai with dai.Device() as device: print(device.getConnectedCameraFeatures()) ``` Like https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/af_ff/ sais But I got next error `AttributeError: 'depthai.Device' object has...
> Mentioning this here, as it's the "central place" of this issue. A workaround is also to grind the tripod mount metal part, so the enclosure will be able to...
Faced same error, checking out to ros-release branch helps build it on Melodic