You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camera_node is a monolithic. It couples both the logic required to stream and do face tracking, and a PyQT GUI. Decouple it so that we can improve the performance of the node and be able to run it headless.