-
Notifications
You must be signed in to change notification settings - Fork 57
What I need for Live Stream and Static Image via http? #26
Comments
Hi, @xefil. There is a special install section for the Live Stream Image Capture. First make sure you've read through that. Afterwards, you should be able to use the image() method. As for the video, this library doesn't expose a video method directly, but you could copy the image() method (source) and let the whole stream pass through instead of taking a single frame. You should also be able to connect to the camera video stream directly from something like VLC. The URL is stored here in the code. Hope that helps! |
Hello @joshvillbrandt , Thanks for the fast answer. I've read the doc but cannot figure out how to work with.
my network:
The goal, as described, is to obtain two URL to get the content, one for image, one for stream. Thanks for your help! Simon |
This repo build on the wireless library. Does that arm board match one of the supported environments in the wireless library? (Check out the "Description" section at that link.) |
I'm using NetworkManager and nmcli is there as command:
About the permissions, actually I'm running the commands as root, so should be able to do everything. I'm on a wired onterface as well. Maybe it's only a matter of specifying the network interface to use? In this case Ideas? |
Hello @joshvillbrandt , I've compiled the whole from github and now I can connect to the gopro via goproctl passing the interface name. Can I get a picture from the camera via the Thanks, Simon |
Hello,
I've a GoPro HERO3 and I would like to obtain the following:
How can I obtain what above?
Actually I've installed succesfully the goprohero library. I'll test this evening how con connect the board to the GoPro WiFi.
Thanks!
Simon
The text was updated successfully, but these errors were encountered: