WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Video Recording Size (https://forum.worldviz.com/showthread.php?t=4689)

CompSci 07-22-2013 09:15 AM

Video Recording Size
 
Hello,

I have implemented a def recording feature to my environment and the window maximum recording size is 640x480. Is there a way to make this size bigger? I want to capture the entire environment.

Thank you :)

Jeff 07-22-2013 05:04 PM

You can change the width/height options:
Code:

viz.setOption('viz.AVIRecorder.maxWidth','800')
viz.setOption('viz.AVIRecorder.maxHeight','600')


CompSci 07-23-2013 05:29 AM

Quote:

Originally Posted by Jeff (Post 15170)
You can change the width/height options:
Code:

viz.setOption('viz.AVIRecorder.maxWidth','800')
viz.setOption('viz.AVIRecorder.maxHeight','600')


Thanks I will give this a try !


All times are GMT -7. The time now is 03:48 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC