Re: Video feed using libgphoto2
Marcus Meissner <[email protected]>
| Newsgroups | gmane.comp.multimedia.gphoto.user |
|---|---|
| Organization | SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 212 84 (AG Nürnberg) |
| Message-ID | <[email protected]> |
Hi, On Mon, Sep 10, 2018 at 11:07:01AM +0530, Vishal Rajak wrote: > Dear Sir, > > We want to run gphoto2 command to get video feed of camera using > ubuntu(16.04). We 're using gphoto2 version 2.5.9.Is there any camera > configuration has to be done before running gphoto2 --capture-movie command > or Is it possible to get live feed of camera using gphoto2 library? Someone used this kind of commandline: gphoto2 --capture-movie --stdout | ffmpeg -i pipe:0 http://localhost:8080/feed1.ffm Ciao, Marcus