Sherrardtr
07-05-2013, 20:12
Hello everyone,
I have been trying to develop an off board image processing program for my team. The actual image processing works fine but when I try to send the data back to the robot, it gets a little sketchy. On the laptop side I am putting number onto the network table with the following( in a nutshell ):
NetworkTable table;
Table.getTable("key").putnumber("X" , -1);
Everytime I try to put the number to the table, which is when it sees a square, the video feed freezes. However when I remove the square from the view of the camera, e feed resumes.
I guess what I am asking is, what would be the proper way to transmit data from the laptop (driverstation) to the robot?
Thank you!
I have been trying to develop an off board image processing program for my team. The actual image processing works fine but when I try to send the data back to the robot, it gets a little sketchy. On the laptop side I am putting number onto the network table with the following( in a nutshell ):
NetworkTable table;
Table.getTable("key").putnumber("X" , -1);
Everytime I try to put the number to the table, which is when it sees a square, the video feed freezes. However when I remove the square from the view of the camera, e feed resumes.
I guess what I am asking is, what would be the proper way to transmit data from the laptop (driverstation) to the robot?
Thank you!