Dear Sir,
I run a deepstream sample in AGX Xavier,but there is red screen as the attached
Please kindly advise me how to solve it
Dear Sir,
I run a deepstream sample in AGX Xavier,but there is red screen as the attached
Please kindly advise me how to solve it
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hi,
Which sample you met this error? please provide detailed information.
My answer is below:
Hardware Platform
Jetson AGX Xavier
DeepStream Version
5.0.0
JetPack Version (valid for Jetson only)
Jetpack 4.4.0
TensorRT Version
7.1.3.0
Issue Type( questions, new requirements, bugs)
Run “deepstream-app -c *.txt” when [sink0]=>type=5, will occure “Red Screen” issue, NOT all Xaviers happened.
One Xavier happened frequently, the other two Xaviers happened once in a while, frequence are about 20%
and if we revised type=2, red screen will be solved. we don’t know the reason.
One more thing, sometimes we shut down the Xavier,Red Screen will be shown.but we could not reproduce the issue.
Can you try below configuration? replace your sink0 group with below.
[sink0]
enable=1
#Type - 1=FakeSink 2=EglSink 3=File 4=RTSPStreaming 5=Overlay
type=5
sync=0
display-id=0
offset-x=0
offset-y=0
width=0
height=0
overlay-id=1
source-id=0
I used same configuration, but can not repro the issue.
Each Xavier connected to unique display monitor or something else? like connect to same monitor, but with different DP port.