Search Unity

Question Unity Recorder multiple Target Displays

Discussion in 'Audio & Video' started by marcbo12, Oct 30, 2020.

  1. marcbo12

    marcbo12

    Joined:
    Sep 30, 2020
    Posts:
    2
    Hi everyone,

    I need to record the image of two cameras in different Target displays. One is a normal camera and the other one is a camera with an scripts that makes it a Depth camera. The thing is, this script adds a shader and displays it in a different Target display.
    The script come from this project: https://www.immersivelimit.com/tutorials/unity-depth-camera-simulation

    I've been trying to record both cameras so i have an rgb image sequence and a depth image sequence. Now I've been able to get the images from the depth camera with this configuration:

    upload_2020-10-30_12-20-41.png
    And having the GameView in Display4. But the rgb images that output the recorder are all black. This is it's configuration:
    upload_2020-10-30_12-23-58.png

    Any tip on how to solve this will be greatly appreciated.
     
  2. callumroseFC

    callumroseFC

    Joined:
    May 10, 2019
    Posts:
    7
    Bump this, feels like the recorder needs an option for the source to be a specified display
     
  3. unitybru

    unitybru

    Unity Technologies

    Joined:
    Jan 28, 2020
    Posts:
    225
    Have you tried using Tags and a Tagged Camera (Target Camera) to record your second camera? This should work.