Hey Fredrick,

Not really an answer for the VP2 issue but I haven't experienced these 
pauses you mention by using the Maya API to grab the images instead:

import maya.OpenMaya as om
import maya.OpenMayaUI as omui

view = omui.M3dView.active3dView()
image = om.MImage()
view.readColorBuffer(image, True)
image.resize(300, 169)
image.writeToFile('/path/goes/here', 'png')



-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/880fcf57-274a-42c6-8395-91e11dd2b12c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to