WhatEverNames

Results 38 comments of 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...

> ![image](https://user-images.githubusercontent.com/58861295/235312871-99d120cd-b904-4906-969a-c93fdcee02c8.png) 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 ![image](https://user-images.githubusercontent.com/58861295/235313660-cabdfac4-6eeb-4377-8964-f452175ac0c7.png) 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 ![image](https://user-images.githubusercontent.com/58861295/235320353-8c026bec-b6c3-48a5-927c-7071d4b4a242.png) I get this error either using cam.grab(region=region) or cam.get_latest_frame() are you using...