The Following 5 Users Say Thank You to Radu For This Useful Post: | ||
![]() |
2018-01-13
, 14:05
|
|
Posts: 654 |
Thanked: 2,368 times |
Joined on Jul 2014
@ UK
|
#2
|
Multimedia
Sailfish Multimedia uses QtMultimedia, on top of GStreamer 1.0 supporting the 'good' and 'bad' plugin collections. The 'ugly' plugin set is not supported for licensing reasons.
Some low-level media services that interact with the Android HAL are wrapped up in droidmedia, and exposed in a custom Gstreamer plugin: GStreamer1.0-droid. This includes support for OMX codecs (H.264/AVC, VP8, MPEG-4 & H.263 video, MP3 & AAC audio), Camera support (including direct capture and encoding of video for recording) and EGL display, which can all use Android native buffers and formats internally for added performance.
The Following User Says Thank You to Feathers McGraw For This Useful Post: | ||
![]() |
2018-01-13
, 14:21
|
Posts: 303 |
Thanked: 146 times |
Joined on Aug 2009
|
#3
|
![]() |
2018-01-13
, 15:42
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#4
|
![]() |
2018-01-13
, 17:00
|
Posts: 303 |
Thanked: 146 times |
Joined on Aug 2009
|
#5
|
The Following User Says Thank You to Radu For This Useful Post: | ||
One of my ideas is to make a programmable camera app, where you can run scripts and such (similar to CHDK).
Anyway, I've been looking online for info about the camera API and I couldn't find anything. Is there an official guide or something, preferably for C (not C++) camera programing?