sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

How to take a screenshot #34

Closed channoh closed 9 years ago

channoh commented 9 years ago

I want to take a screenshot and save it as png format. I tried take_screen_shot_to_array. But I don't know how to put the last argument, bitmap_format. Please give me a example.

mjdorma commented 9 years ago

I am looking to push out an update to pyvbox with the latest main VirtualboxAPI soon. Maybe this help resolve your argument passing issue.