Hello NSA , sorry about the issue, the FAQ is a bit outdated and will get fixed asap. To store encoded streams in depthai_demo, you can use:
-enc ENCODE [ENCODE ...], --encode ENCODE [ENCODE ...]
Define which cameras to encode (record)
Format: cameraName or cameraName,encFps
Example: -enc left color
Example: -enc color right,10 left,10
-encout ENCODEOUTPUT, --encodeOutput ENCODEOUTPUT
Path to directory where to store encoded files. Default: /home/erik/Luxonis/depthai
So using python3 depthai_demo.py -enc left color
it will save left and color streams to the depthai
folder.
Thanks, Erik