Need webcam advice for older Powerbook

Hello!
I've had my G4 aluminum Powerbook for about 5 or 6 years, and it is a wonderful machine. I recently upgraded to Tiger. I connect to the Internet wirelessly through Airport and a router connected to my husband's desktop G4.
I am having a bit of trouble figuring out how to accomplish one thing: I'd like to set up a webcam at home on my machine to watch my dogs while I'm at work (on a PC). I understand the iSight is no longer available, and Apple tells me it has a lovely Logitech Quickcam Ultra Vision that will allow me to chat with video. But I don't think chat will work work: I want a streaming video to come from my webcam that I can access through the Internet at work.
First, is this possible, given my set-up. And second, would the Logitech work and with what software?
Many thanks for your wise advice.

Here are two fantastic resources for you.
1) Macam, which has a list of ALL compatible webcams with Mac OS X, via USB
[http://webcam-osx.sourceforge.net/cameras/index.php]
2) iChatUSB, which is a software/plug-in that also lets you use certain webcams
[http://www.ecamm.com/mac/ichatusbcam/configs.html]
There's also this one:
[http://www.ioxperts.com/dcam.html]
Message was edited by: Pismo 900
The best one I've tried out so far, but returned because I didn't really need it after all (it was for a short-term project at work, and then after the project was shelved, I returned the webcam to the, er, shelves. Ha ha) is the Logitech QuickCam for Notebooks Pro.
It has built-in support and you don't need third party extensions. The clarity is great! Crystal clear images, both video and stills. It has a Carl Zeiss lens, if I remember correctly. And it works right out of the box.
Just be careful to get the right model number. There is a note of this on those first two sites above. A note about an earlier version (part no.) but same box could mean the difference between it working and not working. Something about UVC compliance.

Similar Messages

  • 802.11 g (or n) for older powerbooks

    I have a Ti powerbook with an airport card. Obviously the newer airport cards will not fit. Is there a third party manufacterer that makes an 'Airport' card for these older powerbooks that offer g or n speeds? I know I can get a PCMCIA card, but then they are not as convenient, and you have to make sure drivers are available.
    G5/1.8/SP/5G & TiPB/500/2G   Mac OS X (10.4.8)  

    This link from iFelix's site gives you your options for upgrading to g from b compliant wireless cards.
    n Wireless adapters that are compatible with Mac have not been released yet, or at least I haven't seen any yet.
    http://www.ifelix.co.uk/tech/1030.html
    Cheers Don

  • Universal Dock as IR for older PowerBook

    Hello all,
    I know this has been discussed in the past, but does anybody know if it is possible to use the Universal dock as an IR for a Powerbook?

    This is not possible. The USB cable only carries power & connection to the computer. It does not carry the IR sensor signal.

  • Recommended wireless routers for older powerbook

    Hello
    I would like to purchase a wireless router to use with an older 12" 1.33mhz sys 10.3.9 powerbook. My range requirements are only for a small apartment. Many of the routers I see at FS for example do not specify Mac compatible. I see a Belkin G at Walmart ( F5D7230Ott4) that does indicate Mac Os 9x and 10x, and a Belkin N also that requires OS 10.4 for set up. Will the Belkin G be a reliable model for me? I read that some routers can be configured through a web browser - is this complicated ? Would that Belkin N be configurable through a browser without having to upgrade to Mac Os 10.4? I was also looking at a D-Link N DIR615 which was on sale but did not specify Mac.
    Thanks for any advice on this.
    Dave

    Will the Belkin G be a reliable model for me?
    That and probably any other inexpensive wireless router. Routers deal in standards (Ethernet, 802.11b/g, etc.) therefore they work with any device regardless off which OS they are running.
    I read that some routers can be configured through a web browser - is this complicated ?
    Yes that is true and no it isn't complicated. Nearly all wireless routers (except Apple's) offer this ability.
    Would that Belkin N be configurable through a browser without having to upgrade to Mac Os 10.4?
    Yes

  • Need quorum advice for production configuration...

    I am trying to define a policy for how we will use the new Quorum feature when our project enters production. I have read the information in the manual but would like to confirm that I understand how it works as well as get some more advice!
    We are running a cluster using a "cache beside" pattern where the cache is pre-loaded with the full dataset at start-up and after that kept in sync with the database using XA (2PC). No eviction or lazy loading is used. If we loose any data due to to few remaining nodes to hold the full data set we needs to stop service while we re-load the cluster from database (may take in excess of 20 minutes so this is quite bad!). We will run multiple Coherence nodes (probably like 4) on each storage server (they will be configured with the same machine-id) and the number of storage servers and application servers will most likely be 3 and 2 at our first very limited deployment. When at full capacity this may grow to perhaps 8 and 5 or even more. Due to the low number of storage servers (in particular in the initial deployment) we intend to keep spare memory capacity for only one server failure. We will use two "role names" lets call them "storage" (for the storage enabled nodes) and "app-server" (for the non-storage enabled nodes).
    In the initial limited-deployment scenario (3 storage nodes) we will (if I understand Coherence properly) actually be able to handle a second server failure (if it occurs after re-balancing from the first is completed) but the cluster is then running in as vulnerable state since Coherence will not maintain backups when all remaining nodes have the same machine-id (this is good since we with a single server would not have room for both primaries and backups).
    Q1. I would ideally like to be able to get the same effect in the larger cluster - i.e with say 8 storage servers (32 storage nodes) I would still like to drop all backups if a second server fail (after the first re-balancing has terminated) since this would allow the cluster to continue operating (in a vulnerable state) rather than break due to an out-of-memory state (if we loose more than one storage server there will not be room for both primaries and backups). Is it hoping for to much that this can be achieved using the Quorum settings?
    Q2. Cluster Quorum - Ideally I would not like to loose more than one node (I could actually tolerate to loose all nodes on a single server but there is no way to specify that) due to a "temporary" network outage (since loosing more is very likely to result in lost data and a service outage while re-loading the cluster) but how far towards that goal does this setting take me? Or more generally what is the pros and cons of specifying a high value here?
    Q3. Distribution/Restore Quorum - What scenarios are these settings intended for? Do they apply to my case outlined above in Q1 (to avoid new backups to be created when fewer than a specific servers are available) or?
    Q4. Read/Write Quorum - Seems straight forward in our case. If the clusters drops below the number of nodes required to hold the full dataset both reads and writes should be blocked since writes are likely to fail (will be caught by our XA transactions but may as well be blocked out already by Quorum) and reads/queries may be incomplete. These values (at least write) should of course under all circumstances be set to a higher value than the number of nodes / 2 to avoid "split brain" ....
    Any comments, corrections to my understanding of Coherence error recovery (or Quorum functionality) is warmly appreciated!
    /Magnus
    Edited by: MagnusE on Oct 12, 2010 11:02 AM

    I'm currently using an older version of Final Cut Pro-- version 5.0.4.
    That will not run properly on your iMac. Your iMac is an intel processor. You need at least 5.1 to run on an intel processor. There was an update available years ago but not currently. You need to upgrade your FCS to work with AVCHD. The cost is only $300 for the upgrade. You need it to use your camera and your iMac.

  • Need conceptual advice for 16:9/4:3 menus

    Hi,
    First off I should say that I am undertaking my most ambitious DVD project to date and I am in well over my head. I want to order a book(s) and would appreciate any advice regarding which book(s) might best deal with the type of issues I am about to explain. BTW I am still using DVD Studio Pro 2.
    So here it is:
    I have a 16:9 feature and 16:9 menus. My issue is their appearance in 4:3.
    When displayed on a 4:3 monitor, I want the 16:9 menus cropped to full frame (pan and scan) and the feature to play 4:3 letterboxed. Since it seems like there might be some counter-intuitive aspects to this process, some general conceptual guidance on the authoring and menu design would be great. I am hoping that the authoring can be done with this sort of “mix and match” way and not pan and scan OR forced letter box for both menus AND video. Here is what I am sussing out so far:
    1) I should set “force to pan and scan” in the disc inspector. I am assuming that this setting is ONLY for the menus (as they appear on 4:3). And if I am forcing a pan and scan crop of the menus I can just use the same overlay file for both 16:9 and 4:3. I just need to make sure my 16:9 menus are visible and can function once cropped to 4:3.
    2) Regarding the video tracks: It looks like I might have to put the feature on two different tracks, one designated to play 4:3 and the other to play 16:9 letterbox in the track inspector? (why it is not labeled 4:3 letterbox and 16:9 is still a mystery to me). And it is at this point (that soon!) that things start to get cloudy. Because suddenly it seems that if I do that, I need two separate menus (rather than the 16:9 doubling as the 4:3), a16:9 one to point to the 16:9 video track and the 4:3 to point to the 4:3 letterboxed video track. Ideally a 16:9 the menu would point to track 1 and it would play 16:9, and when watching a 4:3 the 16:9 menu would automatically crop to 4:3 letterbox and point to track 1 which would then play 4:3 letterbox. Is that just some crazy dream or can it really work like that? So what is the story here?
    3) If I am forced to use two separate menus, a whole other series of questions are raised. But I won’t go there just yet.
    So you can easily see that I really have little idea of what I am doing in this regard and am in need of some expert advice. Thanks in advance.
    -Thomas

    Hi Thomas
    If you are using DVD Stuido Pro 2 Force to Pan and Scan doesn't work. Not sure if it works in later version of DVD-SP (Don't think it did in V3 and not sure about V4). We do quite a few widescreen 16:9 movies and I'd do it like this: If you feature is 16:9 set that to 16:9 Letterbox. On the Disc Properties (i.e. click on the disc at the uppermost part of the disc layout set the Menus to Force to letterbox. Create your menus in 16:9 and set them to 16:9 Letterbox.
    That way when the disc is played on a widescreen set the menus and track will display as widescreen (as they should) and when played on a 4:3 set they display with Letterbox - apart from the fact that the Force Pan and Scan doesn'y work properly (the highlights on your menus won't line up properly), I personally think this is preferable... especially when it comes to the movie itself. When a movie is Pan and Scanned on broadcast tv (which happens less and less these days) the film's action is "tracked" so that the most important info is displayed on screen and Pan and Scan Vectors are created. If you set your track so that it displays as 4:3 on a 4:3 set then basically you will only see the centre of the screen/action. Why would you want that? I thiunk most people with 4:3 sets are used to seeing widescreen letterboxed movies these days.
    Hope that helps
    Steve

  • In need of advice for backing up HD Video

    So we returned from a vacation,
    where I shot all the video in HD 1080p.
    We got back, and I used Final Cut Express to convert the AVCHD files from .mkv to .mov files.
    All together, the total files come to a whopping 78.93 GB. Wow.
    I need to back these up to DVD's or something
    (My wife says she doesnt want them on an external hard drive, her last one died)
    is there a way I could compress these?
    or should I use quicktime/visualhub to bring down the quality a little?
    any advice would be greatly appreciated
    thanks

    Solutions:
    1) ignore the wife and backup to a good hard drive such as a LaCie quadra. usb or firewire.
    2) Buy Time Capsule and backup to it.
    3) what would i do? Use MPEGStreamClip to make mp4 files , to control the file size. The picture will still look very good but it does not do 5.1 channel sound. Handbrake does but since the file is HD probably will crash while encoding so will VisualHub. Another consideration, MPEGStreamClip on a 2 gig HD movie will take 15 hrs on a Mac pro let alone an iMac.
    Currently not too many programs will do HD encoding.
    4) backup to optical disc, I'd never do that ; too many compatibilty issues with different drives perceived for future usage.
    5) back to the wife, user should alway have three backup stategies; ie main drive then backup # 1 then backup #2. I've backup to external and internal hard drives for over a decade without problems.
    Message was edited by: Smokerz

  • Need a Advice for move from  peoplesoft to SAP BI

    Hi Experts,
    I am working as a peoplesoft Technical consultant in a MNC past 2 yrs .
    I want to change my domain to SAP BI. I need a suggestion.
    SAP BI Training already completed. But in my it's not possible for change so please advice how i will highlight in Resume.
    So that i will get calls for intv.
    Please guide my Guy's.
    Regards,
    Mohanty.

    Hi Yxu,
    I see what you mean now. It sounds like you'll need to pull in the tables from various studio databases and also edit some of the native studio application tables to associate the new tables. Unfortunately I've never tried this and don't have any instructions I can share with you. In terms of the portlets, i'm not sure how easy it would be to migrate them. You could upgrade the various WCI instances to 10g then use the migration utility to move the studio portlets to your main wci 10g instance. Or like you said, create new portlets. Keep in mind direct manipulation of your databases can render your product unsupportible by technical support. The more supportable alternative may be to just build all the studio databases and portlets from scratch in the new instance.
    Regards,
    Ryan

  • Video iPod Friendly (PCMCIA) CardBus USB 2.0 for older PowerBooks ?

    Anyone know of one that works with the new iPods ?

    I had the same problem and can verify that the Adaptec USB2connect PCMCIA card (AUA-142OA) works like a charm. It provides two USB 2.0 outlets, which allows for both the 5G iPod and also new EyeTV hardware to work. This allows me to put TiVo'd shows on my iPod with relative ease.
    DO NOT USE the Adaptec card with the two USB ports, the firewire port and the other tiny Sony firewire port. Even sticking it in your PCMCIA slot will cause the computer to COMPLETELY SHUT DOWN. In other words, DON'T use this one:
    http://www.compusa.com/products/productinfo.asp?productcode=314360
    DO use this one:
    http://www.compusa.com/products/productinfo.asp?productcode=314362
    I have an older version of the Adaptec USB 2.0 card that I used with a graphics tablet, and it worked great too. Frankly, I was stunned that my Powerbook had only USB 1.1 slots, but whatchya gonna do.
    I was tempted to try the COMPUSA brand USB 2.0 card reader, as I think it was only $19.95. Perhaps someone out there might like to experiment - if it works, that's insanely much cheaper.

  • I need some advice for my upcoming June purchase.

    Ok, In June, im going to be purchasing my first Mac. Now I have used Macs before, tons of times. I work on a powerbook G4 everyday. Im familiar with the whole Macintosh workings. Basically, im just saying that Im not clueless with a Mac.
    So anyway, im buying a MacBookPro in June. My question is about getting it to run the best it can. I already know that I dont have to worry about viruses/spam/spyware or anything like that. but whats the best thing to do from the beginning to get the most out of your MBP?
    I believe I read something about doing a fresh install or something first. and disabling printer drives...how do I do that and how does it affect the MBP? My main uses on it will be Video Editing, Internet, Sound Recording, and iTunes. Im just asking if anyone can give me some ideas that work to better the computer and get rid of as much things that I wont ever use as I can. I appreciate anyone who attempts to help me out on this.
    After reading up on the internet for a couple hours, I finally got my iPod runnin' like a street racer. I customized the settings perfect so that I only use it for what I need it for. But my MBP will have more to it, and cost a bunch more!
    Once again, in advance, thanks for anyone who can help.
    Dell   Windows XP   iPod 5G

    Woh...Slow down. You are trying to shave programs off before you even try them.
    You will start off with a fresh install. The people who advise that are telling people who have tweaked their system to do a fresh install.
    Take your time. Keep reading these posts. Also, try reading www.macworld.com, www.macfixit.com and of course Apple's own site for switchers.

  • Need Uninstall Advice for Final Cut Pro 5.0

    Ok, so I recently upgraded to Final Cut Pro 5.0 from 4.5 HD. My computer is a G4 dual 450 mhz and is relatively stock (Rage 128 AGP card) with a few upgrades to the ram and hard drives. Unfortunately I failed to read the "Before you install Final Cut Pro 5.0" file and didn't realize I need a Quarts Extreme AGP card to run FCP 5.0. I can't afford to buy one right now, so I want to downgrade back to 4.5 HD. Is there an easy way to do this? I tried deleting all the FCP files and reinstalling 4.5 but it tells me to try again due to an error. Is there a file I'm forgetting to delete, or an easy way to uninstall 5.0, or a way to use 5.0 with the Rage 128 AGP card? Thanks
    -Julian

    A search of the FCP forum for AGP yields many results for this ... among them is: http://discussions.apple.com/thread.jspa?messageID=2339613&#2339613
    Do the hack and you should be running fine with FCP 5
    -DH

  • Need licensing advice for a school

    I'm not sure how to approch server licensing for a school.
    We currently have a 2003 domain licensed "per server" , 500 users
    we want to relpace the DC with a 2008 server and the academic edition of the OS
    My questions are these:  are there academic licenses?  and what would be the best licensing option (per server or per user) if we will need 368 user accounts and 1 server?

    Hello,
    I would recommend contacting a Microsoft licensing expert in your country for more information.
    See that: http://www.microsoft.com/licensing/
    This
    posting is provided "AS IS" with no warranties or guarantees , and confers no rights.   
    Microsoft
    Student Partner 2010 / 2011
    Microsoft
    Certified Professional
    Microsoft
    Certified Systems Administrator: Security
    Microsoft
    Certified Systems Engineer: Security
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Active Directory, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Network Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows Server 2008 Applications Infrastructure, Configuration
    Microsoft
    Certified Technology Specialist: Windows 7, Configuring
    Microsoft
    Certified Technology Specialist: Designing and Providing Volume Licensing Solutions to Large Organizations
    Microsoft
    Certified IT Professional: Enterprise Administrator
    Microsoft Certified IT Professional: Server Administrator
    Microsoft Certified Trainer

  • I need expert advice for upgrading exchange server SP1.

    Hi
    I having 2 mailbox and 2 cas exchange server 2013 CU2. Now i wish to upgrade all servers with SP1. SO my query is that which servers should be upgraded first.
    Please let me know if need more clarification.
    I having 2 mailbox and 2 cas in exhchage server 2013 CU2. now I wish to upgrade SP1 on both of servers
    I having 2 mailbox and 2 cas in exhchage server 2013 CU2. now I wish to upgrade SP1 on both of servers
    I having 2 mailbox and 2 cas in exhchage server 2013 CU2. now I wish to upgrade SP1 on both of servers
    Regards, Md Ehteshamuddin Khan All the opinions expressed here is mine. This posting is provided "AS IS" with no warranties or guarantees and confers no rights.

    Hi Khan
    The first servers to be updated in a site are the Mailbox servers even if  they are member of DAG.Ensure the DAG node you are updating is in maintainence mode. The Client Access servers are updated second. If you have multi-role servers installed then
    both roles are updated at the same time anyway, and you should simply start with the internet-facing servers.
    First, you will need to remove any UM language packs that you have installed in previous version. From an elevated cmd prompt navigate to the folder where you have extracted the Exchange 2013 SP1 files and run setup with the /RemoveUMLanguagePack switch. For
    example, to remove the “en-us” language pack.
    Refer below 
    http://exchangeserverpro.com/exchange-2013-installing-cumulative-updates/
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you

  • Need Webcam Advice

    I have a HP pavilion notebook with integrated webcam. I had to replace the LCD cable and when i hooked everything back up the webcam no longer works...all the connections are secure. Keep getting message that it dont recognize the camera. quickplay dont have a selection for webcam. i have deleted youcam, now have trial version, but it dont work on any program. i have tried downloading drivers, and all sorts of things and nothing. i a reasonably certain the webcam is ok because i  cannot find the webcam in device manager and it worked when i unplugged everything to make the repair. Please help
    HP pavilion dv9627cl 17" widescreen display-Notebook
    vista HP 32 bit
    2g ram
    250 g hard disk
    NVIDIA

    Double/Triple check your work, something did not get connected back properly.

  • Need webcam software for MINI 110-3138 tu

    My HP webcam software has been removed from my 110-3180 TU. Do you have a free download to allow me to use the webcam?
    Thank you
    Martin 

    Hi:
    See if this software will work for you...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-117932-1&cc=us&dlc=en&lc=en...

Maybe you are looking for

  • Data Quality Report Error

    In DS 12.1.1.0, when I try to open a Data Quality Report in the Management Console I get a new Windows with the following error message: Fehler Fehler bei der Seitenformatierung: FormulaFunction hat eine unerwartete Ausnahme von der 'evaluate'-Method

  • Update BSEG-KIDNO

    Hi, There is a requirement to update the field BSEG-KIDNO not only for customer and vendor item but also in GL line item in an accounting document. Any advice on how to make this possible? It seems that I can't find userexit for this. I'm looking on

  • Error when I try to update the version XI Pro

    I install and have no problems but when I try to update the version I get this.

  • No photoshop elements 13 hidpi support on Surface 3 Pro

    Adobe, I just upgraded to Photoshop Elements 13 because your what's new says "Support for High DPI on Windows". Unfortunately, the fonts and UI look the same as Photoshop Elements 12 on my Microsoft Surface Pro 3--quite small and unreadable. The Micr

  • When opening Photoshop I receive an error

    I downloaded the Photoshop CS6 , and when I tried to open the program I have the following message : The procedure entry point GetLogicalProcessorInformation could not be located in the dynamic link library KERNEL32.dll. What does this mean , please