-
Notifications
You must be signed in to change notification settings - Fork 51
please help to setup RS r200 in ubuntu 18.04 #193
Comments
I don't have the hardware to try it but maybe I can help you. First start dcm and post the output so that we can see how the camera was detected. |
I have ubuntu 18.04, realsense r200, usb camera uvc,and gazebo. $./autogen.sh && ./configure --enable-mavlink --enable-realsense --enable-avahi --enable-gazebo $make I run mavros via UART ttys04 921600bds (connect to FCU chibiOS via TL2 port) and it serve with its proxy url_gcs (in launch file)in port 14450 to mavlink-router which will distribute to internal gcs in companin gcs port 14551, gcs in netbook port 14552. The conexion is all by an access point made with my phone (192.168.43.1),but with home router I get same results. i START MAVLIN-ROUTER DCM main.cfg as I want realsense r200 rgb camera streaming so I use the aero.cfg file which I adapt to my ls /dev/video output, my companion IP and port that is serve by mavlink-router 14553* MAIN.cfg in /etc/dcm [v4l2] [mavlink] [uri] I run dcm copied in /usr/bin [uri] [imgcap] [vidcap] [rtsp] OUTPUT DCM thank you!! |
Is the graphics card on the computer where dcm is running Intel GPU or something else? |
exactly it is an Aaeon UP 4Gb with Intel HD400 |
In your output I see lines like: Did you try to use instead of: rtsp://127.0.0.1:8554/video0 ffplay is a command line video player that gives you more output about what is going on. |
No I didn't test them as they are the IR cameras of the realsense, the rgb camera is video0. |
This pipeline should work for hadrware accelerated video on Intel HD graphics: Can you try to run dcm like this, it will generate a lot of output but we might see what is wrong: |
Ohh thank you!!! Even if not work is a lot more than I can make my self. |
D435 needs librealsense 2.0 and we currently don't support it - support will be added in the future. I thought that R200 is old lib but it might require 2.0 |
I have both r200 wirh sdk1 and d435 with sdk2 I just tried because dont lose anything xD. |
I have open udp and tcp ports and this is the main.cfg to can at least get visualize the r200s rgb camera. [mavlink] [uri] [imgcap] [vidcap] [rtsp] ffplay output DCM repeat this output constantly ull) |
GST_DEBUG=3 dcm it sent many errors AVAHI START |
HI , followed all possible configurations that I could imagin to make work Realsense r200 in ubuntu 18.04 and GPU Intel i960 driver i Think
the camera start, as the IR emiter is turn on, the streamings are made but imposible get image in my IP or 127.0.0.1
for ubuntu when I made the dcm should I config for Aero, Aero+realsense or only realsense. should I start the server for xml and aiim the uri to rs-rgb, or uvc?
is mandatory have working the mavlink link?
i get image from a webcam with no problem but I cant with r200, maybe the gstreamer config is bad for 18.04?
The text was updated successfully, but these errors were encountered: