Questions tagged [overheating]
22 questions
4
votes
4 answers
Creating a heater application
This might seem weird, but I'm interesting in creating an electric heater out of my computer, that is program an application, that heats up my PC, and I need some help.
I currently made an application, that runs infinite loops on the GPU (using a…

Emil Madsen
- 49
- 1
3
votes
5 answers
Could you overheat a monitor through simple C code?
I was told by a professor that using C code one could heat a single pixel on an old monitor to the point that the monitor would overheat and smoke. Have any of you come across anything that would support this? I am having a debate in my office on…
Kevin
3
votes
3 answers
Instrument in Xcode for temperature monitoring
Is there any function in Xcode instruments that would show me status of the device temperature while debugging? I have an app that makes the phone go crazy hot and I don't know why. I am not asking why is my app causing my device to overheat - I…

Michal
- 15,429
- 10
- 73
- 104
2
votes
3 answers
Can Android phone running image processing app 24/7
I'm developing an image processing app on Android phones, which is expected to run 24/7. I've managed to do the following:
Use Camera2 interface to gain better fps.
Grab raw frames, using renderscript to convert to rgb and do image processing using…

VB4EVA
- 81
- 2
- 17
1
vote
4 answers
Determining if GPS is failing to get a lock
Situation: My program has parts that are heavily location based, but do to speed issues for when the location is actually needed, I don't have time to lock. The solution I have designed is to get location information during primary operation (read:…

Ashterothi
- 3,282
- 1
- 21
- 35
1
vote
0 answers
iOS App - Device begins to heat up after certain interval of time
We have used Webrtc & ARKit to implement video communication in our iOS app. Using RTCVideoCapturer, we send the customized frame to the WebRTC. While sending the frame via WebRTC, we first capture a screenshot of the View, then get the CgImage and…

omkar_k
- 11
- 1
1
vote
2 answers
Raspberry Pi - Bash script causing overheating
I have a Bash script (see below) which controls a relay via the GPIO pins. It works fine but I've noticed the CPU of the Pi gets very hot - up to 83C or so when it runs, up from around 40C when the Pi's idle.
I've looked at CPU usage and the…

David
- 107
- 1
- 7
1
vote
1 answer
Android Camera2 Renderscript overheat issue
I have this overheat issue, that it turns off my phone after running for a couple of hours. I want to run this 24/7, please help me to improve this:
I use Camera2 interface, RAW format followed by a renderscript to convert YUV420888 to rgba. My…

VB4EVA
- 81
- 2
- 17
1
vote
0 answers
Most "efficient" way to max out CPU/GPU in iOS?
This may sound like a bizarre question, but what's the best way to quickly max out an iPhone's CPU and/or GPU (and overheat the phone)? I've tried running a ton of threads each getting current location and making some network calls, but this still…

Spenciefy
- 892
- 11
- 33
1
vote
1 answer
Battery conservation with camera preview in Google Glass
I am developing a Google Glass app and one of the major problems I seem to be having is that the device will overheat after the camera preview is displayed for a period longer than about 5 minutes.
My question is: Are there settings that can be…

King_Kumar
- 45
- 8
0
votes
1 answer
How to stop node.js from running in the background ~Windows
I used node.js to setup tailwind on my web project. I will often need to setup it again, and need it running to -watch changes. However, even after quitting visual studio code, node.js is running in the background.
I think it overheats my pc, since…

Mariana
- 1
- 1
0
votes
0 answers
React native Application overheating issue
I am facing an issue with overheating in IOS. Even though the application is totally data-driven.let me know If anyone can help me with that.

Harsh Vaid
- 179
- 1
- 6
0
votes
1 answer
Brackets editor and "Node.js: Server-side Javascript" taking all processing power
I have been using the Brackets editor for writing html- and js-files and testing them in Chrome with the live preview (having a server and using localhost, whatever the inner-workings of that is).
Recently this process called "node.exe *32",…

ploosu2
- 413
- 6
- 15
0
votes
0 answers
Does too many TCP calls make ios device heat?
I'm working on application iOS swift, that i required to make tcp call to server every 2-3 sec, and after server give me response to related request.
Now, My iOS device get heating after few minutes, so my question is tcp call effect on device…

Pratik Prajapati
- 1,137
- 1
- 13
- 26
0
votes
1 answer
Mobile Heating Issues
My Mobile Is heating up because of continues usage of my application .
For Detecting how well the driver is driving my application Uses These services :-
Accelerometer For starting the trip .
GPS To find the location and speed.
Then Syncing all the…

Himan Dhawan
- 894
- 5
- 23