CVBpy 14.0
AutoRefresh Class Reference

Allows to automatically refresh, if image content changes. More...

Inherits object.

Static Public Attributes

int Off = 1
 Does not call refresh automatically.
 
int On = 0
 Upload the complete image. More...
 

Detailed Description

Allows to automatically refresh, if image content changes.

Member Data Documentation

◆ On

int On = 0
static

Upload the complete image.

Hooks in at Image.register_event_pixel_content_changed() to automatically refresh the image view.