Newest Questions
24,191,562 questions
0
votes
0
answers
5
views
Why does GStreamer rtspclientsink fail intermittently with TCP when pushing to local RTSP server (only stable with GST_DEBUG=4)
Description
I’m developing a GStreamer-based RTSP client that pushes a local video stream to a MediaMTX RTSP server over TCP using rtspclientsink.
However, the pipeline fails intermittently with “...
-2
votes
0
answers
13
views
can anyone help debug this [closed]
Evey Dev AppStore(15430,0x304f16000) malloc: Heap corruption detected, free list is damaged at 0x600001096100 *** Incorrect guard value: 0 Evey Dev AppStore(15430,0x304f16000) malloc: *** set a ...
0
votes
0
answers
5
views
flutter_live_activities issue with Live Activity Auto-End on iOS
After successfully starting a Live Activity, it automatically ends shortly afterward without any apparent reason.
To troubleshoot, I have implemented logging to track the start, update, and end of the ...
0
votes
0
answers
5
views
Reassigning a Matlab pointer in a loop without a memory leak
We are using Matlab to communicate with a C++ library, and are struggling with memory management.
We create a libpointer pointing to an array, and then try to update its value in a loop. I don't think ...
0
votes
0
answers
19
views
QTableview slow on Pyside6 for large of records
I have a python program using Pyside2 and i want to upgrade using Pyside6.
In Pyside2, when i used QTableview and QTablemodel when displaying large data, it only called method data() for the records ...
0
votes
0
answers
11
views
Highcharts Stacked Columns Labels on Top including negatives
I have a similar issue as shown in below stackoverflow.
I want to show all series values on top of the column (not on top of the each stack). I can do that using stackLabels on yAxis. However, it is ...
0
votes
0
answers
17
views
Pytesseract not recognizing numbers correctly
I am using pytesseract to read and print out the numbers in the following image, however it keeps getting it extremely wrong, never having more than one number in its output.
Image used
I have already ...
Advice
0
votes
0
replies
14
views
Cloud from Jetbrains - clean and easy like them Kotlin for Front and Back
make own cloud and send advertisement "Cloud from Jetbrains - clean and easy like them Kotlin for Front and Back". i think everybody trust of your all products and await when ideal Kotlin ...
Advice
0
votes
0
replies
26
views
I'm a beginner in data science feeling lost with Python - how should I practice?
I'm very new to data science and have just started learning Python. I come from a non-programming background, and I'm finding it quite challenging to understand how to properly practice and improve.
I'...
0
votes
0
answers
21
views
React beautiful DnD all other elements shift to the right
I am trying to implement the React Beautiful DnD for my application. However, I am noticing quite a curious issue.
Original List before dragging
I notice that when I try to drag items, all other items ...
Advice
0
votes
0
replies
31
views
Looking for advice to achieve my website goals
I want to build a personal website, particularly inspired by Radiohead’s Public Library and Dead Air Space. I’ve watched some beginner HTML and CSS tutorials (BroCode, Coding2Go), and through these, I'...
0
votes
0
answers
16
views
How to make the lottie animation overflow?
I have a lottie Animation which i need to overflow outside the view. I have set clipChildren , clipToPadding, clipToOutilne as false for the view and its parents. But the lottie animation is still ...
Advice
0
votes
0
replies
13
views
Early Initialization of GPU, Weston, and Hypervisor Drivers with Deferred Systemd Services & modules
how to configure systemd to load essential graphics and virtualization modules early in the boot process, while deferring non-critical services & modules for manual activation later.
called gpu ...
0
votes
0
answers
19
views
Base R "pie" not using indicated label colors
I'm creating a large grid of pie charts, and I want each to be transparent with a specific labels being the color #F2F2F2. I've created a function to define these specifications before creating the ...
0
votes
0
answers
21
views
importing opencv-python in an embeded python program
I have a problem with a little program Im making
This is my program:
#define PY_SSIZE_T_CLEAN
#include <Python.h>
int main() {
Py_SetPythonHome(L"C:/Users/fxct/AppData/Local/Python/...