|
2013-09-07
, 19:42
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#1062
|
|
2013-09-08
, 17:43
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#1064
|
|
2013-09-08
, 17:51
|
|
Posts: 215 |
Thanked: 448 times |
Joined on Aug 2012
@ Burgas, Bulgaria
|
#1065
|
|
2013-09-08
, 18:01
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#1066
|
Is somebody still working on camera-ui?
Bug N1: Quality of photos made with camera-ui is worse (more pixelized) than taking a photo with the following simple command line:
Bug N2:Code:gst-launch v4l2src num-buffers=1 ! dspjpegenc ! filesink location=test.jpgtunes compression quality.Code:gst-launch v4l2src num-buffers=1 ! dspjpegenc encoding-quality=0-100! filesink location=test.jpg
Setting
in gdigicam-camerabin.conf does NOT work(may be related to gdigicam packages)Code:[imageenc] element=dspjpegenc encoding-quality=0-100
Bug N3:
Setting
tab in gdigicam-camerabin.conf does NOT work(may be related to gdigicam packages) and I can't change the default pixel format (UYVY) to (better) YUY2Code:[filter-caps]
I can prove all these 3 bugs if needed.
|
2013-09-08
, 19:13
|
|
Posts: 215 |
Thanked: 448 times |
Joined on Aug 2012
@ Burgas, Bulgaria
|
#1067
|
Originally Posted by tanago@nicolai: see this post ^^^Is somebody still working on camera-ui?
Bug N1: Quality of photos made with camera-ui is worse (more pixelized) than taking a photo with the following simple command line:
Bug N2:Code:gst-launch v4l2src num-buffers=1 ! dspjpegenc ! filesink location=test.jpgtunes compression quality.Code:gst-launch v4l2src num-buffers=1 ! dspjpegenc encoding-quality=0-100! filesink location=test.jpg
Setting
in gdigicam-camerabin.conf does NOT work(may be related to gdigicam packages)Code:[imageenc] element=dspjpegenc encoding-quality=0-100
Bug N3:
Setting
tab in gdigicam-camerabin.conf does NOT work(may be related to gdigicam packages) and I can't change the default pixel format (UYVY) to (better) YUY2Code:[filter-caps]
I can prove all these 3 bugs if needed.
gst-inspect jpegenc
gst-inspect dspjpegenc
The Following 9 Users Say Thank You to tanago For This Useful Post: | ||
|
2013-09-09
, 10:19
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#1068
|
|
2013-09-09
, 10:53
|
Posts: 1,680 |
Thanked: 3,685 times |
Joined on Jan 2011
|
#1069
|
|
2013-09-09
, 11:03
|
Posts: 804 |
Thanked: 1,598 times |
Joined on Feb 2010
@ Gdynia, Poland
|
#1070
|
Yes, just like tange already said.
http://gitorious.org/community-ssu/g...am-camerabin.c
has to properly parse the conf file for additional properties.
/* FIXME: once camera bin has support for quality, use proper API. */
The Following User Says Thank You to misiak For This Useful Post: | ||
The smallest effective ev difference is large because unlike -1,0 etc ev the setting -0,5 does nothing. For most cases a 1,0 ev change is too large.
Last edited by handaxe; 2013-09-07 at 23:22.