Skip to content

Commit 3e18474

Browse files
krp97pwielders
authored andcommitted
Add gst1-bcm env vars to explora setup script
1 parent a02c1d6 commit 3e18474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

board/explora/wpeframework.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ export NF_GST_AUDIO_PCM_TRANSPORT_UNIT_OVERRIDE=5
1818
export NF_GST_AUDIO_PCM_LATENCY_OVERRIDE=170
1919
export NF_SW_PLAYBACK_QUEUE_SIZE_OVERRIDE=32
2020
export GST_DEBUG=1
21+
export GST_VIDEO_WINDOW_BOX_MODE='y'
22+
export GST_VIRTUAL_DISP_WIDTH=1280
23+
export GST_VIRTUAL_DISP_HEIGHT=720
24+
export GST_ENABLE_SVP='y'
2125

2226
#FIXME: Temporary solution for TCP receive buffer size
2327
sysctl net.core.rmem_max=262144

0 commit comments

Comments
 (0)