How to create a 3D world and simulate a virtual camera in MATLAB on MacOS?
Hello,
I need to create a 3D world given a 3D model (STL, OBJ, etc.) and simulate a virtual camera in MATLAB.
The goal is to create a synthetic dataset where it contains image frames from the virtual camera inside the scene. The user would provide the intrinsics and the poses for the virtual camera.
I’m currently researching if MATLAB has this capability and I have found the following:
https://www.mathworks.com/help/driving/ref/simulation3dcamera.html
I think this would work well except that Simulink 3D is not supported on Mac, so I don’t have this option.
I have found the following link below which is very similar to what I need, but I’m having some trouble finding options to specify camera intrinsics to the view. It’s possible to provide intrinsics in a view?
https://www.mathworks.com/help/matlab/creating_plots/example-moving-the-camera-through-a-scene.html
Does anyone has any other ideas?
Thank you!Hello,
I need to create a 3D world given a 3D model (STL, OBJ, etc.) and simulate a virtual camera in MATLAB.
The goal is to create a synthetic dataset where it contains image frames from the virtual camera inside the scene. The user would provide the intrinsics and the poses for the virtual camera.
I’m currently researching if MATLAB has this capability and I have found the following:
https://www.mathworks.com/help/driving/ref/simulation3dcamera.html
I think this would work well except that Simulink 3D is not supported on Mac, so I don’t have this option.
I have found the following link below which is very similar to what I need, but I’m having some trouble finding options to specify camera intrinsics to the view. It’s possible to provide intrinsics in a view?
https://www.mathworks.com/help/matlab/creating_plots/example-moving-the-camera-through-a-scene.html
Does anyone has any other ideas?
Thank you! Hello,
I need to create a 3D world given a 3D model (STL, OBJ, etc.) and simulate a virtual camera in MATLAB.
The goal is to create a synthetic dataset where it contains image frames from the virtual camera inside the scene. The user would provide the intrinsics and the poses for the virtual camera.
I’m currently researching if MATLAB has this capability and I have found the following:
https://www.mathworks.com/help/driving/ref/simulation3dcamera.html
I think this would work well except that Simulink 3D is not supported on Mac, so I don’t have this option.
I have found the following link below which is very similar to what I need, but I’m having some trouble finding options to specify camera intrinsics to the view. It’s possible to provide intrinsics in a view?
https://www.mathworks.com/help/matlab/creating_plots/example-moving-the-camera-through-a-scene.html
Does anyone has any other ideas?
Thank you! image, camera, 3d, views MATLAB Answers — New Questions