Abhishek Thakur

Results 105 comments of Abhishek Thakur

> @abhiTronix The new codes can run successfully ,and this output video could play. > > Run your code: > > (yolo) cas-air@gpu-server:/data/sport/demo/deffcode_test$ python patch-31.py > 16:18:19 :: Utilities ::...

> Use this new codes, we get the frame with yuv420p format, so if i want use opencv to process this frame, i need convert it to bgr (in CPU),...

> ability to return latest frame from screenrecord/frame buffer so that it can used for object/color detection @ninjatall12 Hi, could you please elaborate what you mean by this, through any...

> so basically i want a function similar to sct.grab() in mss which returns the latest frame without needing to iterate through the generator object for example in here @ninjatall12...

@ReenigneArcher Thanks. This looks promising! I'll run some tests and let you know soon.

> I've also been looking into screen capture with ffmpeg. I'm not sure how good the performance is as of yet. One advantage is that initial testing (from command line...

@ReenigneArcher DXcam cannot employed as ScreenGear backend untill unless https://github.com/ra1nty/DXcam/issues/17 is resolved. Also, we'll have to wait untill DXcam becomes stable. I'll reopen this issue when these problems are fully...

> You can also install without the test pypi repo. > > python -m pip install git+https://github.com/ra1nty/DXcam.git@cd1c36783d206027075309d7a9be89ef5099d10a#egg=dxcam > > or latest: > python -m pip install git+https://github.com/ra1nty/DXcam.git@main#egg=dxcam > If you...

Weirdly Mine built perfect normal with a similar setup [NDK17b with Boost 1.67.0] in the latest Ubuntu. Check your $(NDK_ROOT)[it's not $(AndroidNDKRoot)] . Also, you are in '/home' directory, change...