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.
API in Python that wraps Sumix SMX M8X C API.
Requires:
Note:
Download Sumix SMX M8X C API
Extract ZIP file, run EXE as Administrator
install under C:/Sumix/, NOT C:/Program Files (x86)/Sumix
plug in your Sumix SMX-M8X(C) camera into a USB 2.0 port
be sure the camera is working properly with Sumix's demo program, get familiar with setting exposure, gain, ROI, etc.
Setup this program:
pip install -e .
To see a live demosaiced display:
python sumix_demo.py -p
Note that the default is NOT to show the live preview as the preview is computationally expensive.
python sumix_demo.py -n 10 -f test.h5
that is written to HDF5 (viewable with HDFView) HDF5 is a very common format in the science and engineering community and has superceded TIFF and FITS for many applications
You might have multiple copies of Python installed. For this program be sure you're using the 32-bit Python, perhaps by manually specifying on the Command Line the full path to Python.
File Description
sumix_demo.py Sumix SMX-M8XC camera Python image acquisition and recording test program. test_demosaic.py loads TIFF or HDF5 saved files to playback video on screen (can also use ImageJ) demosaic.py Bayer demosaic for 'grbg' filters. rgb2gray.py RGB to gray, also RGBA to gray (discards alpha channel). sumixapi.py Wraps Sumix C Windows DLL in Python. Not every last function has been implemented or tested.
FAQs
Sumix SMX API and data writing and live display
We found that pysumix 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.