Ubuntu :: Skype Video Call Is A Odd Shade Of Blue / Test Camera Outside Of It?

May 17, 2010

Ever sense i updated to 10.4 skype's video calling for me has turned a light shade of blue, nothing that really tampers with my call, just annoying the snot out of me because the person im talking to is blue.

Also I do not think its my cameras drivers because not only am I a shade of blue, but the person I am talking to is also blue and they say that I on their screen look fine. When i run a camera test with skype everything is a shade of blue as well.

I cannot for the life of me find a way to test my camera outside of skype.

View 3 Replies


ADVERTISEMENT

Ubuntu Multimedia :: [skype] UVC Camera Ok In Test, Not Working In Calls?

Jan 14, 2010

I've a issue on Skype 2.1 beta, my Ubuntu version is Karmic Koala. Well, my camera works perfectly in guvcview and in skype test (I already modified config.xml in my user dir to have 640x480, my cam is Ricoh r5870). OK, as soon as I start my video or I get itautomatically started it goes 320x240 and very bad. I turn it off during the call and I restart it: it works perfectly. Could I solve this issue by telling skype to open the video "just like if it were the second time" ?

View 1 Replies View Related

Ubuntu Multimedia :: Skype Video Call Is Not Avilable?

Mar 20, 2011

I have installed Ubuntu 10.10 on ASPIRE 5315 (intel celeron)Installed SKYPE BETA 2.1.0.8.1.I have external webcam which works with CHEESE ( I could see myself and takepictures).However when I open SKYPE onle telephone (voice) call are available. I Do not have the option for video calls. I do not have/see a tool bar or a side bar so I cannot make any change or test the video. I tried to delete and download SKYPE again and id did not work.What can I do ?If you post an answer please provide step by step since I am not familiar with ubuntu.

View 2 Replies View Related

Fedora :: SKYPE Dumps Video Call After 6 Seconds?

Jul 13, 2010

Have NO video camera. Trying to receive SKYPE video using Fedora 11 & SKYPE Beta Version 2.1.0.81 [latest version].When I receive a video call the image appears and then freezes and dumps the call after about six seconds.I have tried the 'env LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so /usr/bin/skype' launch, but it makes no difference in the bug.I have NOT heard that a camera is required to receive video.Is there a fix for this?nal information: Here is the error message I get when the call dumps and crashes SKYPE.

[thsk@galley ~]$ env LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so /usr/bin/skype
shm_open() failed: No such file or directory
Assertion 'b' failed at pulsecore/memblock.c:439, function pa_memblock_acquire(). Aborting.

[code]....

View 5 Replies View Related

Software :: Make Video Call Using Skype 2.1.0.81 (beta)

Nov 6, 2010

When I open the "Options" of Skype, the camera can be recognized and there is video. But I don't know how to start a Skype video call. My Skype account is "dynamiccliu" if you want to add me and have a try the video call.

View 2 Replies View Related

Ubuntu :: Skype And Kdenlive - Test Video Not Working

Aug 14, 2010

I have an issue with Skype video similar to this thread [URL] where the test video doesn't work and I only see a white screen from my own webcam. The receivers can see my video and I can see their video, however. Video from my webcam works fine in Cheese and Guvcview. It seemed to start after I loaded the Compiz-config-settings-manager in an effort to fix video tearing (didn't work). Also Kdenlive now crashes every time I try to run a clip, but it was working great before. Even if I remove CompizConfig I still have the problem.

View 1 Replies View Related

Ubuntu :: 10.10 - Wireless Is Not Working - Camera On Skype Or A Photo Program The Video Feed / Picture Is Black

Mar 15, 2011

i just fixed my old-ish laptop (pop accident) and instead of putting window on it my dad talked me into trying ubuntu out, gotta say love it, fast and everything but having major problems. i have a lenovo 3000 v200. everything is the same as out of the box except the keyboard, only thing i really needed to replace.
ok problems

1) wireless is not working: i have the switch on (side of the laptop) and bluetooth lights up but wireless doesnt. (Intel PRO/Wireless 3945ABG). now i just learned about 'rfkill list' it shows that there is a soft block on the wireless. tried " rfkill unblock 0" nothing happened. also when i tried finding out wat kernel im using " uname-r" to find out more on why its not unblocking, the CLI says "comand isnt found" next two problems are small but are still frustrating

2) built in camera: the green light is on next to the lens but when trying to test the camera on skype or a photo program the video feed/ picture is black, or blank. not sure what i can do to fix that.

3) fingerprint scanner: yes i have one, i know its not efficient but I still like using it to login in instead of typing. im not sure how to get linux/ubuntu to recognize it if it even is. not sure how to set it up if it is recognized.

i would like to fix the wireless more than anything, if i can fix the camera and scanner then yeay, otherwise i can survive. oh and note i did try using the "additional drivers" app. nothing popped up.

View 3 Replies View Related

Fedora Hardware :: Skype Video / Microphone Not Working - Test It?

Apr 9, 2011

My Internet videos and sounds work, but when i went into call skype test, they said my microphone was not working. I also tried to test my video and that is not working as well. So I believe my microphone/webcam is not installed properly. How do I check if its installed at all? How do I test it?

View 6 Replies View Related

Ubuntu :: Bluetooth And Skype \ Make A Call Using These Headphones With Skype, Can Speak For Say 10 Seconds And Then The Headset Disconnects Completely From The System?

Aug 12, 2010

I recently bought a IOgear USB bluetooth adapter and a Sony DRBT101/BLK bluetooth headphones to use with my computer.Whenever I try to make a call using these headphones with skype, I can speak for say 10 seconds and then the headset disconnects completely from the system. I then have to reconnect the headset by switching it off and on. I do not have this problem listening to music using A2DP. It works fine with my mobile phone.When I change the profile to Telephony Duplex (HSP/HFP), it shows up as hands free, I thought it should be headset in blueman manager. My friend uses Plantronics headset with is Dell laptop with built in bluetooth and he says his comes up as headset not hands free. Could this be causing the problem?

View 1 Replies View Related

Ubuntu Multimedia :: Console Command To Test Camera?

May 6, 2011

I remember there is a command in the console to test the camera, without having to install any chat clients.

View 4 Replies View Related

Programming :: Test New System Call Before Compiling Kernel?

Apr 2, 2009

I want to test my system call that be goint to add to kernel, But when i finish compiling kernel, i found my system call code not work. the code i want to return the system time "struct timespec":

/*----------Start of mycall.c----------*/
#include <linux/linkage.h>
#include <linux/time.h>
#include <linux/kernel.h>

[code]....

so i want a method to test the new system call before compiling kernel.

View 2 Replies View Related

Ubuntu Multimedia :: Skype / No Incoming Call Sound?

Jul 14, 2010

I'm having a problem with Skype. Whenever someone calls me, the incoming call popup shows up, but I can hear no sound playing. Further, if I go in Options/Notifications and try to test the incoming call event, I'm having the same problem.

The .wav file exists and Skype can play it back. I have tested this by assigning that particular .wav to a different event, where it works as expected. Additionally, the other events, e.g. outgoing call, appear to be working normally. This would suggest, that the problem lies with the incoming call event, rather than the particular sound.

View 4 Replies View Related

Ubuntu Multimedia :: Skype Alternative For Call Recording

Aug 11, 2010

Right now in order to do some recording I use Skype and Skype Call Recorder, but Skype only does audio at 16Khz. Is there some other similar program that could be used that could also be recorded at a higher quality?

View 2 Replies View Related

Ubuntu Multimedia :: Skype 2.2.0.25 No Sound No Chat No Call 11.04?

May 9, 2011

I'm using Ubuntu 11.04 x32 Today I started Skype and I couldn't hear the Skype logging sound. Nevertheles I could see the contacts online. When I tried to write messages in the chat they couldn't receive them. When I tried to call nothing worked. After that it seemed that Skype was completely blocked. I clicked with the right button on the green icon of Skype and chose "quit" but it wouldn't close. 1 I logged off from Ubuntu and on again. I opened Skype. I made right click in the green icon and chose "Options"

2 I went to the "Sound Devices" menu in the left part of the window

3 I removed the tick for "Allow Skype to automatically adjust my mixer levels"

4 I closed Skype and opened it again and the sound problem was gone.

View 1 Replies View Related

Fedora :: Resolve An Ongoing Fight Involving /dev/video Node Assignment Between 2 TV Tuner Cards And USB Video Camera

Feb 27, 2011

I am trying to resolve an ongoing fight involving /dev/video node assignment between 2 TV Tuner cards and a USB video camera.

Each time I reboot the three devices seem to shuffle their /dev/video assignment. i.e. what was /dev/video0 (USB camera) after a reboot magically becomes /dev/video1.

This causes all kinds of grief between my MythBackend and ZoneMinder who expect the devices to have static assignments.

how to best solve this? I did a brief search and one solution appears to be to statically assign the devices.

View 3 Replies View Related

OpenSUSE :: SKype On 11.3 : Call Works But Chat Does Not

Sep 20, 2010

I have managed to install Skype on 11.3. I am able to call and even video call but when i try to chat. Skype just crashes.

View 8 Replies View Related

Ubuntu Multimedia :: Caanot Record To Make Call In Skype

Jan 26, 2010

Sound Recorder is working fine. But when try to make normal call or test call I cannot record sound my internal mic in SKYPE. As I speak something immediately the sound level of mic drops to zero. Alsa driver are installed. HDA intel conexant mic.

View 1 Replies View Related

Ubuntu :: Skype Call Recorder To Record Calls On Kubuntu

Aug 11, 2010

I am trying to use a program called skype call recorder to record calls on kubuntu, i've read that you need to configure skype to use alsa in the sound devices menu, but there isn't an option to use alsa in my sound devices menu, it just shows my two sound cards, whenever i try to record i just get silent audio files?

View 2 Replies View Related

Ubuntu :: Call Back To The States Over Skype, And The Microphone Is Not Working?

Oct 4, 2010

just switched over to ubuntu. wife tried to make a call back to the states over skype, and the microphone is not working.

View 2 Replies View Related

Fedora :: Error: Call To Undefined Function: Curl_init() In /root/test.php On Line 142

Nov 22, 2009

curl: try 'curl --help' or 'curl --manual' for more information so here curl is working when I'm trying php test.php I got: PHP Fatal error: Call to undefined function: curl_init() in /root/test.php on line 142

Also in php.ini is missing extension=php_curl.dll but I added and the same problem

View 4 Replies View Related

General :: Can't Recall System App To Call / Test Remote Access To Another Server On Same Network?

Jul 25, 2011

I have logged into one Linux VM and I want to test remote access to another Linux server on the same network but I cannot recall the Linux application to call?

View 10 Replies View Related

Ubuntu Multimedia :: 10.4 And Skype With V-gear Camera 0c45:612c Not Work?

Jun 23, 2010

I have Futjitsu with v-gear camera with Ubuntu 10.4.When I launch Skype with:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
on terminal I see:
$ ERROR: ld.so: object '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded:

[code]....

View 2 Replies View Related

Red Hat / Fedora :: Cannot Make Skype Call Because Of Audio Playback

Feb 9, 2010

I have new machine with good configuration .
Mother Board ---> Asus P5KPL AM/PS
CPU --> Intel Dual core 2.50 GHZ
RAM ---> 1 G.B
Hard Disc ---> 160 GB

I installed Fedora 11. It 's working fine I have problem only for Skype. When I try to call some one, I got the error "Problem with audio playback". I have "skype-2.1.0.81-fc10.i586.rpm" on my machine.

View 2 Replies View Related

OpenSUSE Hardware :: Microsoft WebCam VX 1000 - Use My Camera With Skype Under 11.1

May 16, 2009

I am a proud owner of the Kleinweich WebCam VX 1000.

I want to use my camera with Skype under OpenSuse 11.1. The camera is listed in the yast2 hardware configuration.

I tried to test the camera with luvcview.

I only get an error message:

SDL information:

A way to get this very popular webcam working on his linux PC? If not, which camera is the perfect "LINUX" webcam?

View 8 Replies View Related

Software :: Delete Skype Chat/call History In Fedora?

May 10, 2010

I am using skype in fedora 9. I am searching how can I delete skype call/chat history. I have searched some .dbb files in /home/<username>/.Skype/<skyID> directory like chatmsg2048.dbb. Can I safely remove these files in order to delete my chat history. Also, I cannot view these .dbb files in gedit. If I can read these files, I can better decide which history I need to delete.

View 3 Replies View Related

Ubuntu Multimedia :: Audio Completely Garbled When Attempting A Skype Conference Call?

May 14, 2010

This just started happening recently.. I have no problems with 1on1 skype calls but as soon as I try to bring in another party all of my skype audio just sounds like some really really bad video game from the 70's. Just beeps and borks. The other people on the call can hear each other just fine and dandy, but on my end I can't hear anything except for beep boop beep boop.

Using 10.04 btw

View 4 Replies View Related

Ubuntu Multimedia :: Video Color Is Very Blue?

Aug 16, 2010

I must have inadvertently changed a color setting in Ubuntu. Suddenly, the color in all video that I play is distinctly blue (human skin is shades of blue and green). This happens to multiple videos in both VLC and Movie Player. It does not happen when I play the same videos on VLC in Windows. Pictures and all other graphics appear completely normal. I am still quite new to Ubuntu and I've never encountered anything like this before. I have no idea where to start

View 3 Replies View Related

Ubuntu Multimedia :: X11 Video Playback Blue Saturation

Feb 21, 2010

When trying to playback DVDs in VLC media player, I have to switch the video output driver to get any playback.If I leave it on "Default" (which I think is defaulting to "XVideo Extension Video Output"), I get a solid green or blue screen (which I also get with "Xvideo Extension Video Output")If I switch it to "OpenGL Video Output", I get proper DVD playback but it is kind of pixelated and ugly.If I switch it to "X11 Video Output", I get DVD playback that is very crisp and sharp, the image quality is great.unfortunately, the colors are completely messed up and the blue is completely saturated.I've played with the color settings (especially the Hue setting), but I can't get the colors to look right.

I'd really like to use the x11 video output since the quality is the best, but I can't get the colors right.the first one (Screenshot.png) is OpenGL output, and the second (Screenshot-1.png) is X11 output.It's also worth noting that I am on an IBM ThinkPad R32 with an ATI Mobility Radeon 7000 (or M6, or M6 LE, whatever you wanna call it).I'm running a fully updated 9.04 Jaunty installation.

View 7 Replies View Related

Ubuntu Multimedia :: Make Voice Call - Skype Beta (latest) And Pidgin (gmail Account)

Feb 1, 2010

I have a strange problem with my skype beta (latest) and Pidgin (gmail account) the problem is when i make voice call, it works fine for 1 or 2 mins then the voice drops and it connects after 20,30 secs.

View 1 Replies View Related

Ubuntu / Apple :: Power Mac G3 Blue And White Video Resolution

Jan 27, 2010

haven't been around here in a while, seems that the other OS section is completely gone, so I assume this would be the most appropriate place to ask this, since Debian and Ubuntu are similar enough. Okay, so I installed Debian Lenny on my Power Mac G3. 450MHz, 1GB RAM, and an ATI Rage128, the stock video card. It also has a Linksys WMP54G Wireless card which I got working effortlessly enough.

My issue is with the screen resolution. The driver for the graphics card is installed, but I'm only getting a 800x600 resolution. My Monitor is a 1440x900 screen, so everything's quite out of proportion. I assume I may have to go into xorg.conf to tweak things, but I wouldn't know what to tweak. This is the only thing I need to do to make this my full time OS on this machine.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved