-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No image being published #38
Comments
I am trying to get the on-board TX2 working as well and ran into the same issue as you. Did you ever work it out? I've been looking at NVIDIA forums and I can get the images streaming using
but then I get this output
I just started using this today, any input would be welcome! |
@KonstantineMushegian-TRI have you found a solution? |
@gariepyalex Are you able to get the camera stream using the following command? I was not able to get this package working; I was able to get a video stream using OpenCV however couldn't get the same code to work in ROS. |
I sort of made my own solution: repo |
I solved it by compyling it on the tx2 with version 1.0 and the following launch file: Install ros like described in
add file ~/catkin_ws/src/gscam/examples/tx2.launch
run
Now an image is displayed ❤️ 🖼️ 😄 |
Thanks so much for the solutions! Just for info in case anyone faces the same problem, I tried using @plieningerweb's launch file but at first kept getting the error |
Environment: JetPack 4.3 running on a TX2 It appears that gstreamer has been updated and "nvcamerasrc" has now become deprecated. The below solution is a modified version of @plieningerweb solution to account for the move to "nvarguscamerasrc" over "nvcamerasrc". Note: It appears that the only format that nvarguscamerasrc accepts from the TX2 is NV12.
run
Note: If you are having issues you can try debugging with the below command.
Helpful LinkJetson TX2 GStreamer capture and display example pipelines for Jetpack 4.2+ |
hello friend, i just found nvarguscamerasrc plugin make some memory leak in my xavier with gscam,i want know have some resolution over hear. |
This is a really late reply and might be specific to the ROS2 version, but an issue I see here is one I faced, you can see how I debugged it here: #97 (comment) You have to escape your quotes with Example of a ROS2 launch file which works for me:
Edit that this is based on the example launchfiles in the repo, though I used python out of personal preference |
Hi there,
So I've been trying to launch a Jetson TX2 on-board camera using gscam_nodelet.launch. It runs without errors, but there was no image being published. I wonder if there's anything I missed here. Thanks.
The text was updated successfully, but these errors were encountered: