camera sensor: change resolution runtime

asked 2016-12-06 09:00:00 -0600

randaz81 gravatar image

Hi, I'd like to change the resolution of my camera sensor interactively, i.e. with my program sending a command to the plugin requesting for a new width, height and fov. Is such a plugin (or an example) already exists?

PS: I tried to develop a customized camera plugin but I get segfault when I try to call: void Rendering::Camera::SetImageSize(const unsigned int _w, const unsigned int _h)

edit retag flag offensive close merge delete