Skip to content

RaspberryPiカメラストリーミングサーバ

Notifications You must be signed in to change notification settings

Cpaw/pi-camera-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Camera Streaming Server

##Setup

./setup.sh

##Run

# height width frame_rate html_port websocket_port
python3 server.py 640 480 30 6000 7000

##URL Server address 127.0.0.1
HTML server port 6000
WebSocket server port 7000

address
http://127.0.0.1:6000/ html
http://127.0.0.1:6000/streaming.js client script
ws://127.0.0.1:7000/ streaming server

##Receive Sample

<html>
  <head>
    <img id="cameraImg" src="" width="" height="">
    <script type="text/javascript" src='127.0.0.1:6000/streaming.js'></script>
  </head>
</html>

About

RaspberryPiカメラストリーミングサーバ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published