File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
1 . GitHubページからダウンロード
29
29
「WebCam.xz」のみをダウンロードすることが可能です。
30
- ![ Image_Download] ( https://github.com/RyoIHA/WebCam/blob/main/ Figure/download.png)
30
+ ![ Image_Download] ( Figure/download.png )
31
31
32
32
2 . [ GitHub LFSのインストールガイド] ( https://docs.github.com/ja/repositories/working-with-files/managing-large-files/installing-git-large-file-storage ) に従い、GitHub LFSをインストールします。
33
33
48
48
49
49
Raspberry Pi Imagerを開き、「Use custom」を選択して、ダウンロードしたカスタムイメージをMicroSDカードにインストールします。MicroSDカードは8GB以上を使用してください。
50
50
51
- ![ Raspi-Image] ( https://github.com/RyoIHA/WebCam/blob/main/ Figure/Imager.png)
51
+ ![ Raspi-Image] ( Figure/Imager.png )
52
52
53
53
## セットアップ手順
54
54
事前にサーバー用Raspberry Piの準備を完了し、サーバー用Raspberry Pi起動に行なってください。
55
55
1 . Raspberry Piを起動し、ユーザー名` pi ` 、パスワード` raspberry ` でログインします。
56
56
2 . ネットワーク設定を行います。` sudo raspi-config ` を実行して設定してください。
57
57
3 . ` /home/pi/WebCam/client_setup.sh ` を実行し、設定ファイルの取得と設定を行います。
58
58
4 . スクリプト実行後、プロンプトに従いサーバーのIPアドレスを入力してください。
59
- ![ Csetup] ( https://github.com/RyoIHA/WebCam/blob/main/ Figure/csetup.png)
59
+ ![ Csetup] ( Figure/csetup.png )
60
60
61
61
以上の手順に従って、Raspberry Pi ZeroまたはZero 2でカスタムイメージを使用したWebCamのセットアップを完了させてください。
62
62
@@ -65,7 +65,7 @@ Raspberry Pi Imagerを開き、「Use custom」を選択して、ダウンロー
65
65
このガイドでは、WebCamにアクセスして画像を閲覧、保存する方法について説明します。
66
66
67
67
### 動作イメージのアクセス方法
68
- ![ Cimage] ( https://github.com/RyoIHA/WebCam/blob/main/ Figure/cimage.png)
68
+ ![ Cimage] ( Figure/cimage.png )
69
69
** アクセス**
70
70
Webブラウザから` http://<WebCamのIPアドレス> ` にアクセスしてください。` <WebCamのIPアドレス> ` は、実際のWebCamのIPアドレスに置き換えてください。
71
71
You can’t perform that action at this time.
0 commit comments