Bring depthai_nodes into depthai-core
Purpose
https://github.com/luxonis/depthai-nodes/pull/230
Specification
https://github.com/luxonis/depthai-nodes/pull/230
Testing & Validation
Ensured that example works
@moratom
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.
@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".