Nicholas Brochu

Results 16 comments of Nicholas Brochu

I'm doing a D3DShot day tomorrow, I will look into it. Thanks!

I can't seem to reproduce the issue and I see nothing wrong with the benchmark function either. PIL: ![image](https://user-images.githubusercontent.com/35039/84436094-e0388780-ac00-11ea-8aa0-ea1dfc567777.png) NumPy: ![image](https://user-images.githubusercontent.com/35039/84436276-2988d700-ac01-11ea-8d99-161c0f106fbf.png) Are you perhaps capturing at a smaller resolution on...

I'm not against it but I have no means of developing in a 32-bit environment. I would likely need some help on that one, unless I can get a copy...

I'll leave this open so I can point to it if someone ever asks. But yeah I think there isn't going to be much demand.

So far, I see 2 possible entry points for this: 1. Wait for the WinRT project to make progress in their Python bridge > This would allow access to Windows...

Apologies for the late reply. D3Dshot uses the Desktop Duplication API through Direct3D. It's the fastest way to capture, but it's only full display + cropping. It's built for the...

I'm getting 58fps at the same resolution for fullscreen captures. You have to use the "numpy" capture output to get good speed as shown in the [Performance](https://github.com/SerpentAI/D3DShot#performance) section of the...

I don't have solid answers to what you are asking so I created 2 new issues to address that. #23 #24 Let's move discussion about those aspects there and keep...

If I'm mostly interested in the Callee's IP address, is this the best option with the current state of the protocol? ``` python # Anywhere inside an ApplicationSession self._transport.http_headers.get("x-real-ip") or...