Active Topics

 


Reply
Thread Tools
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#61
This is what ticks me off when i see this, why the fukkking hell did those ******s at Nokia send the device out with a front camera if we cant even use it properly. Video calls suck arse on the front we all know it. and no button or built it to switch to front camera. I would really love a 30min interview with the people who made the hardware and developed the software. Tell them yes you have done an amazing job but did you all smoke crack half way through devlopment? makes no sense to me why they didnt finish it and test it properly. f u once again Nokia.
 

The Following 4 Users Say Thank You to lucas777 For This Useful Post:
Posts: 1,746 | Thanked: 1,832 times | Joined on Dec 2010
#62
its weird when I use it for a skype call its fine. but streaming its terrible? odd...
 
Posts: 738 | Thanked: 179 times | Joined on Mar 2010 @ Gold Coast, Australia
#63
How can yopu say streaming skype is fine? video freezing up and quality is so bad its not funny, look at all the other devices out there that have front camera and how good it looks
 
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#64
Originally Posted by nicolai View Post
less greenish
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! autovideosink
That awesome, thanks. Ive been looking for weeks on how to get rid of that green tint (works for /dev/video0 too).
 
Posts: 235 | Thanked: 86 times | Joined on Dec 2010
#65
Originally Posted by nicolai View Post
less greenish
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! autovideosink
great, but could you make it less distorted? the picture looks like stretched to the sides, so maybe a "resolution" option would be nice
 
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#66
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! xvimagesink force-aspect-ratio=true
 

The Following 6 Users Say Thank You to nicolai For This Useful Post:
Posts: 235 | Thanked: 86 times | Joined on Dec 2010
#67
Originally Posted by nicolai View Post
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! xvimagesink force-aspect-ratio=true
this works perfectly. thanks a lot

if you don't mind, would you consider make a wrapper to this command to an app that would work as a fully working front camera app?
I believe a python script that run this command and listen to camera button, and on triggered it will run another command to capture the pic as file. I think it's doable

or maybe implement it to your camera-ui2 app? though I'd prefer a separate app since I still want to preserve my stock camera app

add.
do you have any idea why capturing to file can only create a very dark image?
I've tried it with this command

Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! jpegenc ! filesink location=test.jpg
and what I can see is lamps, nothing else. as if it can only capture source of lights. but original code works pretty well though (as best as a nokia's front cam can)
note. for unknown reason omx_jpegenc and dspjpegenc won't work on my device

Last edited by figaro; 2011-03-15 at 09:25.
 
Posts: 1,522 | Thanked: 392 times | Joined on Jul 2010 @ São Paulo, Brazil
#68
The difference between Skype and most other programs that use the front camera is Skype plays with the parameters trying to adjust to the current conditions, while most other programs just turn the camera on.
 
debernardis's Avatar
Posts: 2,142 | Thanked: 2,054 times | Joined on Dec 2006 @ Sicily
#69
Originally Posted by nicolai View Post
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! ffmpegcolorspace ! xvimagesink force-aspect-ratio=true
Pulling out ffmpegcolorspace the image is quite brighter:
Code:
gst-launch-0.10 v4l2camsrc device=/dev/video1 driver-name=omap3cam ! xvimagesink force-aspect-ratio=true
__________________
Ernesto de Bernardis

 

The Following 3 Users Say Thank You to debernardis For This Useful Post:
HtheB's Avatar
Moderator | Posts: 3,718 | Thanked: 7,419 times | Joined on Dec 2009 @ Bize Her Yer Trabzon
#70
I suddenly start to think that with this code the Mirror app can finally be fixed
hope the maintainer will see this
__________________
www.HtheB.com
Please donate if you think I'm doing a good job.
 
Reply

Tags
front camera


 
Forum Jump


All times are GMT. The time now is 21:43.