#[test]fntest_new_api_concept(){// TODO: Create mock so we can test node creation and linking without hardware.
/*
let pipeline = Pipeline::new().build()?;
let cam = pipeline.create_with::<CameraNode, _>(CameraBoardSocket::CamA)?;
let stereo = pipeline.create::<StereoDepthNode>()?;
cam.video()?.link(&stereo.left()?)?;
*/}