Photography API

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Photography API

Igor Mironchick
Hi.

Is anybody worked with gstreamer photography API?

Which type of GstElement can be bind to the GstPhotography?

I mean that I create pipeline like this:

camerasrc-> csp filter -> image filet -> image sink

How can I initialize GstPhotography object to use, for example, gst_photography_set_flash_mode function?

I have no idea. Is there somewhere example? Can anybody point me up... Thx.
--
Regards,
Igor Mironchick

------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Photography API

Stefan Sauer
hi,

Igor Mironchick wrote:
> Hi.
>
> Is anybody worked with gstreamer photography API?
>
> Which type of GstElement can be bind to the GstPhotography?
GstPhotography is an interface. You need a camera source that implements
it. Such an implementation is hardware specific right now, as the v4l2
kernel interface does not yet have such feature standartized :/
There are not many of those yet, the v4l2camsrc on Nokia N900 devices
does it.

Stefan

>
> I mean that I create pipeline like this:
>
> camerasrc-> csp filter -> image filet -> image sink
>
> How can I initialize GstPhotography object to use, for example,
> gst_photography_set_flash_mode function?
>
> I have no idea. Is there somewhere example? Can anybody point me up...
> Thx.
> --
> Regards,
> Igor Mironchick
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
>  
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>  


------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Photography API

Hu, Gang A
In reply to this post by Igor Mironchick

You and get the photography implementation in camerabin(gst-plugins-bad/gst/camerabin/).

Please refer to the example code in  

gst-plugins-bad/tests/examples/camerabin/gst-camera-perf.c

and

gst-plugins-bad/tests/examples/camerabin/gst-camera.c

on how to use the gst_photography_set_flash_mode function.

 

I know v4l2camsrc is a modified v4l2src. It implements the photography interface and available in N900 platform.

Thanks.

 

From: Igor Mironchick [mailto:[hidden email]]
Sent: Thursday, April 22, 2010 6:28 PM
To: Discussion of the development of GStreamer
Subject: [gst-devel] Photography API

 

Hi.

Is anybody worked with gstreamer photography API?

Which type of GstElement can be bind to the GstPhotography?

I mean that I create pipeline like this:

camerasrc-> csp filter -> image filet -> image sink

How can I initialize GstPhotography object to use, for example, gst_photography_set_flash_mode function?

I have no idea. Is there somewhere example? Can anybody point me up... Thx.
--
Regards,
Igor Mironchick


------------------------------------------------------------------------------

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel