Re: Nikon Live View with libgphoto2
Dan Fandrich <[email protected]>
| Newsgroups | gmane.comp.multimedia.gphoto.devel |
|---|---|
| Message-ID | <YS1wAze/[email protected]> |
On Mon, Aug 30, 2021 at 11:08:25AM -0400, xiang5 wrote: > I hope this email list could help me solve the problems I am having. I am using Nikon D3500 for a project. What I need now is getting camera live view stream and show in my application. I am wondering is there any function I can use to get the lives stream pointer so that I could display it on my screen? I don't know if that camera specifically supports live streaming, but you can see how the simple program like https://github.com/aqiank/gphoto2-liveview-example works to display a camera live stream. That particular program relies on the gphoto2 CLI to get the data, so you'd have to read its code to figure out how to write a self-contained application using libgphoto2 directly. The API documentation at http://gphoto.org/doc/api/ will help with that. Dan