video save frames

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-02 08:22:32 -04:00
parent 461bed5720
commit 5f384a9de7
5 changed files with 12 additions and 2 deletions
+1
View File
@@ -108,6 +108,7 @@ def generate(args): # pylint: disable=redefined-outer-name
if args.mask is not None:
options['mask'] = encode(args.mask)
data = post('/sdapi/v1/control', options)
t1 = time.time()
if 'info' in data: