luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

[BUG] UVC.hpp not included in nodes.hpp #964

Closed tk4218 closed 9 months ago

tk4218 commented 9 months ago

UVC support was added in release v2.22.0, but it looks like UVC.hpp was never put into nodes.hpp, which makes the UVC node inaccessible when building the pipeline.

Please add UVC.hpp to nodes.hpp (include/depthai/pipeline/nodes.hpp)

moratom commented 9 months ago

Added in develop - thanks @asahtik!