Hello All,
I was wondering if I could get some help with creating a custom dashboard project. Right now, I am trying to get a second camera feed from another camera. I plan on using the http protocol and having this second camera come from the bridge. However, I do not see a VI that fits my need. Is there any way around it? I would prefer not to use any UDP ports since I have to send packets of data to the robot and get packets from the robot.
Thanks for the link, answered all of my questions, although I wonder if i could actually have done a round about way, since to me read MJPG is a black box.
You certainly could have gotten then read JPG to work on the dashboard as well. If you open the readmjpg VI, you should be able to see that it is sending a different http request to the camera, and parsing the response just a bit different. Feel free to probe it during execution and ask questions if something isn’t clear.
Greg McKaskle