ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Trishant_Roy_221b's profile - activity

2020-03-23 15:26:00 -0500 received badge  Famous Question (source)
2019-04-08 01:05:05 -0500 marked best answer Transfer video using Wifi

Hey, I am trying to transfer video from one laptop to another for real-time analysis.

I followed the instructions given in the following link:

http://wiki.ros.org/ROS/Tutorials/Mul...

I want to transfer video at 720p.

But there is a lot of lag and also the frame rate received is very less.

Is there a problem with video transfer using Wifi? That shouldn't be the case since there are cameras having internal wifi or drones are also used in concerts, matches for live streaming.

Are their other methods to transfer other than ROS or another method in ROS?

I could only get real-time video when I reduced to 200 X 200 (very less).

Edit: I am using usb_cam package to get webcam data and using rviz to view the video feed.

Thanks.

2018-11-19 09:52:26 -0500 commented question Warn in execution of Differential Drive plugin

Try this: https://answers.ros.org/question/236122/diffdrive-odometry-source-is-missing/

2018-11-03 07:53:19 -0500 asked a question Use ROS package libraries for Gazebo plugins

Use ROS package libraries for Gazebo plugins Hey, How to use libraries (.so files) present in devel/lib folder of ROS pa

2018-10-13 06:18:29 -0500 commented answer Send GPS data from a computer

Thanks a lot... I will look at the example you have sent.

2018-10-13 06:05:43 -0500 commented answer Send GPS data from a computer

Thank you. So I can write a C++ code directly to send data to a UART port, right? Can I use the code in the ROS node als

2018-10-13 05:49:20 -0500 commented answer Send GPS data from a computer

No. I haven't worked with serial ports.

2018-10-13 05:49:20 -0500 received badge  Commentator
2018-10-13 04:53:25 -0500 commented answer Send GPS data from a computer

rosserial_arduino would require an Arduino as well, right? Is there a way to communicate with only the computer and the

2018-10-13 04:20:10 -0500 received badge  Notable Question (source)
2018-10-13 04:06:54 -0500 commented answer Send GPS data from a computer

According to you, this can be done using rosserial, right? If possible can you send an example/tutorial where this has b

2018-10-13 04:05:33 -0500 commented answer Send GPS data from a computer

I am getting GPS-type data on a ROS topic. I want to send this data to a UART port in some controller from my computer.

2018-10-13 03:56:32 -0500 received badge  Enthusiast
2018-10-12 11:39:55 -0500 commented answer Send GPS data from a computer

Ohkay.. Can you send an example/tutorial where this has been implemented? I found a different approach (not ROS): http:

2018-10-11 01:27:23 -0500 received badge  Popular Question (source)
2018-10-11 00:57:43 -0500 edited question Send GPS data from a computer

Send GPS data to from computer Can I send GPS data (computed somehow) to a UART port from a computer i.e. physically con

2018-10-11 00:57:43 -0500 received badge  Editor (source)
2018-10-11 00:57:18 -0500 commented answer Send GPS data from a computer

Hey... Thanks for the reply. The methods that you have mentioned are when we want to get data from the GPS module. I wan

2018-10-10 16:05:25 -0500 commented question Send GPS data from a computer

Is this forum totally for ROS-centric doubts? If yes, I will close/delete the topic and my apologies!

2018-10-10 16:01:10 -0500 commented question Send GPS data from a computer

I want to send GPS data that I am getting in ROS. I want to know if anyone has done this i.e. send GPS data. I understan

2018-10-10 15:39:38 -0500 asked a question Send GPS data from a computer

Send GPS data to from computer Can I send GPS data (computed somehow) to a UART port from a computer i.e. physically con

2018-05-06 05:58:06 -0500 received badge  Famous Question (source)
2018-01-14 15:32:02 -0500 received badge  Notable Question (source)
2018-01-14 14:59:23 -0500 commented answer Transfer video using Wifi

Edited. Yes... that is true...But the video feed should be better like wifi cameras

2018-01-14 14:56:50 -0500 edited question Transfer video using Wifi

Transfer video using Wifi Hey, I am trying to transfer video from one laptop to another for real-time analysis. I follo

2018-01-14 11:22:01 -0500 commented answer Transfer video using Wifi

I tried the compression topic as well and that too in 480p. Though the output is better, the issue still persists. Is t

2018-01-09 13:48:03 -0500 received badge  Popular Question (source)
2018-01-09 08:46:55 -0500 asked a question Transfer video using Wifi

Transfer video using Wifi Hey, I am trying to transfer video from one laptop to another for real-time analysis. I follo