Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orestispanago/mxtherm-sdk-rpi
Camera aiming + thermal data download
https://github.com/orestispanago/mxtherm-sdk-rpi
cpp digest-authentication http ir mobotix python raspberry sdk thermal-camera
Last synced: about 1 month ago
JSON representation
Camera aiming + thermal data download
- Host: GitHub
- URL: https://github.com/orestispanago/mxtherm-sdk-rpi
- Owner: orestispanago
- Created: 2021-06-28T19:02:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T18:13:05.000Z (5 months ago)
- Last Synced: 2024-08-05T21:09:41.792Z (5 months ago)
- Topics: cpp, digest-authentication, http, ir, mobotix, python, raspberry, sdk, thermal-camera
- Language: C++
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Mobotix-Downloader-SDK
Rotates camera around 2 axes, downloads images and temperatures .csv file.
Uploads folder to FTP server, creating the remote path if it does not exist.
Cronjob:
```
*/5 * * * * cd ~/Mobotix-Downloader-SDK; python3 control_and_download.py > crontab.log 2> crontab.err
```
Example:``` ./build/thermal-raw --ip 0.0.0.0 --user admin --pass 'pass!@' --output ../output/a.csv```
Based on [Mobotix EventStreamClient](https://developer.mobotix.com/) thermal-raw example.
#### Static Download
`static_download.py` downloads image and temperatures file without moving the camera.This script has logging functionality.
Cronjob:
```
*/5 * * * * /usr/bin/flock -w 0 ~/Mobotix-Downloader-SDK.lock python3 ~/Mobotix-Downloader-SDK/static_download.py
```