I got the impression that the Camera node is a "better" implementation of the ColorCamera node, however its documentation in one place says preview can be set to planar and BGR/RGB can be specified, but no such set functions are implemented? Is there any plan to update the node or should I just forget about it?
AttributeError: 'depthai.node.Camera' object has no attribute 'setInterleaved'
4 months later
This is a pretty big deal - the fact that Camera node does not work and is not internally supported should be mentioned prominently on this documentation page: https://docs.luxonis.com/projects/api/en/latest/components/nodes/camera/#camera
If Camera node is only suitable for undistortion without neural net support (ie it does not support setInterleaved()
thus making it incompatible with out of the box neural networks config) - this should be mentioned first thing. Probably the node should be deprecated and labeled as such!
Hi @AmirRubin
The node has since been updated and issues were fixed on many fronts. It's still quirky but should work fine. If you are experiencing any issues, please open a thread.
Thanks,
Jaka