udp
This commit is contained in:
@@ -3,10 +3,12 @@
|
||||
real data
|
||||
```powershell
|
||||
gst-launch-1.0 idsueyesrc config-file=ini/200fps-2456x4pix-cw.ini exposure=5 framerate=300 `
|
||||
! videoconvert ! queue `
|
||||
! queue `
|
||||
! udpsink host=127.0.0.1 port=5000
|
||||
```
|
||||
|
||||
note: 5ms is bit too fast for us
|
||||
|
||||
### Python/OpenCV Receiver
|
||||
```pwsh
|
||||
uv run scripts/recv_raw_column.py
|
||||
@@ -34,5 +36,4 @@ gst-launch-1.0 -v `
|
||||
udpsrc port=5000 caps="video/x-raw,format=RGB,width=1,height=640,framerate=30/1" ! `
|
||||
videoconvert ! `
|
||||
autovideosink
|
||||
```
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user