Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

* Correction to python version used in dev environment venvs. #297

Merged
merged 1 commit into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .idea/modules/security-cam.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ The firmware from Reolink main downloads site does not fully support this functi

## Installation
* Set up Ubuntu 24.04 Server (Noble Numbat) on a Raspberry pi 4 or 5
* NOTE: You can use the Edit Settings feature of the Raspberry pi Imager to set up the hostname, user account locale and enable ssh for the
Raspberry pi, but **DO NOT** set up the Wi-Fi with this facility as the NVRs own Wi-Fi set up utility will then not work. The NVR uses
nmcli to control the Wi-Fi wheres the Imager will set it up under wpa_supplicant which will make the Wi-Fi device unavailable to nmcli.
This means you will need to do the initial setup on the Raspberry pi connect8ed through Ethernet or a direct terminal.
* ```bash
sudo apt update
sudo apt upgrade
Expand All @@ -65,7 +69,7 @@ The firmware from Reolink main downloads site does not fully support this functi
* ssh to the Raspberry pi.
* ```bash
# Install with
sudo apt install ./security-cam_9.0.0_arm64.deb
sudo apt install ./security-cam_9.1.1_arm64.deb # (or whichever version you have built or downloaded from the release area)
```
* See [SETTING-UP.md](SETTING-UP.md) for how to set up user account, wifi, cameras etc.

Expand Down
2 changes: 1 addition & 1 deletion camera-recordings-service/camera-recordings-service.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.11 (camera-recordings-service)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12 (camera-recording-service)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
Expand Down
2 changes: 1 addition & 1 deletion wifi-setup-service/wifi-setup-service.iml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.11 (wifi-setup-service)" jdkType="Python SDK" />
<orderEntry type="jdk" jdkName="Python 3.12 (wifi-setup-service)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
Expand Down