real-time

How to get company earning announcements data api?

How to get company earning announcements data api? Question: I want to get real-time earning annoouncements data api. I tried yfinance but it doesn’t work currently. So is there any other replacement api? Most of API need to pay money, But I just want to try for my personal projects so it’s little pressured Does …

Total answers: 1

What does it really mean real time object detection?

What does it really mean real time object detection? Question: So here is the context. I created an script in python, YOLOv4, OpenCV, CUDA and CUDNN, for object detection and object tracking to count the objects in a video. I intend to use it in real time, but what real time really means? The video …

Total answers: 2

CV2 imshow function not responding

CV2 imshow function not responding Question: I try to detect color on the screen in real time and when I’m using imshow function it is not responding and I can’t see my screen live Someone can help? import numpy as np from PIL import Image from mss import mss import cv2 as cv import pyautogui …

Total answers: 1

Live Updates on Python

Live Updates on Python Question: Terminal Running I’m making a Python code to get me the real timevalues on some currencies to test the API, how do I keep it runnning and printing just the updated value, but without print the lines all over again, basically printing the currency names one time and keep updating …

Total answers: 1

How do I plot in real-time in a while loop using matplotlib?

How do I plot in real-time in a while loop using matplotlib? Question: I am trying to plot some data from a camera in real time using OpenCV. However, the real-time plotting (using matplotlib) doesn’t seem to be working. I’ve isolated the problem into this simple example: fig = plt.figure() plt.axis([0, 1000, 0, 1]) i …

Total answers: 14

Realtime processing and callbacks with Python and C++

Realtime processing and callbacks with Python and C++ Question: I need to write code to do some realtime processing that is fairly computationally complex. I would like to create some Python classes to manage all my scripting, and leave the intensive parts of the algorithm coded in C++ so that they can run as fast …

Total answers: 4