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.
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
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": 3333,
"auth": "form",
"debug": true,
"reset": false,
"mqtt": {
"active": true,
"host": "192.168.178.123",
"port": 1883,
"topic": "homebridge/motion",
"on_message": "ON"
},
"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",
"interfaceName": "eth0",
"ffmpegExecPath": "/usr/bin/ffmpeg",
"language": "DE"
},
"cameras": [ ... ],
"platform": "CameraUI"
}
]
}
See Example Config for more details.
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! You can also edit your default file add following for more output
DEBUG=CameraUI*
Copyright (c) 2020 Seyit Bayraktar
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.
The npm package homebridge-camera-ui receives a total of 172 weekly downloads. As such, homebridge-camera-ui popularity was classified as not popular.
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.
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.