WhatEverNames
WhatEverNames
Have you tried `video_mode=False` ?
Unlucky for me it is happening 6/10, and i understand since my script is about 3000 lines long I have only installed python 3.9 Overall it is impressive
The only concern will be that OBS has about 16ms delay for any streaming method expect for game capture (if succeeded)
> @Agade09 with AI-M-BOT's pyd, i am using his python 3.11 binary. thanks for the quick reply. will let him know about this would you share the part of your...
>  reproduced, my bad Also i will recommend using grab function instead of using start(), start function create a new thread which doesn't benefit in performance (in Python) Taking...
> > nanosleep > > that's not a nanosleep. that gives you whole milliseconds at best. and it affects the kernel. > > https://learn.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timebeginperiod i know, just need to sleep...
> @AI-M-BOT Thanks for the tip about sleepnig but i still face this issue  after using camera.grab() please use `grab(region=region)`
should be fine now, just replace with new file https://github.com/AI-M-BOT/DXcam/releases/tag/1.1
> create a file named dxshot.py or whatever you prefer, copy the content of dxcam/__init__.py into dxshot.py, run cmd `python -m nuitka --mingw64 --module --show-progress --no-pyi-file --remove-output --follow-import-to=dxcam dxshot.py`
> > should be fine now, just replace with new file https://github.com/AI-M-BOT/DXcam/releases/tag/1.1 > > still the same  I get this error either using cam.grab(region=region) or cam.get_latest_frame() are you using...