Questions tagged [ids]

98 questions
4
votes
2 answers

How could just loading a dll lead to 100 CPU load in my main application?

I have a perfectly working program which connects to a video camera (an IDS uEye camera) and continuously grabs frames from it and displays them. However, when loading a specific dll before connecting to the camera, the program runs with 100% CPU…
PhilLab
  • 4,777
  • 1
  • 25
  • 77
3
votes
0 answers

C++ and OpenCV to process image from IDS camera; convert to Mat

I am new to C++, OpenCV and to the concept of pointers, so I am sorry for any trivial mistakes on my side. I am trying to get images from an IDS camera via the manufacturers SDK (called uEye) and further process them as fast as possible via OpenCV.…
GreenCoder
  • 53
  • 1
  • 6
2
votes
1 answer

PowerBI: same IDs for consecutive data

I have a question about generating IDs in power BI. Question: I have the table like following: I'd like to generate same IDs for consecutive data (it means that end date of previous row equals to start date of current row), that has equal values in…
Alexander
  • 33
  • 6
2
votes
2 answers

Apply eventlistener to multiple elements based on their IDs

I have two buttons defined with their IDs : but-toggle, but-close for show hide a panel : Now…
Stalkium
  • 148
  • 1
  • 11
1
vote
1 answer

How to make a div inside an append() work?

I'm trying to get the div with the id black to echo out my JSON data, but it won't work. So far I've done this, but it misses the timing or perhaps the logic is not right. I have checked the JSON and it's correctly formatted.