Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
homebridge-camera-ui
Advanced tools
CameraUI is a homebridge user interface to control your cameras. It supports almost everything you need for a camera user interface.
Supported Languages: DE | EN | NL
Creating and maintaining Homebridge plugins consume a lot of time and effort, if you would like to share your appreciation, feel free to "Star" or donate.
Click here to review more of my plugins.
sudo npm install -g --unsafe-perm homebridge-camera-ui@latest
Once you have installed and configured the plugin you can access the interface via http://localhost:8181.
The default username is admin
and the default password is admin
.
{
...
"platforms": [
{
"name": "CameraUI",
"port": 8181,
"auth": "form",
"debug": true,
"reset": false,
"mqtt": {
"active": false,
"host": "192.168.178.123",
"port": 1883
},
"http": {
"active": false,
"port": 7777,
"localhttp": false
},
"ssl": {
"active": false,
"key": "/path/to/key/server.key",
"cert": "/path/to/cert/server.crt"
},
"options": {
"videoProcessor": "ffmpeg"
},
"cameras": [ ... ],
"platform": "CameraUI"
}
]
}
See Example Config for more details.
To enable livestream for the User Interface, you need give each camera an own socketPort! See Example Config for more details.
camera.ui uses image rekognition with Amazon Web Services to analyse, detect, remember and recognize objects, scenes, and faces in images. You can enable for each camera the image rekogniton and you can even set labels for each camera. For each object, scene, and concept the API returns one or more labels. Each label provides the object name. For example, suppose the input image has a lighthouse, the sea, and a rock. The response includes all three labels, one for each object.
This makes it possible to analyze every movement before this is stored or sent as a notification.
To use image rekognition, you need to set up a AWS account with an IAM user. More Infos: AWS Image Rekognition
On first login attempt, the interface will prompt you to change the credentials to continue. The Login screen is adjusted for all available screens.
Shows you your favourite cameras streams or snapshots (adjustable under settings)
The main function of this interface. Provide you a unique overview of you favourite cameras (adjustable under settings) with resize, drag & drop support!
Shows you all recorded files under a hood
The Interface also provides you with a notifications section to not miss any notifications.
You can change your credentials, user image, themes and much more under settings!
This plugin has been verified to work with the following apps/systems:
The following browsers are supported by this plugin:
MS Internet Explorer (any version) is not supported!
Every camera with an RTSP stream!
See Tested Cameras for more info.
Please check our FAQ before you open an issue.
This plugin uses a modified version of the homebridge-camera-ffmpeg plugin from @sunoo
Credits goes also to @phoboslab for the wonderful decoder!
You can contribute to this homebridge plugin in following ways:
See CONTRIBUTING
If you have any issues with the plugin then you can run this plugin in debug mode, which will provide some additional information. This might be useful for debugging issues. Just open your config ui and set debug to true!
https://github.com/SeydX/homebridge-camera-ui/wiki/Debug
Copyright (c) 2020-2021 SeydX
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
User Interface for RTSP capable cameras with HSV support.
We found that homebridge-camera-ui demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.