![]() |
2013-10-25
, 01:32
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#282
|
![]() |
2013-10-25
, 08:27
|
Posts: 47 |
Thanked: 34 times |
Joined on Jul 2012
@ Finland
|
#283
|
And BTW: rawcam is open and the code is available on github. You just have to build it yourself
Off-topic but rawcam is available for free on tmo. It's just put at a high price on the Store for those who don't frequent TMO
The problem is not whether the camera hardware itself supports it or not.
The problem is that the GStreamer element developed by Nokia does not have such features.
GStreamer itself is a multimedia framework and is as good as the plugins developed are.
Of course I can ditch those components, go deeper and implement the functionality by talking to the kernel driver but then I will be tied to harmattan and N9 because such features will not work in a similar way on other platforms.
Is it a dead end?
Short answer: No
Long answer: I have plans to make the whole application support plugins. I just did not do it yet and I am not sure when I will do it
![]() |
2013-10-25
, 13:15
|
Posts: 335 |
Thanked: 285 times |
Joined on Sep 2012
@ Trento, Italy
|
#284
|
The Following User Says Thank You to Lucazz990 For This Useful Post: | ||
![]() |
2013-10-25
, 16:03
|
Posts: 47 |
Thanked: 34 times |
Joined on Jul 2012
@ Finland
|
#285
|
![]() |
2013-10-25
, 16:20
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#286
|
The Following User Says Thank You to marmistrz For This Useful Post: | ||
![]() |
2013-10-25
, 16:56
|
Posts: 47 |
Thanked: 34 times |
Joined on Jul 2012
@ Finland
|
#287
|
But in openrepos rawcam is out of date, I guess. the current harmattan is 1.0.4
![]() |
2013-10-26
, 04:09
|
|
Posts: 694 |
Thanked: 619 times |
Joined on Nov 2011
|
#288
|
The Following User Says Thank You to Akkumaru For This Useful Post: | ||
![]() |
2013-11-10
, 15:20
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#289
|
I'm pretty sure I've found a way to tame mthemedaemon. If you restart that daemon all sorts of bad juju happens, but if you instead just send it a HUP it purrs like a kitten loading all the new eye-candy into the theme.
Tested here and works very well (stock firmware)Code:initctl reload xsession/mthemedaemon
![]() |
Tags |
?where is nemo?, thank you! |
Thread Tools | |
|
The problem is that the GStreamer element developed by Nokia does not have such features.
GStreamer itself is a multimedia framework and is as good as the plugins developed are.
Of course I can ditch those components, go deeper and implement the functionality by talking to the kernel driver but then I will be tied to harmattan and N9 because such features will not work in a similar way on other platforms.
Is it a dead end?
Short answer: No
Long answer: I have plans to make the whole application support plugins. I just did not do it yet and I am not sure when I will do it
And BTW: rawcam is open and the code is available on github. You just have to build it yourself