jarvis Is there a pipeline to post-process the depth frames in the record like using the extended disparity or making it better?
You can use the StereoDepth node's postprocessing filters that run on-device to improve the quality of the disparity map. These filters introduce additional latency and have a performance cost, so you may need to use lower-resolution frames or the Decimation filter to improve the cost.
https://docs.luxonis.com/projects/api/en/latest/tutorials/configuring-stereo-depth/#stereo-postprocessing-filters
jarvis But what does disabling the encoding mean, should I set encode=None?
Regarding your question about disabling the encoding, it refers to the process of converting the raw video data into a format that is easier to store or transmit. In the context of Luxonis' DepthAI, encoding is used to convert the video data from the RGB camera into a format that can be saved to a file or transmitted over a network. If you set encode=None, it means that you are not specifying any encoding for the video data, and the raw data will be used instead.
Thanks,
Jaka