Erol444

Results 233 comments of Erol444

Hello @auphofBSF , I tried checking out on **b43e6e0d64da0720db81f7787afa2d3b535b1071** (depthai-experiments repo) and **installing requirements** and it works as on the video Brandon posted. Could you try it out? Thanks, Erik

Sorry about these inaccuracies, I am currently fixing them. @piponazo 1) Python required version is >=3.6. 2) it should be `import depthai as dai` @MihailV1989 3) We are using blobconverter...

PR here: https://github.com/luxonis/depthai-python/pull/449

@MihailV1989 you are right, thanks for noticing!

Cross-posting same question [from discuss](https://discuss.luxonis.com/d/643-how-to-measure-real-life-measurement-the-dimensions-of-an-object).

Hi @f-alemauro , Could you also try a solution [described here](https://discuss.luxonis.com/d/308-can-two-oak-ds-be-used-on-one-raspberry-pi4/4)?

Hello, sorry for the delay. We have recently refactored whole ImageManip, could you try with the new version as well? `python3 -mpip install depthai==2.13.2.0.dev0+87552f67f0820a6eef058550af2c27724795fefe --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/` If that doesn't work,...

Hello @f-alemauro, I have just tried your script with depthai==2.13.3.0 and I think it works (not sure what it should do). Even after 2 min doesn't seem to freeze as...

@madgrizzle Found this discussion on Discord [here](https://discord.com/channels/790680891252932659/933355126498951168/933540009754107955).

Hello @fred107 , Great question! We are working on supporting FP16 depth output (option on StereoDepth node), but in the meanwhile you can read how you can "import" INT16 depth...