depthai-core icon indicating copy to clipboard operation
depthai-core copied to clipboard

Bring depthai_nodes into depthai-core

Open thehiddenwaffle opened this issue 4 months ago • 3 comments

Purpose

https://github.com/luxonis/depthai-nodes/pull/230

Specification

https://github.com/luxonis/depthai-nodes/pull/230

Testing & Validation

Ensured that example works

thehiddenwaffle avatar Aug 07 '25 17:08 thehiddenwaffle

@moratom

thehiddenwaffle avatar Aug 07 '25 17:08 thehiddenwaffle

Do you maybe have an example handy you could include?

My application is pretty nuanced but I can definitely create a quick example. Would it be better to include a more "useful" pipeline like cam->manip->NN->HostParser or something more concise and minimal like exampleImg->XLinkIn->NN->HostParser? Either way is fine with me.

thehiddenwaffle avatar Aug 11 '25 13:08 thehiddenwaffle

@moratom Ended up just making Cam->ParsedNN->Out to show that the tensor functions work. If the cam happens to be pointing at a human it might be "useful".

thehiddenwaffle avatar Aug 15 '25 15:08 thehiddenwaffle