udp
This commit is contained in:
parent
2699913e92
commit
4d35d16c72
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,5 +38,6 @@ ipch/
|
||||
|
||||
*.mkv
|
||||
*.raw
|
||||
*.dot
|
||||
gst_plugs/
|
||||
results/
|
||||
@ -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
|
||||
@ -35,4 +37,3 @@ gst-launch-1.0 -v `
|
||||
videoconvert ! `
|
||||
autovideosink
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user