The documentation for Sync node (https://docs.luxonis.com/projects/api/en/latest/components/nodes/sync_node/) contains code example that is actually creating MessageDemux node (sync = pipeline.create(dai.node.MessageDemux)
). Is this correct?
Also why is MessageDemux node listed under just "Demux"? (in https://docs.luxonis.com/projects/api/en/latest/components/nodes/ the list on the left just contains Demux item and not MessageDemux item, which makes it a bit difficult to find).
Thanks.