Now you can see the preview of what the zone can see
This commit is contained in:
@@ -78,7 +78,10 @@ namespace TestVideo
|
||||
extraction.UpdateZones();
|
||||
pbxInput.Image = extraction.ScreenPreview;
|
||||
if(currentZoneIndex != -1)
|
||||
{
|
||||
tbxResult.Text = extraction.GetZoneRawText(currentZoneIndex);
|
||||
pbxOutput.Image = extraction.GetZoneData(currentZoneIndex);
|
||||
}
|
||||
//This is to prevent Ram from exploding
|
||||
GC.Collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user