Hi! I need to record the user’s view while rendering some additional objects besides what the user can see. I am wondering if it is feasible to add a second camera in the scene. The additional objects are only rendered in the second camera, so that I can record the view from the second camera rather than the main camera. However, I am not sure whether it is a good solution for my case. Could you please provide any insights about this?
If you were planning to capture user’s perspective using the Mixed Reality Camera Capture, then this is not possible, since the mixed reality capture is optimized to render what the user sees directly.
You would need to create your own solution to capture the user’s perspective and virtual content. However, I do not recommend doing so, since it would require building a complex package that could properly handle alignment, encoding and decoding.
You might be able to accomplish this using the Magic Leap Spectator package. If you need a 3rd person view.
Thanks for your reply! If using the ML Spectator, is it possible to capture something not showing in user’s perspective? If not, then maybe this is not what I want. My core requirement is to somehow add some additional objects in my recording but don’t want to show them to the user.