What can I do to work with leadtools and IMAQ products?

I'm a Microsoft Visual Basic Developer and I'm trying to work with IMAQ devices and ActiveX libraries such as LeedTools. My problem is that this ActiveX objects need to work with TWAIN devices and National Instruments doesn't support TWAIN's standard.

Lucas,
NI's IMAQ products do not provide TWAIN support in their drivers, as to be called using the TWAIN protocol. There is a company called Graftek, www.graftek.com that has some LabVIEW TWAIN drivers. They might be able to give you a closer suggestions for solutions. But our boards do not support or are supported under the TWAIN protocol.
Good luck!
Nestor.
Nestor
National Instruments

Similar Messages

  • Device not working with Log and Transfer in FCP

    I am trying to get some footage off my camera into final cut pro, but Final Cut Pro does not recognise my device when I try to use Log & Transfer
    The camera is question is a Cannon Legria FS20, here is a link
    http://www.canon.co.uk/ForHome/Product_Finder/Camcorders/flash_memory/LEGRIAFS20/
    I have looked around but can't seem to find any plug-ins to get it to work with Final Cut Pro, does anyone know any way I can get it to work with Log and Transfer
    Upon inspecting the hard drive, it saves video files in .MOD format with an .MOI file (which i assume is a metadata file
    How can I get it so that my device works with log and transfer?
    Thanks

    Hi -
    I did a little Google searching for information on your camera and it appears that it is a Standard Definition Camera that records in the MPEG-2 format.
    Log and Transfer only works with High Definition material.
    You will need to convert your video clips into a format that will work with FCP.
    I know nothing about working in PAL, but you want to download an free application called MPEG Streamclip from
    http://www.squared5.com/svideo/mpeg-streamclip-mac.html
    This application will convert your MPEG-2 files into a format that you can use directly in FCP.
    Once you have converted the files to Apple DV-PAL, with the correct frame rate (25fps?) and field dominance you can either simply drag the converted files into FCP or import them using File > Import.
    Hope this helps.
    MtD

  • My hard drive crashed on my Imac 24" 2009, i put in a new hard drive 2TB and a SSD drive 240 GB and removed the opticdrive. What external DVD can I get to work with the IMac? The Apple super drive is not compatible.

    My hard drive crashed on my Imac 24" 2009,  I installed a new hard drive 2TB and a SSD drive 240 GB and removed the optical drive.
    What external DVD can I get to work with the IMac?                              The Apple super drive is not compatible.

    Virtually any DVD burner that can connect to your Mac will work. They start at $40 on Amazon.

  • Please help me! What can I do to stop receiving lots and lots of emails with all participants questions. I tried what was sugested but it didn't work!

    Please help me! What can I do to stop receiving lots and lots of emails with all participants questions? I tried what was suggested but it didn't work.

    You got your answers in this thread here and you marked it as correct.
    https://discussions.apple.com/message/16541734#16541734
    When you get to the email preferences page to make the changes, did you click on "Save" at the bottom of that page to lock in the changes that you made?

  • I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.  Will Time Capsule work with this and how?

    I like the idea of auto back-up for my new iMac, Ipad and PC Netbook, particularly if I can access all files and data stored on any device.  But I have a Conceptronic router.
    1. Will Time Capsule work with this and how?
    2. Can my printer USB be plugged in and then shared between the devices?
    3. Can I create a network and how?
    4.  What happend when a visitor logs onto my existing wireless router?
    I'm new to Macs (well a returning user having started with Mac Plus!!) and not very technical.  Any help / advice will be much appreciated.
    Ray

    The key to what you seem to want to do is to be able to get Apple's Time Capsule router to "join" the network that your Conceptronic router.  I believe that works with some third-party routers, but I've never seen a list of those that work in such a configuration and I have no experience with Conceptronic equipment.
    You might be better off with a Network-Attached Storage (NAS) device instead of a Time Capsule.

  • What internal DVD+/-RW will work with my Satellite P10-304

    Can anyone give me an answer to what internal DVD+/-RW will work with my Satellite P10-304.
    I've been told a SDR-6012 or a UJ-820 DVD+/-RW might work.
    Please help
    Thanks
    Lee

    Hi
    Did you check the user manual of the P10 Satellite?
    Sometimes the compatible CD/DVD drives can be found in the user manual which should be installed on your notebook.
    If you dont have the user manual then you could download it from the Toshiba page.
    However, if you will not find the right info in the user manual then I would recommend contacting the ASP in your country for details.
    Usually you could order a supported drive from these guys.
    Its important that you know what drives are compatible due to the different master\slave\c-sel settings.
    Bye and good luck

  • I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    I don't want Adobe to open up and be selected immediately. I work with iPhoto and Ipages etc and preview which needs to be my main application for my work , but need adobe reader for other files... how can I do this please?

    loopiloo1 wrote:
    I don't want Adobe to open up and be selected immediately.
    Sorry, I don't understand this - you don't want Adobe [Reader] not to open when doing what?  On what operating system?

  • What version of Elements will work with Canon Print Studio Pro

    What version of Elements will work with Canon Print Studio Pro?

    I tried this step but it did not work. I have a Mac YosemiteOS 10.10.1. I copied to plug in files from Canon Print Studio Pro. Open canon utilities, open print studio pro, open CS4 folder and copied files CNPSPP101.plugin and CNPSPP102.plugin (not there is also a folder called CS5 but it has the fame plugin files)
    I copy these files and then go to Photoshop Elements 13 and paste these files in Support File folder in Plug - ins and also did in folder Optional Plug-ins.
    I then open Photoshop Elements 13 and hit Automation tools but Canon Pro Studio option is not there.
    Can you provide more details on where I might be going wrong.
    I put in a trial version of Elements 12 and have no problem. I just can't find where to purchase Elements 12 so I do not lose it in 30 days. Know where I can  purchase?

  • Can In Design (id) work with elements 13

    Can In Design (id) work with elements 13? Help

    Thanks Bernie, you made that code work.
    However, I got another issue. That looks like arraylist.add(), replaces all entries rather than adds to the end of the list. I cannot find what is wrong with that. But you or some other expert will probably notice what is wrong.
    the code, that is below, prints :
    4
    4
    4
    4
    4
    import java.util.*;
    class Entry {
    String subString;
    int quantity;
    String breakdown;
    int [] numberOfbrds;
    //Then I use this class:
    class test{
    public static void main(String[] args) {
    ArrayList <Entry> hashTable = new ArrayList <Entry> ();
    Entry hashEntry = new Entry ();
    // here I assign some values to the variables of hashEntry
    for (int i = 0; i < 5; i++) {
         hashEntry.quantity=i;
         hashTable.add(hashEntry);     
    for (int i = 0; i < 5; i++) {
         System.out.println(hashTable.get(i).quantity);
    confused............
    Message was edited by:
    tmirzoev

  • Can Photoshop Element 9 work with Lightroom 5?

    Can Photoshop Element 9 work with Photoshop Lightroom 5?

    Hi David_B,
    Thanks for your reply! I've installed PS many times (since version 3, I think), and nothing like this has ever happened. I use and teach PS and LR for a living. The tech person I spoke with told me it is not unusual to have this happen when upgrading to CC 2014.
    What happened is that PS CC2014 would not open the image in PS if I used the Photo>Edit In>PS 2014 command unless I used Photo>Edit In>Open as Smart Object. Once opened as a smart object, PS would not save the file. I think it said Error 2.
    The tech took control of my computer, removed PS and LR and all the associated files a few times. He told me I'd have to have a high level person help me, but they didn't call me, so I phoned in. After waiting an hour to get to the correct person (not a high level tech) he said he'd have to uninstall everything again and start over and that it would take over an hour. I don't have the time right now to fix it as I'm headed out of town until the end of the month to teach LR.
    In the meantime, LR works, but I'm using a trial version that expires in 30 days. It exports to PS ok, but I had to reload all my plug-ins, and apparently LR can't find Photomatix. LR is not installed in my usual applications folder - the tech put it on my system backup drive.
    My case number is: 185696477
    Thanks so much for your willingness to help!
    Terry

  • What version of Quicktime will work with Movie Captioner?

    Does anyone know what version of Quicktime will work with Movie Captioner on a MacBook Pro, OSX version 10.2?

    If you have a MacBook Pro you can't be running OS 10.2. If you are running OS 10.2, you have some other model Mac, not a MacBook Pro.
    Can you provide the correct info?
     Cheers, Tom

  • Using XP Professional SP 3 with latestest version of Firefox, the US Airways web site will not work properly. I can still make it work with MS IE

    I am using XP Professional SP 3 with newest version of Firefox, the US Airways web site does not work. I can make the site work with MS Internet Exp. What do I need to change to make Firefox work?

    Can you clarify in which way the site isn't working?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • What version of mozilla will work with pentium 3 697 MHz, 256 MB of RAM windows xp sp3

    what version of mozilla will work with pentium 3 697 MHz, 256 MB of RAM windows xp sp3

    I'm not sure I understand your question. Firefox 12 being the last version to support XP without SP2 implies that Firefox versions 4-11 would also work on XP without SP2.
    You may have seen a reference to Firefox 3.6.28 because for a while Firefox 3.6 received some updates in parallel with the releases of Firefox 4-10, and 3.6.28 was the end of the line.
    If there is an article that needs updating on this site -- and I can assure you there are many -- you may be able to submit proposed edits to it because many pages are "wiki" pages with an Edit link. Or if you want to post the URL of the problem page here, feel free to do that instead.

  • What ordinary tasks don't work with OS X 10.3.9 ?...

    Thank you folks !
    a.
    What kinds of users might not need to upgrade from OS X 10.3.9 yet?...
    b. What ordinary tasks don't work with OS X 10.3.9 ?...
    c. What other tasks don't work with OS X 10.3.9 ?...

    Hi everyone and hi fugnug,
    {quote:title=fugnug wrote:}
    There are many ordinary tasks that don't work with Panther. Browsing with Safari is a good instance. That seems to be a Mac thing, even though Safari 2 and 3 aren't for Panther, so the browsing experience just isn't as good. Safari 1 is fast, but it just won't run newer developer's scripts. The sad thing about Safari being a Mac thing is that it is supported on Windows Xp which is just as old as Panther.{quote}
    It is disappointing safari 2&3 isn't supported by Panther. But, ya know we gotta
    live with it. Windows XP is Microsoft. Panther users really don't need it with free/donationware like OpenOffice and NeoOffice. You can also try FileJuicer and
    purchase it for a small price, and it can come in really handy if you need to open Windows type documents and Stuffit deluxe for Mac can open some of them too.
    Safari 1 has a few substitutes that work very well and are current and supported.: like Seamonkey, iCab, Camino. Firefox is no longer updated current for Panther though.
    {quote}
    Another common thing like a dashboard isn't really supported.
    {quote}
    Yahoo widgets works for Panther and it's a really nice App. It was Konfabulator before Tiger was out.
    {quote}
    Also most freeware developers don't make their programs supported by Panther these days. A very common dismay for Panther users is to see a really great program and download it eagerly forgetting to look at the req-specs and then get the little disappearing icon on the dock. That crash should come with a fog horn sound effect, it would really be a good metaphor for that feeling you get. Not just freeware, but newer software like Adobe CS3. (Of course, if you had the money to buy CS3, you could probably sprig for Leopard{quote}
    There's plenty to keep you more than productive available on Versiontracker.com
    with lots and lots of older panther compatible versions. (Although not all of them are still in the severs. Just check the versions in the preview of the source at the bottom of your browser.
    {quote}
    Screen-shots is common task; AppleShift3(4). You can only save in PDFs, which we all know you can't upload to Photobucket. So you have to export from Preview, which is reminiscent of Print Screen and paste into Paint in Windows (a total turn off). I've heard there was a way to change it and I think I found a tutorial once about how to change the save screen format... but I think it was actually for Tiger, because it didn't work for me /fog horn{quote}
    You can export from preview to other formats easily by clicking on File/Export..
    Sure though, some things out there don't work on panther. Like free songs from Amazon require a special downloader compatible with 10.4.x and higher.
    If you want to listen to full songs for free, there's sites out there that let you type in what you want to listen to and you can stream it in from your browser.
    Some sites like nintendo and probably others require Firefox. So, yes. Time is ticking against panther.
    I'm in the serious consideration stage of upgrading to Tiger or Leopard. For some
    things on the Web we need to stay current. Honestly, now a days everyone who uses
    a computer needs to.
    But, Panther is a very fun and snappy OS for me. I'll miss it's simplicity and humbleness. It's been totally awesome for my family and me! It's had it's shortcomings, but I look forward to a bright future in upgrading.
    Cheers,
    L+

  • What Photo Shop version may work with Windows Vista Home Premium (x64) Service Pack 2?

    What Photo Shop version may work with Windows Vista Home Premium (x64) Service Pack 2?

    For the IQ700 series
    If you're running Windows Vista SP2, there is a patch for USB patch for NVIDIA chipsets
    http://support.microsoft.com/kb/975163/ 
    If you're running Windows 7, install this patch
    http://h30434.www3.hp.com/t5/Lockups-Freezes-Hangs/Driver-update-for-Win7-USB-issue-on-nVidia-chipse...
    And only use the driver from the system manufacturer's website or Windows Update. Do not use the latest drivers from NVIDIA's website for the IQ700 series

Maybe you are looking for