WebCam, IP Cam, Live stream
網路相機,監視攝影機,視訊直播
大眾使用 即時影像監視 研究
IP Camera 與 Webcam 的比較
https://cctv.ojos.cc/TECH_wp_ipcam-webcam.php
***********************************************************************
Webcam 視訊鏡頭選購要點|視訊鏡頭推薦 2023
https://techteller.com/review/best-webcam-2/
適合 視訊會議 使用
***********************************************************************
將 webcam ( USB攝影鏡頭 ) 改成 IPcam 使用
CameraFTP
https://www.cameraftp.com/CameraFTP/Features/UseWebcamAsIPCamera.aspx
( 看來不錯,但是要 訂閱付費 )
Raspberry Pi 樹莓派 使用 Webcam
***********************************************************************
Working with USB webcams on your Raspberry Pi ( fswebcam , ffmpeg )
https://raspberrypi-guide.github.io/electronics/using-usb-webcams
sudo apt install fswebcam
fswebcam --device /dev/video0 ~/images/image01.jpg
fswebcam -r 1280x720 --no-banner ~/images/image1.jpg
( fswebcam , ffmpeg 安裝成功,都可拍照片 )
https://www.sigmdel.ca/michel/ha/rpi/streaming_en.html
( mjpeg-streamer 安裝比較複雜 )
Raspberry Pi 筆記(19):Webcam 拍照與瀏覽串流媒體 ( fswebcam, motion )
https://atceiling.blogspot.com/2014/04/raspberry-pi-webcam.html
sudo apt update
sudo apt upgrade
( motion 安裝成功,可拍影片串流了! )
How to Stream Live Video Using Raspberry Pi ( motion )
https://automaticaddison.com/how-to-stream-live-video-using-raspberry-pi/
Live Cam with Raspberry Pi ( motion )
https://www.hackster.io/sushree-subhasmita-jena/live-cam-with-raspberry-pi-e9f43d
Raspberry Pi Live Streaming with USB Webcam ( ffmpeg )
https://www.dynamsoft.com/codepool/raspberry-pi-live-streaming-usb-webcam.html
( 失敗,不能拍影片 )
Secure Webcam streaming with MJPG-Streamer on a Raspberry Pi
https://www.sigmdel.ca/michel/ha/rpi/streaming_en.html
7 Simple Steps: Connect Raspberry Pi to IP Cameras Easily
https://reolink.com/blog/connect-raspberry-pi-to-ip-cameras/
Raspberry Pi 樹莓派 使用 Camera module 相機模組
How to control the Camera Module via the command line
https://projects.raspberrypi.org/en/projects/getting-started-with-picamera/3
或
https://www.raspberrypi.com/documentation/computers/camera_software.html
拍相片
rpicam-jpeg --output test.jpg --timeout 2000 --width 640 --height 480
拍相片
- Type in the following command to take a still picture and save it to the Desktop:
rpicam-still -o ~/Desktop/image.jpg
拍相片
How to control the Camera Module via the command line
https://projects.raspberrypi.org/en/projects/getting-started-with-picamera/3
raspistill -o /home/pi/Pictures/image01.jpg
拍縮時攝影
First, create a directory where you can store your time lapse photos:
$ mkdir timelapse
Run the following command to create a time lapse over 30 seconds, recording a photo every two seconds, saving output into image0000.jpg
through image0013.jpg
:
$ rpicam-still --timeout 30000 --timelapse 2000 -o timelapse/image%04d.jpg
拍影片
- Now record a video with the Camera Module by using the following
rpicam-vid
command:
rpicam-vid -o ~/Desktop/video.mp4
- Play the video file by typing the following command:
vlc ~/Desktop/video.mp4
拍影片
rpicam-vid
Edit this on GitHub
rpicam-vid
helps you capture video on Raspberry Pi devices. rpicam-vid
displays a preview window and writes an encoded bitstream to the specified output. This produces an unpackaged video bitstream that is not wrapped in any kind of container (such as an mp4 file) format.
Note | When available, rpicam-vid uses hardware H.264 encoding. |
For example, the following command writes a ten-second video to a file named test.h264
:
$ rpicam-vid -t 10s -o test.h264
You can play the resulting file with VLC and other video players:
$ vlc test.h264
On Raspberry Pi 5, you can output to the MP4 container format directly by specifying the mp4
file extension for your output file:
$ rpicam-vid -t 10s -o test.mp4
Encoders
rpicam-vid
supports motion JPEG as well as both uncompressed and unformatted YUV420:
$ rpicam-vid -t 10000 --codec mjpeg -o test.mjpeg
$ rpicam-vid -t 10000 --codec yuv420 -o test.data
The codec
option determines the output format
拍影片
Image and video recording with the Raspberry PI
https://raspberrypi-guide.github.io/electronics/image-and-video-recording
raspivid -o video.h264
拍 高速攝影影片
Capture high framerate video
To minimise frame drops for high framerate (> 60fps) video, try the following configuration tweaks:
Set the H.264 target level to 4.2 with
--level 4.2
.Disable software colour denoise processing by setting the
denoise
option tocdn_off
.Disable the display window with
nopreview
to free up some additional CPU cycles.Set
force_turbo=1
in/boot/firmware/config.txt
to ensure that the CPU clock does not throttle during video capture. For more information, see theforce_turbo
documentation.Adjust the ISP output resolution with
--width 1280 --height 720
or something even lower to achieve your framerate target.On Raspberry Pi 4, you can overclock the GPU to improve performance by adding
gpu_freq=550
or higher in/boot/firmware/config.txt
. See the overclocking documentation for further details.
The following command demonstrates how you might achieve 1280×720 120fps video:
$ rpicam-vid --level 4.2 --framerate 120 --width 1280 --height 720 --save-pts timestamp.pts -o video.264 -t 10000 --denoise cdn_off -n
影片串流
Video Streaming with Raspberry Pi Camera
https://randomnerdtutorials.com/video-streaming-with-raspberry-pi-camera/
pi@raspberrypi:~ $ python3 rpi_camera_surveillance_system.py
http://192.168.1.110:8000/index.html
How To Stream Live Video From Your Raspberry Pi Camera
https://www.tomshardware.com/how-to/stream-live-video-raspberry-pi
raspivid -o - -t 0 -w 800 -h 600 -fps 12 | cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8080/}' :demux=h264
install VLC and then open VLC.
Go to Media >> Open Network Stream, or press CTRL + N.
Enter the rtsp address and port: rtsp://raspberrypi:8080/
IP Camera 常用於 監視設備
Tapo攝影機的RTSP即時串流的URL(網址)為:
對於1080P(1920 * 1080)串流:rtsp://使用者名稱:密碼@IP位址:554/stream1
rtsp://helloshiau:public@192.168.1.117:554/stream1
對於360P(640 * 360)串流:rtsp://使用者名稱:密碼@IP位址:554/stream2
rtsp://helloshiau:public@192.168.1.117:554/stream1
5 Steps to Stream IP Cameras to YouTube/FB & Set up RTSP URLs
Youtube 直播:
https://youtube.com/live/9zr59ewpSd0
米家 小白 EC3 Pro 戶外攝影機 戶外雲台版
地表最強攝影機「小白 EC3」夜的黑就和白天一樣清晰
小米攝影機電腦端觀看程式
https://www.mobile01.com/topicdetail.php?f=634&t=6831435
版主使用,一直無法成功登入。 或許還沒開放台灣地區使用。
***********************************************************************
朋友分享,需安裝「夜神模擬器」,再安裝「米家」,就可以看小米攝影機
夜神模擬器
( 實際使用,會非常耗用電腦資源,整個電腦的速度會變慢。)
模擬器 裡面 安裝「米家」即可秀出攝影機畫面:
The best Android emulators for PC and Mac of 2024
https://www.androidauthority.com/best-android-emulators-for-pc-655308/
安裝「LDPlayer 9」,一樣會閃退!
[进阶教程] 破解小米小蚁智能摄像机支持rtsp、ftp、telnet
https://bbs.hassbian.com/thread-361-1-1.html
- 到这个网站下载破解固件http://xiaoyi.querex.be/firmwares/,需要下载两个。一个原版官方固件、一个破解版对应版本的固件。
- 先刷官方固件、然后刷一次破解版固件。刷固件教程在这个网址http://bbs.xiaomi.cn/t-11501508
- 刷好破解固件,开机提示音会变成英文。小米米家app还是可以连接到摄像头。可以在电脑下载一个vlc播放器测试一下rtsp播放流
- rtsp播放地址如下
- Main stream: rtsp://ipaddress:554/ch0_0.h264
Minor stream: rtsp://ipaddress:554/ch0_1.h264
Audio stream: rtsp://ipaddress:554/ch0_3.h264 - 安装了sudo apt-get -t jessie-backports install ffmpeg 、sudo apt-get install libav-tools ,
********************************************************
********************************************************
手機
**************************************************
用手機當電腦的Webcam或實物投影機 ( iVCam )
https://book.whsh.tc.edu.tw/books/google-meet/page/webcam
使用手機當電腦的攝影機或麥克風 ( DroidCam )
https://hackmd.io/@flagmaker/HkI_6xc9O
將手機或是IPCAM 做為 電腦WebCam 使用
PC使用軟體 IP Camera Adapter 4.9
***********************************************************************
*** 阿福管家 設定不難,使用也算方便,但舊手機上線 二、三天就會離線, ***
很難遠端重置,然後一直跳廣告出來。其實感覺不好用。
阿福管家-舊手機變成 CCTV 監視器、居家防護、寵物攝影機
https://play.google.com/store/apps/details?id=com.ivuu&hl=zh_TW&gl=US&pli=1
如何第一次使用阿福管家就上手?
***********************************************************************
***********************************************************************
【2023最新】十大監視器推薦排行榜
如何透過網頁瀏覽器遠端檢視網路攝影機
https://www.tp-link.com/tw/support/faq/304/
***********************************************************************
DDNS : 各種影像與視訊,如果想做成視訊串流,
通常會需要用到 DDNS 動態DNS
https://zh.wikipedia.org/zh-tw/%E5%8B%95%E6%85%8BDNSDDNS的作用
https://kknews.cc/zh-tw/digital/pg669p2.html
DDNS 排名較前面為 DynuDNS
https://www.dynu.com/en-US/DynamicDNS
DYN DDNS 相當有名,但是需要付費
如何設定DDNS? [情境1] 僅有一台數據機分接電腦、設備
https://blog.ite2.com/ddns-settings-1/
https://www.tp-link.com/tw/support/faq/297/
***********************************************************************
********************************
大眾使用 即時影像 監視器
********************************
即時影像監視器 - - 台北市 中正區
https://tw.live/city/taipeicity/zhongzheng/
【Taipei Live Cam】象山看台北 - 4K即時影像 | Overlooking Taipei at the top of Xiangshan | 象山から望む台北
【Taipei Live Cam】碧山巖 - 4K即時影像 | Bishan Temple | 碧山巌開漳聖王廟 | TAIPEI 101
即時影像監視器 - - 新北市 交通路況
https://tw.live/provincial-highway/newtaipei/
新北市 即時交通資訊網
台北 天氣 與 路況
https://www.meteoblue.com/en/weather/webcams/taipei_taiwan_1668341
新北市淡水區景點(即時影像) 淡水渡船頭 直播 #淡水河 #夕陽 #觀音山 #台北港 #淡水老街河岸 #淡水渡し船乗り場 Du Chuan Tou, Tamsui
桃園國際機場 RCTP 即時影像
https://www.youtube.com/live/91PfFoqvuUk?si=3LhrTlaijh1hb9Lz
即時影像監視器 - - 基隆市 旅遊
https://tw.live/travel/keelung/
Shihmen Reservoir Live Cam 石門水庫即時影像
https://www.youtube.com/watch?v=GUCaVR88ZFU
即時影像監視器 - - 合歡山
【4K】台東南橫埡口即時影像 Taitung Southern Cross-Island Yakou Live Camera
https://www.youtube.com/live/LSkq-wHMxQY?si=QdkxV2sGG89A2B8V
即時影像監視器 - - 屏東 墾丁
********************************
私人 或 公眾服務 即時影像監視
********************************
【墾丁LIVE】南灣即時影像 Kenting Nanwan bay Live Camera Taiwan / Just Hi就是海沙灘海景民宿提供
【Live Cam】東海岸即時影像- 綠島南寮漁港 | Green Island Nanliao Fishing Harbor | 緑島南寮漁港 2160p | 台東綠島 | 石朗潛水區
https://www.youtube.com/live/LSkq-wHMxQY?si=Zc_wXOdNrR5OfuOI
********************************
NASA, 太空,天文 即時影像監視
********************************
Live High-Definition Views from the International Space Station (Official NASA Stream)
Starlink Mission 直播
https://www.youtube.com/watch?v=agYuEAkEljw
親子觀星會
********************************
版主 Dr. 蕭 的 Youtube 頻道
********************************
全台687支 IP 網路攝影機沒換密碼!《Insecam》LIVE 直播診所、7-11、辦公室、住宅窗戶等影像
10 款 ONVIF IP Cam 監視器影像管理軟體的使用心得
https://hipay0.com/onvif-surveillance-software-for-ip-camera/
How to Set Up a Live Camera Feed and Webcam Stream in 8 Steps
https://www.dacast.com/blog/how-to-set-up-a-live-webcam/
別用中國製網路監控攝影機! 南韓大量用戶私密影片被傳到色情網站
https://liff.line.me/1454987169-1WAXAP3K/v2/article/3Nmwj8r?utm_source=copyshare
2023-08-10
2023-12-18
2024-03-20
2024-06-26
2024-08-08