質問編集履歴

7

書式

2020/02/09 07:01

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -328,8 +328,6 @@
328
328
 
329
329
  > 接続がタイムアウトしました
330
330
 
331
-
332
-
333
331
  192.168.1.81 のサーバーからの応答が一定時間以内に返ってきませんでした。
334
332
 
335
333
  このサイトが一時的に利用できなくなっていたり、サーバーの負荷が高すぎて接続できなくなっている可能性があります。しばらくしてから再度試してください。

6

書式

2020/02/09 07:01

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -332,8 +332,6 @@
332
332
 
333
333
  192.168.1.81 のサーバーからの応答が一定時間以内に返ってきませんでした。
334
334
 
335
-
336
-
337
335
  このサイトが一時的に利用できなくなっていたり、サーバーの負荷が高すぎて接続できなくなっている可能性があります。しばらくしてから再度試してください。
338
336
 
339
337
  他のサイトも表示できない場合、コンピューターのネットワーク接続を確認してください。

5

追記

2020/02/09 07:00

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -276,7 +276,7 @@
276
276
 
277
277
 
278
278
 
279
- それ以前の段階に持って作業すると、
279
+ ~~それ以前の段階に持って作業すると、
280
280
 
281
281
 
282
282
 
@@ -288,4 +288,54 @@
288
288
 
289
289
  ```
290
290
 
291
- と表示され、「ディレクトリが見つかりません」的なエラーメッセージになる。(これが原因だろうか?)
291
+ と表示され、「ディレクトリは元々存在」的なメッセージになる。~~
292
+
293
+
294
+
295
+ ### (追記3)うまくいっているように見えたが・・・
296
+
297
+
298
+
299
+ ```Terminal
300
+
301
+ monjp@raspberrypi:~ $ mjpg_streamer -o "/usr/local/lib/mjpg-streamer/output_http.so -w ./www -p 8080" -i "/usr/local/lib/mjpg-streamer/input_uvc.so -d /dev/video0 -r 640x480 -fps 30 -q 10 -y -n"
302
+
303
+ MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
304
+
305
+ i: Using V4L2 device.: /dev/video0
306
+
307
+ i: Desired Resolution: 640 x 480
308
+
309
+ i: Frames Per Second.: 30
310
+
311
+ i: Format............: YUYV
312
+
313
+ i: JPEG Quality......: 10
314
+
315
+ i: TV-Norm...........: DEFAULT
316
+
317
+ o: www-folder-path......: ./www/
318
+
319
+ o: HTTP TCP port........: 8080
320
+
321
+ o: HTTP Listen Address..: (null)
322
+
323
+ o: username:password....: disabled
324
+
325
+ o: commands.............: enabled
326
+
327
+ ```
328
+
329
+ > 接続がタイムアウトしました
330
+
331
+
332
+
333
+ 192.168.1.81 のサーバーからの応答が一定時間以内に返ってきませんでした。
334
+
335
+
336
+
337
+ このサイトが一時的に利用できなくなっていたり、サーバーの負荷が高すぎて接続できなくなっている可能性があります。しばらくしてから再度試してください。
338
+
339
+ 他のサイトも表示できない場合、コンピューターのネットワーク接続を確認してください。
340
+
341
+ ファイアウォールやプロキシーでネットワークが保護されている場合、Firefox によるウェブアクセスが許可されているか確認してください。

4

追記

2020/02/09 06:51

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -249,3 +249,43 @@
249
249
 
250
250
 
251
251
  と表示されて失敗。という状況です。
252
+
253
+
254
+
255
+ ### (追記2)設定を[Raspberry Piで室内カメラを作る①](https://qiita.com/henjiganai/items/b491e498d7d367306cd5)と同じ条件にしてみると
256
+
257
+
258
+
259
+ ```
260
+
261
+ monjp@raspberrypi:/usr/local/lib $ mjpg_streamer -o "./output_http.so -w ./www -p 8080" -i "./input_uvc.so -d /dev/video0 -r 640x480 -fps 30 -q 10 -y -n"
262
+
263
+ MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
264
+
265
+ ERROR: could not find input plugin
266
+
267
+ Perhaps you want to adjust the search path with:
268
+
269
+ # export LD_LIBRARY_PATH=/path/to/plugin/folder
270
+
271
+ dlopen: ./input_uvc.so: cannot open shared object file: No such file or directory
272
+
273
+ ```
274
+
275
+ と表示される。
276
+
277
+
278
+
279
+ それ以前の段階に持って作業すると、
280
+
281
+
282
+
283
+ ```
284
+
285
+ sudo git clone https://github.com/jacksonliam/mjpg-streamer.git
286
+
287
+ fatal: destination path 'mjpg-streamer' already exists and is not an empty directory.
288
+
289
+ ```
290
+
291
+ と表示され、「ディレクトリが見つかりません」的なエラーメッセージになる。(これが原因だろうか?)

3

追記の強調

2020/02/08 10:43

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- ### USBカメラの設定に変更後
121
+ ### (追記)USBカメラの設定に変更後
122
122
 
123
123
 
124
124
 

2

書式変更

2020/02/08 09:36

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -118,7 +118,7 @@
118
118
 
119
119
 
120
120
 
121
- USBカメラの設定に変更後
121
+ ### USBカメラの設定に変更後
122
122
 
123
123
 
124
124
 

1

USBカメラ用の設定に変更

2020/02/08 09:29

投稿

Monjp
Monjp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -113,3 +113,139 @@
113
113
  ### 参考にしたページのURL
114
114
 
115
115
  https://qiita.com/xeno1991/items/e32e52c688d969d182e2
116
+
117
+
118
+
119
+
120
+
121
+ USBカメラの設定に変更後
122
+
123
+
124
+
125
+ ```Terminal
126
+
127
+ monjp@raspberrypi:~ $ /usr/local/bin/mjpg_streamer -i "input_uvc.so -x 640 -y 480 -fps 15 -q 80" -o "output_http.so -p 8080 -w /usr/local/share/mjpg-streamer/www"
128
+
129
+ MJPG Streamer Version: git rev: 501f6362c5afddcfb41055f97ae484252c85c912
130
+
131
+ UVC webcam grabber: unrecognized option '-x'
132
+
133
+ ---------------------------------------------------------------
134
+
135
+ Help for input plugin..: UVC webcam grabber
136
+
137
+ ---------------------------------------------------------------
138
+
139
+ The following parameters can be passed to this plugin:
140
+
141
+
142
+
143
+ [-d | --device ].......: video device to open (your camera)
144
+
145
+ [-r | --resolution ]...: the resolution of the video device,
146
+
147
+ can be one of the following strings:
148
+
149
+ QQVGA QCIF CGA QVGA CIF PAL
150
+
151
+ VGA SVGA XGA HD SXGA UXGA
152
+
153
+ FHD
154
+
155
+ or a custom value like the following
156
+
157
+ example: 640x480
158
+
159
+ [-f | --fps ]..........: frames per second
160
+
161
+ (camera may coerce to different value)
162
+
163
+ [-q | --quality ] .....: set quality of JPEG encoding
164
+
165
+ [-m | --minimum_size ].: drop frames smaller then this limit, useful
166
+
167
+ if the webcam produces small-sized garbage frames
168
+
169
+ may happen under low light conditions
170
+
171
+ [-e | --every_frame ]..: drop all frames except numbered
172
+
173
+ [-n | --no_dynctrl ]...: do not initalize dynctrls of Linux-UVC driver
174
+
175
+ [-l | --led ]..........: switch the LED "on", "off", let it "blink" or leave
176
+
177
+ it up to the driver using the value "auto"
178
+
179
+ [-t | --tvnorm ] ......: set TV-Norm pal, ntsc or secam
180
+
181
+ [-u | --uyvy ] ........: Use UYVY format, default: MJPEG (uses more cpu power)
182
+
183
+ [-y | --yuv ] ........: Use YUV format, default: MJPEG (uses more cpu power)
184
+
185
+ [-fourcc ] ............: Use FOURCC codec 'argopt',
186
+
187
+ currently supported codecs are: RGBP
188
+
189
+ [-timestamp ]..........: Populate frame timestamp with system time
190
+
191
+ [-softfps] ............: Drop frames to try and achieve this fps
192
+
193
+ set your camera to its maximum fps to avoid stuttering
194
+
195
+ [-timeout] ............: Timeout for device querying (seconds)
196
+
197
+ [-dv_timings] .........: Enable DV timings queriyng and events processing
198
+
199
+ ---------------------------------------------------------------
200
+
201
+
202
+
203
+ Optional parameters (may not be supported by all cameras):
204
+
205
+
206
+
207
+ [-br ].................: Set image brightness (auto or integer)
208
+
209
+ [-co ].................: Set image contrast (integer)
210
+
211
+ [-sh ].................: Set image sharpness (integer)
212
+
213
+ [-sa ].................: Set image saturation (integer)
214
+
215
+ [-cb ].................: Set color balance (auto or integer)
216
+
217
+ [-wb ].................: Set white balance (auto or integer)
218
+
219
+ [-ex ].................: Set exposure (auto, shutter-priority, aperature-priority, or intege r)
220
+
221
+ [-bk ].................: Set backlight compensation (integer)
222
+
223
+ [-rot ]................: Set image rotation (0-359)
224
+
225
+ [-hf ].................: Set horizontal flip (true/false)
226
+
227
+ [-vf ].................: Set vertical flip (true/false)
228
+
229
+ [-pl ].................: Set power line filter (disabled, 50hz, 60hz, auto)
230
+
231
+ [-gain ]...............: Set gain (auto or integer)
232
+
233
+ [-cagc ]...............: Set chroma gain control (auto or integer)
234
+
235
+ ---------------------------------------------------------------
236
+
237
+
238
+
239
+ input_init() return value signals to exit
240
+
241
+
242
+
243
+ ```
244
+
245
+ と表示され、固定したIPアドレス(192.168.0.81)でストリーム画面を確認しようとすると、
246
+
247
+ > 192.168.0.81:8080 のサーバーへの接続を確立できませんでした。
248
+
249
+
250
+
251
+ と表示されて失敗。という状況です。