Problems using FW-7344 with Fire Wire Video Cameras

Is it a bad idea to use the FW-7344 with other devices on the same fire wire bus?
We are trying to use an FW-7344 with a fire wire video camera but we tend to get packet errors that force a reset of the controller. We suspect that the problem is related with the camera and controller being on the same fire wire bus.
We instantly see problems when we connect two FW7344s and one video camera on the same fire wire card.

The NIMax program reads Packet Error. I can't recall the first error that our program reads, but I think it typically says something about not being able to communicate return values from the controller to the host computer.
This makes me think that the NI driver on the host does not retry after failing to get return data from the controller. This assumption may be valid with the PCI version, but probably is not with the FireWire version.
It only takes one camera for this problem to happen, but the problem is intermittent.

Similar Messages

  • How do you hook up a fire wire video camera to the 13 inch aluminum macbook

    I have a 13 inch mac book with only USB, but a video camera that only has a fire wire output jack.
    How can I hook up the camera with fire wire out to the USB in on the new 13 inch MB?
    Is there an accessory I can buy that will do this? Link to the product?
    Thanks!

    There is no option/accessory to do this. You'll need to get a different camera, or use a computer with firewire.

  • How can I use Pro Tools with Fire Wire interface and Fire Wire external HD

    If Mac Book Pro has only one Fire Wire jack and I want to use Pro Tools with an M Audio 1814 Firewire interface and an external Fire Wire HD how do I get around the fact that the Mac Book Pro has only one fire wire jack?
    Pro Tools says that they DO NOT recommend using USB 2 Hard Drives as recording drives.
    If I plug my External HD into the back of the 1814 it is way too slow to use, plus, I don't know why, Pro Tools is telling me that my External HD is "not a valid audio volume". It is a MAC OS Extended (Journaled) external Firewire HD (G-TECH G-DRIVE)
    Stuck...
    Message was edited by: Mezcla

    You could consider getting a firewire hub or get an expresscard 34 adapter with a firewire port.
    I personally use a Belkin Expresscard adapter that gives me an extra firewire port as well as two extra USB 2.0 ports.
    Good luck.

  • Import (v. 7.1.5) iPhotos from old iMac to new iMac (v. 9.2) using Migration Mgr. over fire wire.  All photos (  many dups) appeared in EVENTS and PHOTOS in the new Mac – but NO ALBUMS.

    Attempted to import 6.5 GB of (v. 7.1.5) iPhotos from old iMac to new iMac (v. 9.2) using Migration Mgr. over fire wire.  All photos (plus many dups) appeared in EVENTS and PHOTOS in the new Mac – but NO ALBUMS.  I read a previous response to a similar question -- to copy the pictures library to the new computer.  How best to do that?

    There's actually an option to iPhoto Library Manager that makes this all almost work flawlessly (and work well enough for me). With the exception of Photo Albums that the pictures are part of, if you select "Library > Rebuild Library..." and then select "Scavange Orphaned Photos" check box, then it will put all the Photos and Movies into the "Scavanged Photos" album. It matches the modified pictures to their originals. It preserves all the event names and photo groupings. All the meta-data I could spot check it got right (although with 44k pictures, I only checked a few). If you fail to select this option, however, it will find no pictures at all when it goes to rebuild the library (this was true of the small test libraries I tried as well as the big, monster 280GB library I just finished converting). The conversion process took 5 hours to run, but in the end produced a library my new iPhoto can read and that I can interact with. I'll be suggesting to the iPhoto Library Manager folks a notation that would estimate the number of Orphaned Photos and display that number as a hint to the user that the option would be useful.
    Edited: Thanks to Old Toad and LarryHN for their help in finding which of the many options to transition this library to 9.5.1 I needed to use. Sorry if I took my frustration of the past several months out on you guys for generously trying to help me.

  • "fire wire" video capture cards for mac pro

    ....Have Power Mac ver. 10.9.5 system Maverick w/ 4 MB RAM & am trying to locate hardware for:
    acquiring "FIRE WIRE" video capture cards for mac pro.... ? Any suggestions....?(Just purchased Adobe CS 5 premium)

    Your question doesn't make much sense.
    What type of Mac Pro do you have? Is it the new black cylinder or the old style silver tower?
    Firewire is built-in to the old models & the new Mac Pros can use Thunderbolt to Firewire converters to capture from Firewire sources.
    Maybe like this http://store.apple.com/us/product/MD464ZM/A/apple-thunderbolt-to-firewire-adapte r
    Many older cameras used Firewire for capturing, but that has been replaced by other connection types. What are you trying to capture from?

  • Problem using SQL Loader with ODI

    Hi,
    I am having problems using SQL Loader with ODI. I am trying to fill an oracle table with data from a txt file. At first I had used "File to SQL" LKM, but due to the size of the source txt file (700MB), I decided to use "File to Oracle (SQLLDR)" LKM.
    The error that appears in myFile.txt.log is: "SQL*Loader-101: Invalid argument for username/password"
    I think that the problem could be in the definition of the data server (Physical architecutre in topology), because I have left blank Host, user and password.
    Is this the problem? What host and user should I use? With "File to SQL" works fine living this blank, but takes to much time.
    Thanks in advance

    I tried to use your code, but I couldn´t make it work (I don´t know Jython). I think the problem could be with the use of quotes
    Here is what I wrote:
    import os
    retVal = os.system(r'sqlldr control=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.ctl log=E:\Public\TXTODI\PROFITA2/Profita2Final.txt.log userid=MYUSER/myPassword @ mySID')
    if retVal == 1 or retVal > 2:
    raise 'SQLLDR failed. Please check the for details '
    And the error message is:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 5, in ?
    SQLLDR failed. Please check the for details
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)

  • Problem using CORBA clients with RMI/EJB servers..!!!???

    Hi,
    I have a question on using EJB / or RMI servers with CORBA clients using
    RMI-IIOP transport, which in theory should work, but in practice has few
    glitches.
    Basically, I have implemented a very simple server, StockTreader, which
    looks up for a symbol and returns a 'Stock' object. In the first example, I
    simplified the 'Stock' object to be a mere java.lang.String, so that lookup
    would simply return the 'synbol'.
    Then I have implemented the above, as an RMI-IIOP server (case 1) and a
    CORBA server (case 2) with respective clients, and the pair of
    client-servers work fine as long as they are CORBA-to-CORBA and RMI-to-RMI.
    But the problem arises when I tried using the RMI server (via IIOP) with the
    CORBA client, when the client tries to narrow the object ref obtained from
    the naming service into the CORBA idl defined type (StockTrader) it ends up
    with a class cast exception.
    This is what I did to achieve the above results:
    [1] Define an RMI interface StockTrader.java (extending java.rmi.Remote)
    with the method,
    public String lookup( String symbol) throws RMIException;
    [2] Implement the StorckTrader interface (on a PortableRemoteObject derived
    class, to make it IIOP compliant), and then the server to register the stock
    trader with COS Naming service as follows:
    String homeName =....
    StockTraderImpl trader =new StockTraderImpl();
    System.out.println("binding obj <" homeName ">...");
    java.util.Hashtable ht =new java.util.Hashtable();
    ht.put("java.naming.factory.initial", args[2]);
    ht.put("java.naming.provider.url", args[3]);
    Context ctx =new InitialContext(ht);
    ctx.rebind(homeName, trader);
    [3] Generate the RMI-IIOP skeletons for the Implementation class,
    rmic -iiop stock.StockTraderImpl
    [4] generate the IDL for the RMI interface,
    rmic -idl stock.StockTraderImpl
    [5] Generate IDL stubs for the CORBA client,
    idlj -v -fclient -emitAll StockTraderImpl.idl
    [6] Write the client to use the IDL-defined stock trader,
    String serverName =args[0];
    String symList =args[1];
    StockClient client =new StockClient();
    System.out.println("init orb...");
    ORB orb =ORB.init(args, null);
    System.out.println("resolve init name service...");
    org.omg.CORBA.Object objRef
    =orb.resolve_initial_references("NameService");
    NamingContext naming =NamingContextHelper.narrow(objRef);
    ... define a naming component etc...
    org.omg.CORBA.Object obj =naming.resolve(...);
    System.out.println("narrow objRef: " obj.getClass() ": " +obj);
    StockTrader trader =StockTraderHelper.narrow(obj);
    [7] Compile all the classes using Java 1.2.2
    [8] start tnameserv (naming service), then the server to register the RMI
    server obj
    [9] Run the CORBA client, passing it the COSNaming service ref name (with
    which the server obj is registered)
    The CORBA client successfully finds the server obj ref in the naming
    service, the operation StockTraderHelper.narrow() fails in the segment
    below, with a class cast exception:
    org.omg.CORBA.Object obj =naming.resolve(...);
    StockTrader trader =StockTraderHelper.narrow(obj);
    The <obj> returned by naming service turns out to be of the type;
    class com.sun.rmi.iiop.CDRInputStream$1
    This is of the same type when stock trader object is registered in a CORBA
    server (as opposed to an RMI server), but works correctly with no casting
    excpetions..
    Any ideas / hints very welcome.
    thanks in advance,
    -hari

    On the contrary... all that is being said is that we needed to provide clearer examples/documentation in the 5.1.0 release. There will be no difference between the product as found in the service pack and the product found in the 5.1.1. That is, the only substantive will be that 5.1.1 will also
    include the examples.
    "<=one way=>" wrote:
    With reference to your and other messages, it appears that one should not
    expect that WLS RMI-IIOP will work in a complex real-life system, at least
    not now. In other words, support for real-life CORBA clients is not an
    option in the current release of WLS.
    TIA
    "Eduardo Ceballos" <[email protected]> wrote in message
    news:[email protected]...
    We currently publish an IDL example, even though the IDL programmingmodel in Java is completely non-functional, in anticipation of the support
    needs for uses who need to use IDL to talk to the Weblogic server,
    generically. This example illustrates the simplest connectivity; it does not
    address how
    to integrate CORBA and EJB, a broad topic, fraught with peril, imo. I'llnote in passing that, to my knowledge, none of the other vendors attempt
    this topic either, a point which is telling if all the less happy to hear.
    For the record then, what is missing from our distribution wrt RMI-IIOPare a RMI-IIOP example, an EJB-IIOP example, an EJB-C++. In this you are
    correct; better examples are forth coming.
    Still, I would not call our RMI-IIOP implementation fragile. I would saythat customers have an understandably hard time accepting that the IDL
    programming model is busted; busted in the sense that there are no C++
    libraries to support the EJB model, and busted in the sense that there is
    simply no
    support in Java for an IDL interface to an EJB. Weblogic has nothing to doit being busted, although we are trying to help our customers deal with it
    in productive ways.
    For the moment, what there is is a RMI (over IIOP) programming model, aninherently Java to Java programming model, and true to that, we accept and
    dispatch IIOP request into RMI server objects. The way I look at it is this:
    it's just a protocol, like HTTP, or JRMP; it's not IDL and it has
    practically nothing to do with CORBA.
    ST wrote:
    Eduardo,
    Can you give us more details about the comment below:
    I fear that as soon as the call to narrow succeeds, the remainingapplication will fail to work correctly because it is too difficult ot
    use an idl client in java to work.It seems to me that Weblogic's RMI-IIOP is a very fragile
    implementation. We
    don't need a "HelloWorld" example, we need a concrete serious example(fully
    tested and seriously documented) that works so that we can get a betteridea
    on how to integrate CORBA and EJB.
    Thanks,
    Said
    "Eduardo Ceballos" <[email protected]> wrote in message
    news:[email protected]...
    Please post request to the news group...
    As I said, you must separate the idl related classes (class files and
    java
    files) from the rmi classes... in the rmic step, you must set a newtarget
    (as you did), emit the java files into that directory (it's not clearyou
    did this), then remove all the rmi class files from the class path... ifyou
    need to compile more classes at that point, copy the java files to theidl
    directly is you must, but you can not share the types in any way.
    I fear that as soon as the call to narrow succeeds, the remainingapplication will fail to work correctly because it is too difficult otuse
    an idl client in java to work.
    Harindra Rajapakshe wrote:
    Hi Eduardo,
    Thanks for the help. That is the way I compiled my CORBA client, by
    separating the IDL-generated stubs from the RMI ones, but still I
    get a
    CORBA.BAD_PARAM upon narrowing the client proxy to the interfacetype.
    Here's what I did;
    + Define the RMI interfaces, in this case a StockTrader interface.
    + Implement RMI interface by extendingjavax.rmi.PortableRemoteObject
    making
    it IIOP compliant
    + Implemnnt an RMI server, and compile using JDK1.2.2
    + use the RMI implementation to generate CORBA idl, using RMI-IIOPplugin
    utility rmic;
    rmic -idl -noValueMethods -always -d idl stock.StockTraderImpl
    + generate Java mappings to the IDL generated above, using RMI-IIOPplugin
    util,
    idlj -v -fclient -emitAll -tf src stocks\StockTrader.idl
    This creates source for the package stock and also
    org.omg.CORBA.*
    package, presumably IIOP type marshalling
    + compile all classes generated above using JDK1.2.2
    + Implement client (CORBA) using the classes generated above, NOTthe
    RMI
    proxies.
    + start RMI server, with stockTrader server obj
    + start tnameserv
    + start CORBA client
    Then the client errors when trying to narrow the obj ref from the
    naming
    service, into the CORBA IDL defined interface using,
    org.omg.CORBA.Object obj =naming.resolve(nn);
    StockTrader trader =StockTraderHelper.narrow(obj); // THIS
    ERRORS..!!!
    throwing a CORBA.BAD_PARAM exception.
    any ideas..?
    Thanks in advance,
    -hari
    ----- Original Message -----
    From: Eduardo Ceballos <[email protected]>
    Newsgroups: weblogic.developer.interest.rmi-iiop
    To: Hari Rajapakshe <[email protected]>
    Sent: Wednesday, July 26, 2000 4:38 AM
    Subject: Re: problem using CORBA clients with RMI/EJBservers..!!!???
    Please see the post on june 26, re Errors compiling... somewherein
    there,
    I suspect, you are referring to the rmi class file when you are
    obliged
    to
    completely segregate these from the idl class files.
    Hari Rajapakshe wrote:
    Hi,
    I have a question on using EJB / or RMI servers with CORBA
    clients
    using
    RMI-IIOP transport, which in theory should work, but in practice
    has
    few
    glitches.
    Basically, I have implemented a very simple server,
    StockTreader,
    which
    looks up for a symbol and returns a 'Stock' object. In the firstexample, I
    simplified the 'Stock' object to be a mere java.lang.String, so
    that
    lookup
    would simply return the 'synbol'.
    Then I have implemented the above, as an RMI-IIOP server (case
    1)
    and a
    CORBA server (case 2) with respective clients, and the pair of
    client-servers work fine as long as they are CORBA-to-CORBA andRMI-to-RMI.
    But the problem arises when I tried using the RMI server (via
    IIOP)
    with
    the
    CORBA client, when the client tries to narrow the object ref
    obtained
    from
    the naming service into the CORBA idl defined type (StockTrader)
    it
    ends
    up
    with a class cast exception.
    This is what I did to achieve the above results:
    [1] Define an RMI interface StockTrader.java (extending
    java.rmi.Remote)
    with the method,
    public String lookup( String symbol) throws RMIException;
    [2] Implement the StorckTrader interface (on a
    PortableRemoteObject
    derived
    class, to make it IIOP compliant), and then the server to
    register
    the
    stock
    trader with COS Naming service as follows:
    String homeName =....
    StockTraderImpl trader =new StockTraderImpl();
    System.out.println("binding obj <" homeName ">...");
    java.util.Hashtable ht =new java.util.Hashtable();
    ht.put("java.naming.factory.initial", args[2]);
    ht.put("java.naming.provider.url", args[3]);
    Context ctx =new InitialContext(ht);
    ctx.rebind(homeName, trader);
    [3] Generate the RMI-IIOP skeletons for the Implementation
    class,
    rmic -iiop stock.StockTraderImpl
    [4] generate the IDL for the RMI interface,
    rmic -idl stock.StockTraderImpl
    [5] Generate IDL stubs for the CORBA client,
    idlj -v -fclient -emitAll StockTraderImpl.idl
    [6] Write the client to use the IDL-defined stock trader,
    String serverName =args[0];
    String symList =args[1];
    StockClient client =new StockClient();
    System.out.println("init orb...");
    ORB orb =ORB.init(args, null);
    System.out.println("resolve init name service...");
    org.omg.CORBA.Object objRef
    =orb.resolve_initial_references("NameService");
    NamingContext naming=NamingContextHelper.narrow(objRef);
    ... define a naming component etc...
    org.omg.CORBA.Object obj =naming.resolve(...);
    System.out.println("narrow objRef: " obj.getClass() ":"
    +obj);
    StockTrader trader =StockTraderHelper.narrow(obj);
    [7] Compile all the classes using Java 1.2.2
    [8] start tnameserv (naming service), then the server to
    register
    the
    RMI
    server obj
    [9] Run the CORBA client, passing it the COSNaming service ref
    name
    (with
    which the server obj is registered)
    The CORBA client successfully finds the server obj ref in the
    naming
    service, the operation StockTraderHelper.narrow() fails in thesegment
    below, with a class cast exception:
    org.omg.CORBA.Object obj =naming.resolve(...);
    StockTrader trader =StockTraderHelper.narrow(obj);
    The <obj> returned by naming service turns out to be of the
    type;
    class com.sun.rmi.iiop.CDRInputStream$1
    This is of the same type when stock trader object is registeredin a
    CORBA
    server (as opposed to an RMI server), but works correctly with
    no
    casting
    excpetions..
    Any ideas / hints very welcome.
    thanks in advance,
    -hari

  • Solutions for using jvc's new hard drive video cam

    does anyone have any experience using jvc's new hard drive video camera (GZ-MG50U) with usb in puts on OS 10.3.9? any suggestions on software soltuions to edit captured video?

    Just to give you a quick run down on what MPEG-2 is... it is a highly compressed format, meaning that the moment your footage was saved as an MPEG-2 file, information was thrown away. That's what compressors do, throw away redundant information such as color information. So technically, the image in MPEG-2 is not as good as if it were captured in DV... on the flipside of that, converting that DV footage into MPEG-2 would reduce the quality of the DV footage, so technically, you would be even at this point.
    Where things get ugly is when you take that compressed footage and convert it into another format for editing. This process is lossless, but the file size bloats immensely in the process. Which means when you take that converted and edited footage and run it through the compressor again to convert it back into MPEG-2 so that you can burn it onto a DVD, it has lost still more information than the original footage that you shot. If you take any footage and run it through a compressor several times, it's like re-recording over the same VHS tape... each recompression reduces quality.
    This is why you don't want a device to goes directly to MPEG-2, whether it be directly to a DVD disc or a hard drive. DV and HDV are both editable formats... yes you have to capture the footage and then convert it to MPEG-2, but you also have the opportunity to edit it along the way. Cameras that go straight to MPEG-2 assume that you don't intend to edit anything, just burn it to a disc and call it good... sort of like owning a disposable camera... you're buying the convenience of not having to do anything with it.

  • Can I use my apogee duet fire wire with an new iMac?

    Hi! I'm recording with my mac Book Pro, Logic Pro X and an Apogee Duet Fire Wire. Now I would like to work with an iMac.
    Can I still use my Apogee interface and Logic Pro X on both computers?

    Yes, you can switch between the two Macs. If your iMac does not have a Firewire 400 port. You may use a Firewire 400-800 cable or even a 400-800 cable with Firewire to Thunderbolt Adapter.

  • Problem with fire wire

    I am trying to use another Mac as an external hard drive.
    My Mac is not turning on (it gets stuck at the grey screen) and wish to back up all my files to another Mac before I take my laptop into the apple store. I have bought a fire wire cable to connect to another Mac.
    My Mac is displaying the fire wire symbol but my hard drive does not appear on the host Mac.
    Any suggestions?

    I am trying to use another Mac as an external hard drive.
    My Mac is not turning on (it gets stuck at the grey screen) and wish to back up all my files to another Mac before I take my laptop into the apple store. I have bought a fire wire cable to connect to another Mac.
    My Mac is displaying the fire wire symbol but my hard drive does not appear on the host Mac.
    Any suggestions?

  • 5th gen 80g only charges with fire wire

    Hi my 80 gig ipod did not work after not charging for a long time (it just said battery to low please wait then a blank screen) so i put a new battery in it came on all good but when i plugged it in my mac nothing happened (did not sync or charge) so i tried it in in a docking bay that charges but it did not charge but music came out of speakers so i reset it still nothing then i thought i try a different cable to mac (a old one a fire wire with usb as well) it worked with both connected so i restored it but it only works with both plugged in if i unplug the fire wire it still seen by my itunes by the usb and syncs but if i just plug the usb in nothing (on the same cable) until i plug the fire wire in and itunes opens

    I don't have the internet at the moment (and won't do for a while) so upgrading isn't an option - and you don't get a disc with the iTUnes software with video ipods it seems, so I can't upgrade my software that way. I just want to use my new ipod as soon as possible and was expecting to just be able to plug it into my computer and download without any problems.

  • Capturing using external HD via fire wire?

    I just bought a lacie 80 GB mobile external hard drive. I want to begin capturing a new project... however I see only one fire wire port on my powerbook G4. So how do I connect my hard drive and camera, both of which are using fire wire?

    Tom-
    I also posted this as a seprate message-----
    OK, I finally bought the correct-- at least I think it's the correct--- external hard drive (160 GB lacie). However, when I use "capture now" I get an "allocating disk space" message. This message usually stays up for a very long time with the spinning pin wheel, which results in only a small fraction of my video being captured.... if any at all.
    I'm assuming this has something to do with the addition of the external hard drive... any suggestions?
    Also, when I capture using clip it seems to work OK... sort of. Clip will capture the video, but only one channel of audio.

  • Problem using iPad mirroring with an Apple TV and 4:3 Projector

    I'm a teacher and I've been using my iPad 2 in the classroom for about a year and a half. I would use Apple's VGA Adapter to connect to my projector, which worked fine. I just didn't like being tied down, and the dock connector would come loose very easily and lose connection to the projector, which interrupted the flow of the lesson.
    So this summer, I got an Apple TV and a projector with an HDMI port so I could start using Airplay Mirroring to get the iPad screen onto the projector. But I'm having trouble with the aspect ratio. Forgive my drawing, but the genius at the Apple store had a hard time understanding my explanation, so I'm hoping this will help show what I mean.
    My projector (ViewSonic DLP PJD5133) can be set to either a 4:3 or 16:9 aspect ratio (4:3, 800x600 is the native resolution). My projector screen in the front of the classroom is 4:3, so when the projector is set to 4:3, the image fills up the screen (which is what I want - it needs to be as big as possible so the entire class can see it clearly; plus it means all the output pixels are being used). When the projector is set to 16:9, the image is letterboxed (not ideal unless I'm showing a widescreen video or image).
    The Apple TV's native aspect ratio is widescreen, and the iPad's native aspect ratio is 4:3, so if you use Airplay mirroring on a widescreen TV, the Apple TV will pillarbox the image (add horizontal black bars on each side), so that the image will not be stretched/distorted. (I know that it will show widescreen videos and a few widescreen-ready apps without the pillarbox, but the apps I use in class - Keynote, Noteshelf, etc. - don't fall in that category). The effect on my projector screen is a tiny 4:3 image taking up half the area it would have taken if I had used the VGA connection.
    So in the Apple TV, I went to Settings>Audio & Video>TV resolution, and chose 800x600 60Hz (the max 4:3 resolution for my projector). Since the Apple TV is natively widescreen, it seems to accomplish this change be stretching the image vertically; but it basically works because the Apple TV home screen fills up the projector screen. However, when I turn on Airplay Mirroring on my iPad, the image does not fill up the screen. The Apple TV still puts a pillarbox on the image, so I end up with a distorted, square image of my iPad screen. It's the right height - the max 600 pixels for my projector - but it's not as wide as it should/could be.
    Is there a setting that I'm missing? I understand that the Apple TV has to stretch its home screen image to accommodate the 4:3 resolution, but I think it should be smart enough to realize that if it's receiving a 4:3 image from the iPad and sending it out to a 4:3 TV, it doesn't need to pillarbox the image.
    Before you answer - this is not a problem with the projector settings, and my Apple TV is not defective. You could simulate what's happening on your Apple TV, even if it's hooked up to a widescreen TV. In the Apple TV settings, change the TV Resolution to 800x600 as mentioned above (or any other of the 4:3 options). Now go to the Apple TV home screen, and note the amount of space the image is taking up on your screen (on a widescreen TV, it will be pillarboxed, and it will look like it's been squished horizontally). Then turn on Airplay mirroring on the iPad, and you'll see that the iPad image does not have the same width as the Apple TV home screen and it looks square/squished.
    Also, while my projector does have a zoom function, it will not magnify the small iPad mirror image correctly (if I were to leave the Apple TV and projector on a 16:9 setting). It cuts off the top and sides. But even if it didn't crop the image, it's a digital zoom, so that option still won't fix the fact that I'm not getting a full 800x600 image on the projector. The same problem would apply if I were to move the projector farther away from the screen (so that the widescreen image takes up the full height of the projector screen, while spilling off the sides). I'll still have a lower resolution image, which isn't ideal since I'm often showing text on the screen through Keynote. Also, widescreen videos wouldn't fit on the screen, and I can't move the projector easily because it's fixed to the ceiling.
    Sorry for the long explanation. Any ideas? I'd really appreciate some insight.

    We have the same problem, and not only with ipads. Macbook Air is doing something similar. it can only use airplay with 1080 and 720 resolution, so the image is squeezed on a 4:3 projector. We use AppleTV 3 and Mountain Lion OS. We use ATVPRO from Kanex.
    Apple must get its act together and fix this, they promise gold and green forests, but nothing works.
    DO SOMETHING!

  • X220i Express card with Fire Wire 400 adaptor

    I'd like to know if there is a suitable Expresscard for the x220i that has a Fire Wire port.  I already bought one but it didn't slot in properly although it does fit an older IBM laptop that I have.  I need to download stuff from a video camera and don't want to buy the wrong thing again.  Any suggestions would be appreciated.
    Solved!
    Go to Solution.

    Hello,
    My understanding is that the X220i (like my X220) has an ExpressCard/54 slot, that is, an ExpressCard slot which is 54mm wide.  Any 54mm or 34mm wide ExpressCard should fit in there, but older 16-bit PCMCIA or 32-bit CardBus cards will not, as they have different connectors.
    OWC, Rain Computers, SIIG, Sonnet, StarTech and SYBA all make FireWire ExpressCard adapters which should work fine with your X220i. 
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • Problem using dual monitors with Radeon 9000 Pro and 2 x Samsung SM223BW

    Hello all
    I really need an expert opinion here:
    I am using quite a lot my MDD 1.25Ghz that is still equipped with the OEM ATI 9000 Pro Mac Edition with 64MBs of Video RAM and as most if not all Mac-specific cards it has an ADC and a DVI port. I recently purchased a couple of Samsung monitors; the afore mention in the subject SM223BW. The monitors have two inputs, both DVI and D-SUB (Analog VGA or otherwise plain old RGB).
    I have purchased a Formac ADC to DVI converter and connected this output to the DVI input of the first monitor. It works like a charm and the picture quality it is quite good (not as with an Apple Display but I couldn't afford them at this stage). For the second monitor I used a DVI to VGA cable (going from the DVI output of the card to the VGA In of the monitor).
    Now here is the problem: The monitor that is connected ADC to DVI has all the available 16:10 ratio option that are suitable for this monitor. The DVI to VGA one gives me only a 1680x1050 and all the rest are 4x3 resolutions.
    Would anyone know why this happens? Could it be a monitor issue? Could it be that perhaps TFT monitors offer different resolutions according to the input used. Or could it be the graphics card? Or even perhaps the cable?
    Under OS X, same settings and same computer I am given more resolution options. Would that mean that it might be as well my beloved OS 9 in combination with the card?
    Or am I stressing this too far?
    Please any ideas are more than welcome
    PS: I have a dual 2.0Ghz G5 connected to the rest of the DVI and VGA inputs to be able to run both without having to repatch. Otherwise a DVI to DVI connection would have made more sense and solved the problem

    Hey Simon
    I bought these monitors for their dual input functionality. The reason that I have the G4 connected to VGA is because I have another G5 connected the other way around in order to be able to use both computers, at any given time, with two screens.
    Perhaps to make clear the connections I've done (if of course anyone is interested :)) ...
    The G4 connects via ADC to DVI to the DVI input of Monitor No.1
    The G5 connects via VGA to VGA to Monitor No.1
    The G4 connects via DVI to VGA to Monitor No.2
    The G5 connects via DVI to DVI to Monitor No.2
    Another question would be why simply one mac isn't connected solely via DVI and the other one via VGA? The reason is that the VGA input looks awful on these screens for whatever reason. The image is seriously not sharp, the fonts looks horrendous and even with a lot of tweaking from the monitor settings, still I'd say the image is minging. If anyone knows why a VGA input can look that bad and still a monitor being in the market please let me know. It could be that this monitor is aimed to PC users and with the accompanying PC-only drivers all such are non-existent...Anyway I decided to go with the half DVI-half VGA solution to get the best out of the situation.
    But on the question asked, I decided to use a 2 DVI input Avocent KVM that I've got with interesting results. I am pretty sure it is boring to read but if anyone has spare time here it goes:
    The G4 connects via ADC to DVI to Monitor 1.
    Monitor 2 DVI output connects to DVI KVM Input
    The G4 connects via DVI to DVI to KVM Output 1
    The G5 connects via DVI to DVI to KVM Output 2
    The G5 still connects via VGA to VGA to Monitor 2
    In this manner I am guaranteed to utilize the DVI inputs for both monitors, at least on my G4 and the G5 be forced to utilize one VGA. The plus side of the situation is that I can use both systems with the flick of a button without having to get up to change the Source on the monitors plus of course one keyboard and a mouse. Now here is the interesting bit:
    Under OS 9, with the resolution 1280x800 on Monitor No.1 (the one connected via ADC to DVI) flips to - I think - 1680x1050 - it could be higher than that - with a thick black frame around the Desktop occupying a good chunk of the screen and the actual OS 9 looking minuscule at the center of it.
    Monitor No.2 (the DVI to DVI connected one) looks just fine.
    Now on top of that, when the G5 is switched on but the KVM is outputting the G4 desktop on Monitor No.2, whenever the mouse cursor slides on this monitor, it goes black! Just simply black and when I move the mouse cursor back on Monitor No.1 goes Desktop again.
    Under OS X, none of the afore mentioned problems exist. Everything runs fine and I am give more 16:10 resolutions as well.
    Confused? I am

Maybe you are looking for

  • Itunes Connection Error After Virus

    I've been using Itunes Store on Windows 2000 for over a year now, no problem. But, I recently got a virus and trojan horse on my computer, and had to install Windows XP in order to get a trial of Windows OneCare to remove it. Now my computer is "bett

  • SQL Query will not work in CRXI

    I am using CRXI Developer R2 against an Oracle 9i DB. The following query works in Oracle SQL Developer, but returns no results in Crystal (no errors in Crystal either). Anyone know what is wrong? SELECT b1.b1_alt_id,        b1.b1_per_type,        is

  • LT03 for Bulk Storage Types

    Dear SAP-Experts, we use ECC 6.0 with WM. First we create an outbound delivery with VL10a/VL01N, after that we create the TOs with the LT03. We are using storage units(SU) and one SU is one palett. When we create an outbound delivery with 2 paletts t

  • Re: 64 bit programming environment

    Hello, I'm a j2ee programmer, and im thinking of getting a 64bit vista machine, i was wondering, will i still able to use applications such as netbean, and so on within 64bit or should i go with 32bit? If anyone having any issues with 64bit programmi

  • Windows 10 for phones emulators on Windows 10 10041 - problem with network connection

    Hi, I can't connect to Internet on Windows 10 mobile emulators on Windows 10041. I have tried to resolve problem. First I noticed, there was problem with displaying properties main network connection. I had reinstalled network driver. After that I re