Hi @MatBee
You can't use it as a Camera node. You can however stream the frames via Xlink. The issue is that ImageAlign node uses extrinsics and intrinsics of the camera which can not be set to ImgFrame directly.
Your best bet would be to do this on host. At least until the depthai v3. I think the plan was to have ImgFrame carry the camera parameters.
Thanks,
Jaka