Issue:
When Im using nvgstcapture-1.0 without any flags, anything that should be centered in the video output is actually on the bottom right. When I set the flags to use 3840x2160 at 30fps, the video is tearing in the middle across the center.
Caveat: I have been using this over vnc, so Ill try it natively over HDMI just in case.
*** Please note that this reply is generated by LLM automatically ***
Based on the provided context, it appears that you are experiencing issues with your camera settings on the Jetson Orin Nano. Specifically, you are seeing that objects that should be centered in the video output are instead appearing on the bottom right, and when you try to use a higher resolution and frame rate, the video is tearing in the middle.
To address this issue, I would recommend trying the following:
Check your camera configuration: Ensure that your camera is properly configured and that the settings are correct. You can try using the nvgstcapture-1.0 command with the --help flag to see a list of available options and settings.
Try a different capture method: Instead of using nvgstcapture-1.0, try using nvarguscamerasrc to capture video from your camera. This may help to resolve any issues related to the camera configuration.
Adjust the resolution and frame rate: Try reducing the resolution and frame rate to see if this resolves the tearing issue. You can use the --resolution and --framerate flags with nvgstcapture-1.0 to adjust these settings.
Check for any hardware issues: Ensure that your camera is properly connected to the Jetson Orin Nano and that there are no hardware issues that could be causing the problem.
Try running the application natively: As you mentioned, try running the application natively over HDMI instead of using VNC to see if this resolves the issue.
In terms of specific settings, you may want to try the following:
nvgstcapture-1.0 -i 0 -r 3840x2160 -e to capture video at 3840x2160 resolution and 30fps.
nvgstcapture-1.0 -i 0 -r 1920x1080 -e to capture video at 1920x1080 resolution and 30fps.
nvarguscamerasrc -i 0 -r 3840x2160 -e to capture video at 3840x2160 resolution and 30fps using nvarguscamerasrc.
It’s also worth noting that the IMX477 camera has a maximum resolution of 3840x2160, so you may want to try reducing the resolution to see if this resolves the issue.
In comparison to other Jetson models, the Jetson Orin Nano has a similar camera interface to the Jetson AGX Orin, but with some differences in terms of camera configuration and settings. Therefore, you may need to adjust your camera settings accordingly.
I hope this helps to resolve your issue. If you have any further questions or concerns, please don’t hesitate to ask.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
This worked, but Im testing the Nano from remote (right at this second), and I didn’t see tearing. Another issue I was seeing is that when you place an object directly in front of the camera, the video is showing the object to be on the bottom right (of the output).