



But if you go on Loopnet or pull up some random marketing email blasts, it’s amazing what some brokers try to get away with. Some even implemented their own GoPro control programs and APIs.After winning a new listing, the first step in any CRE marketing plan is to build a commercial real estate marketing package. While I still plan to explore this avenue, it turns out that OpenCV's VideoCapture class is perfectly capable of capturing frames from the live stream with only a small amount of latency.ĭuring development, I drew on a number of sources that paved the way for this node. The package is written as a collection of C++ nodes because 1) I'm more comfortable with the language, and 2) I initially investigated using ffmpeg to grab still frame images from the GoPro's UDP stream (though that proved troublesome), with the expectation that it could be tuned for minimal latency. A similar effect may be achieved by sending the stream restart command at the same interval, but this method produces a video blip on each restart command. Any connection must command the GoPro to restart the stream after it connects, and then send stay alive messages every 2 to 2.5 seconds. The GoPro Hero 4's live stream comes from a UDP stream (udp://10.5.5.9:8554). Briefly, we considered bridging the primary sub network to the GoPro's network to avoid an additional network and network device, but the GoPro's network is fairly unstable and we don't want the sub relying on it in any capacity. The network configuration here seems (and is) somewhat complex, but the GoPro requires that it is the LAN provider that allows devices to connect to it for control and streaming. That computer accesses the GoPro's stream for logging and processing. A WiFi dongle (separate from the sub's router), plugged into the sub's vision computer, connects to the GoPro's network. We plan to attach the GoPro Hero 4 Black camera to the sub's external housing.

* Taking and retrieving still images (including multishot) Currently only tested with the GoPro Hero 4 Black, the nodes within allow: To date, an official ROS package for the GoPro Hero does not exist, and I plan for this package () to remedy that.
