
Product
Socket Now Protects the Chrome Extension Ecosystem
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
A Python tool to capture segments of video from cameras.
camera-segment
is a Python package and CLI tool designed to help you capture and save segments of video from one or more cameras. (Implementation coming soon!)
Planned Features:
pip install camera-segment --upgrade
Note: The CLI and API are not yet implemented. Example usage will be added in a future release.
# Example (coming soon):
camera-segment record --camera 0 --start 00:01:00 --duration 00:00:30 --output segment.mp4
The project includes a simple Makefile
:
make setup # create venv and install editable package
make lint # check for lint issues
make format # automatically reformat code
make test # run unittest
make coverage # collect and display code coverage stats
make clean # remove build artifacts
If you need to deploy a release that doesn't include a fix
, feat
, or docs
commit (for example, a pure chore or meta change), you can manually trigger a release with:
git commit --allow-empty -m "chore: release 0.3.1 (manual)" -m "Release-As: 0.3.1"
Replace 0.3.1
with the desired version number.
This project is licensed under MIT.
Copyright (c) 2025 Joshua B. Bussdieker
FAQs
A Python tool to capture segments of video from cameras.
We found that camera-segment 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.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.