Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noorkhokhar99/real-time-temperature-detection
https://github.com/noorkhokhar99/real-time-temperature-detection
computervision detection python realtime temperature
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noorkhokhar99/real-time-temperature-detection
- Owner: noorkhokhar99
- License: mit
- Created: 2023-03-24T13:38:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T04:53:59.000Z (almost 2 years ago)
- Last Synced: 2024-01-28T02:05:04.776Z (12 months ago)
- Topics: computervision, detection, python, realtime, temperature
- Homepage: https://www.youtube.com/@Pyresearch
- Size: 10.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Real-time-temperature-detection
This code captures thermal images from the default camera device, applies thresholding to highlight the warmer areas, and calculates the temperature of each region using a conversion formula. The resulting temperature and bounding rectangle for each region are displayed in the image window. You can modify the thresholding and temperature calculation parameters according to your needs. Note that the specific settings required for your thermal camera may vary depending on the camera model and driver used.
### Steps to run Code
- Clone the repository
```
git clone https://github.com/noorkhokhar99/real-time-temperature-detection.git
```- Goto cloned folder
```
cd real-time-temperature-detection
```- Install the ultralytics package
```
pip install -r requirements
```- Do run with mentioned command below
```
python th.py
```### Results
[![Watch the video](https://github.com/noorkhokhar99/real-time-temperature-detection/blob/main/Screen%20Shot%202023-03-24%20at%208.52.10%20pm.png)](https://www.youtube.com/watch?v=VxGgWmZQX8M&t=276s)