Khaled ElMorshedy

Results 8 issues of Khaled ElMorshedy

I am trying to show the user a real-time downloading progress but the notification is not syncing with in-app progress by about 1 second lag. Here is my code: -...

Here is a screenshot of the output: ![image](https://github.com/ra1nty/DXcam/assets/31712173/e7979621-e995-4d22-8de1-2ec4958cc09e) The code used: ```python target_fps = 18 camera = dxcam.create(output_idx=0, output_color="BGR") camera.start(target_fps=target_fps, video_mode=True) writer = cv2.VideoWriter( "video.mp4", cv2.VideoWriter_fourcc(*"mp4v"), target_fps, (1920, 1080) )...

For those wondering how to show cursor on screen capture: - Use this fork of [DXcam](https://github.com/AI-M-BOT/DXcam) by @AI-M-BOT - Write the following code: ```python import dxcam, cv2 import numpy as...

This emulator [EKA2L1](https://github.com/EKA2L1/EKA2L1) can run Nokia Symbian apps on Linux. This would add tons of N-Gage games if compatible. I don't have that background on Linux but I think it...

under consideration

### Checklist - [X] I have used the search function for [open](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues) **and** [closed](https://github.com/Docile-Alligator/Infinity-For-Reddit/issues?q=is%3Aissue+is%3Aclosed) issues to see if someone else has already submitted the same bug report. - [X] I...

type: possible bug

Files uploaded via webhook with embedded payload suddenly stopped showing the file in the message for no apparent reason. - Uploaded file type: `.7z` - The code used: ```python from...

Azkar app is using more than 400 MB for such serving azkar popups and azan. ![image](https://github.com/user-attachments/assets/7aeceb35-4d8e-4e89-b6a0-b8e9f33e7f03) I think you can optimize the garbage collector to get rid off unused objects...

enhancement