Jump to content

Video Grabber ignores selected camera


photo

Recommended Posts

Hello,

 

I've found that Video Grabber tool ignores camera settings available within the tool window. If you want to grab single shot or sequence from tracker you have to select the right camera within the editor window. Is this behavior correct?

 

Tested in latest 2.3.1 Unigine.

 

R.

Link to comment

Hi Radek,

 

If you are using 2.3.1, there might be a bug that preventing selected camera to be rendered (instead Editor camera will be used). You can modify data/editor/editor_video_grabber.h inside your project (or in SDK directly and update data/editor in your project) on line 296:

Player player = engine.editor.getPlayer();

replace with:

Player player = state.getPlayer();

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...