How to render both rgb and depth and normal videos of a animation simultaneously in Python Script?

Hello everyone,

I’m working on a Python script in Blender to create a simple animation and want to simultaneously render RGB, depth, and normal videos.

Could you please provide a sample script that demonstrates how to:

  1. Extract depth information and render it to a video in Blender 2.8 and above.
  2. Extract normal information and render it to a video in Blender 2.8 and above.
  3. Simultaneously render RGB, depth, and normal videos using a Python script in Blender.

I would greatly appreciate any example scripts or tutorials that you can share.

Thank you in advance for your help!