Skip to content

Commit

Permalink
Update initX20.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 27, 2024
1 parent e2cb96b commit 8bee006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initX20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ touch /usr/local/share/openhd_platform/x20/hdzero

sleep 10
depmod -a
modprobe 88XXau_ohd rtw_amplifier_type_2g=0 rtw_amplifier_type_5g=192 rtw_RFE_type=1 rtw_TxBBSwing_2G=0 rtw_TxBBSwing_5G=3
modprobe 88XXau_ohd rtw_amplifier_type_2g=0 rtw_amplifier_type_5g=1 rtw_RFE_type=1 rtw_TxBBSwing_2G=0 rtw_TxBBSwing_5G=3
modprobe HdZero
gst-launch-1.0 -ve v4l2src device=/dev/video0 num-buffers=72 ! video/x-raw,width=1280,height=720,framerate=60/1,format=NV12 ! cedar_h264enc keyint=12 bitrate=16000 ! video/x-h264 ! h264parse ! matroskamux ! filesink location="/home/openhd/$fname" >& /home/openhd/GStreamerLog.txt

Expand Down

0 comments on commit 8bee006

Please sign in to comment.