Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
seeed-python-ircamera
Advanced tools
The IRCamera is a 32x24 thermal imagery sensor.
Best version is 3.7
Make sure that your computer intall python...
Then, make sure that python's path and python's scripts path add your computer PATH variable.
On windows system:
pip install seeed_python_ircamera
if you think that the speed of download too slowly, you can try below command:
pip install seeed_python_ircamera -i https://pypi.tuna.tsinghua.edu.cn/simple/
on unix/linux system:
sudo pip3 install seeed_python_ircamera
if you think that the speed of download too slowly, you can try below command:
sudo pip install seeed_python_ircamera -i https://pypi.tuna.tsinghua.edu.cn/simple/
On Windows, you should input the below command in cmd.exe:
ircamera PortName ChipType [minHue] [maxHue] [NarrowRatio] [EnableBlur]
Parameter indicate:
"PortName" : May look like "COM1" on windows system, or "tty", "usb" on unix system
"ChipType" : Support MLX90640 and MLX90641 for now
"minHue" and "maxHue": Setting color gamut, default value: minHue=90, maxHue=360
"NarrowRatio" : Fill 3, 5, 6, 9, default value is 1
"EnableBlur" : True is EnableBlur, else False
On Unix/linux system, you should input below command in terminal:
sudo ircamera PortName MLX90641
just add sudo, the meaning of "PortName" the same as above.
If you have any good suggestions or comments, send email to me: 874751353@qq.com.
FAQs
32 x 24 pixels IRCamera Application
We found that seeed-python-ircamera demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.