Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.6 and DriveWorks 4.0
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Thank you for reaching out and providing the details of the error you encountered while running the nvsipl_sample and nvsipl_camera applications. I recommend searching the forum as a first step when facing issues, as it can often provide valuable insights and solutions from the community.
For the specific errors you mentioned, I suggest referring to the following forum topics that discuss similar problems:
As per one of the suggestions, I tried without the -d flag and I obtain output,
nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples/nvmedia/nvsipl/test/camera$ ./nvsipl_camera --platform-config "F008A120RM0A_CPHY_x4" --link-enable-masks "0x0001 0x0000 0x0000 0x0000" --showfps -w 1
MAX96712: Revision 2 detected
MAX96712 Rev 2: Link 0: Tx amplitude 0x28, 0x68, 0xb3, 0x72, 0xd2
MAX96712 Rev 2 manual adaptation on the link 0 (31)
MAX9295: Revision 8 detected!
Sensor AR0820 GRBG Rev 2.1 detected!
Module_id 22 Severity 6 : NvMediaICPCreateEx 76
Module_id 22 Severity 6 : T19x VI version 0x000019
nvsipl_camera: Opened NITO file for module "F008A120RM0A", file name: "/opt/nvidia/nvmedia/nit/F008A120RM0A.nito"
Enter 'les' followed by sensor ID to enable LED
Enter 'lds' followed by sensor ID to disable LED
Enter 'dl' followed by sensor ID to disable the link
Enter 'el' followed by sensor ID to enable the link without module reset
Enter 'elr' followed by sensor ID to enable the link with module reset
Enter 'q' to quit the application
-
Output
Sensor0_Out1 Frame rate (fps): 28.9983
Sensor0_Out2 Frame rate (fps): 28.9983
Output
Sensor0_Out1 Frame rate (fps): 29.9981
Sensor0_Out2 Frame rate (fps): 29.9981
Output
Sensor0_Out1 Frame rate (fps): 29.9983
Sensor0_Out2 Frame rate (fps): 29.9983
Output
Sensor0_Out1 Frame rate (fps): 29.9981
Sensor0_Out2 Frame rate (fps): 29.9981
Output
Sensor0_Out1 Frame rate (fps): 29.9981
Sensor0_Out2 Frame rate (fps): 29.9981
Output
Sensor0_Out1 Frame rate (fps): 29.9982
Sensor0_Out2 Frame rate (fps): 29.9982
Could you please let me know what could be the reason for this issue?
Our design allows for only one graphics process (one graphics app) to run at a time. Therefore, running two graphics apps simultaneously is not supported.
To resolve this issue, please follow To run the sample applications and disable any conflicting processes to use the ‘-d’ option. This will ensure that only one graphics app is running at a time, allowing for proper operation.
nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples/nvmedia/nvsipl/test/camera$ sudo pkill X
nvidia@tegra-ubuntu:~/drive-t186ref-linux/samples/nvmedia/nvsipl/test/camera$ ./nvsipl_camera --platform-config "F008A120RM0A_CPHY_x4" --link-enable-masks "0x0001 0x0000 0x0000 0x0000" --showfps -d 0 -w 1
MAX96712: Revision 2 detected
MAX96712 Rev 2: Link 0: Tx amplitude 0x28, 0x68, 0xb3, 0x72, 0xd2
MAX96712 Rev 2 manual adaptation on the link 0 (31)
MAX9295: Revision 8 detected!
Sensor AR0820 GRBG Rev 2.1 detected!
Module_id 22 Severity 6 : NvMediaICPCreateEx 76
Module_id 22 Severity 6 : T19x VI version 0x000019
nvsipl_camera: Opened NITO file for module "F008A120RM0A", file name: "/opt/nvidia/nvmedia/nit/F008A120RM0A.nito"
Enter 'ld' to list display-able outputs.
Enter 'e' followed by 'ID' to enable display for specific camera group
Enter 'les' followed by sensor ID to enable LED
Enter 'lds' followed by sensor ID to disable LED
Enter 'dl' followed by sensor ID to disable the link
Enter 'el' followed by sensor ID to enable the link without module reset
Enter 'elr' followed by sensor ID to enable the link with module reset
Enter 'q' to quit the application
-
Output
Sensor0_Out1 Frame rate (fps): 28.9982
Sensor0_Out2 Frame rate (fps): 28.9982
Output
Sensor0_Out1 Frame rate (fps): 29.9982
Sensor0_Out2 Frame rate (fps): 29.9982
^COutput
Sensor0_Out1 Frame rate (fps): 29.9965
Sensor0_Out2 Frame rate (fps): 29.9965
SUCCESS
In order to get back the display on my monitor, I just run sudo systemctl restart gdm3