Use Kappa Camera with LabVIEW

Hi everybody, has anyone controled a digital camera (Kappa DX 2N) with LabVIEW?
There is a development kit avaylable with control functions written in C. I know it is possible to convert c-Funcions in LabVIEW VIs. But there are so many functions to be converted. If anyone has experiences with that kind of camera (probably converted the functions) and knows which functions are needed for single specifications I would be very happy.
Best regards jotthape

Jotthape,
unfortunately there is no information about this camera in our various support resources so NI can't be of much help here. Just one suggestion: Post this question to the Machine Vision forum instead of the LabVIEW forum. This forum is monitored by some very good machine vision experts so your chances to get an answer will increase.
You should also provide more information about the camera (link to a datasheet, PC interface type,...).
Best regards,
Jochen Klier
National Instruments Germany

Similar Messages

  • Is it possible to use a Linksys By Cisco Wireless-G Internet Home Monitoring Camera with Labview

    I was wondering if it is possible to use a 'Linksys By Cisco Wireless-G Internet Home Monitoring Camera' with Labview
    http://www.dabs.com/productview.aspx?Quicklinx=53PX&SearchType=1&SearchTerms=network+cameras&PageMod...
    I wan't to be able to get the raw data from the camera and analyse it.
    Message Edited by Jam.hall on 03-25-2009 09:03 AM
    Solved!
    Go to Solution.

    Hi Jam.Hall
    I am somewhat hesitant to say you will be able to use this camera with LabVIEW.  It all depends on what functionality you are wanting to utilise on the camera, and how much video you want to analyze.
     - If you want to use the wireless functionality, I am concered that the on board web server will compress and embed the video stream.  I do not beleive this is something we can access in LabVIEW.
     - If you wish to use the ethernet connection, if it is Gigabit Ethernet, then you should be able to use our IMAQ for GigE driver to bring in the feed, but looking at the specs for the camera, I'm not sure that this is an option.
     - My other suggestion might be to utilise the record video stream function that the camera has.  Depending on the format of the video file, you may be able to read in the recorded file and analyse it in LabVIEW.
    If you could explain the purpose of your application, and what you would like to achieve with the system, there may be more suitable products that you can use.
    Kind regards,
    Sheela Sujeeun
    Applications Engineer
    National Instruments UK

  • Crosspost: Has anyone used a Redlake camera with LabView/Imaq?

    "I can't seem to find any drivers or utilities for the Redlake camera i'm using in my project.
    Only this: http://www.imagemill-tech.com/Redlake/ Fr_Redlake.htm
    But there's no info on how to get that VI (I've e-mailed them, of course).
    Any additional information on using the camera with LabView/Imaq would be much appereciated"

    "Kasper B. Dall" wrote in message news:<[email protected]>...
    > "I can't seem to find any drivers or utilities for the Redlake camera
    > i'm using in my project.
    >
    > Only this: http://www.imagemill-tech.com/Redlake/ Fr_Redlake.htm
    >
    >
    > But there's no info on how to get that VI (I've e-mailed them, of
    > course).
    >
    >
    > Any additional information on using the camera with LabView/Imaq would
    > be much appereciated"
    I just find the section out for you about remote control of your
    camera:
    1.7.1 Remote Control.
    Redlake Imaging also supplies the Serial1 program that enables a
    computer to control the
    MotionScope system from a remote location through the serial port.
    Refer to Manual Addendum
    9400-0014 for detai
    ls of the Serial1 program and how to control the
    MotionScope system from a
    remote computer using a standard communications program.
    So you need to find the serial command (for RS232) in manual addendum
    9400-0014. I couldn't find it in website maybe I did not search
    throughly, but you may have it if you own the camera. And these
    commands are just for controlling the camera system, not grabbing the
    image, so you may need a frame grabber to get the image into your
    computer and do the further processing.
    Irene
    [email protected]
    > http://www.geocities.com/irene_he/IVision.html

  • Has anyone used a Redlake camera with LabView?

    I can't seem to find any drivers or utilities for the Redlake camera i'm using in my project.
    Only this: http://www.imagemill-tech.com/Redlake/Fr_Redlake.htm
    But there's no info on how to get that VI (I've e-mailed them, of course).
    Any additional information on using the camera with LabView/Imaq would be much appereciated

    It looks like the Redlake VIs from ImageMill allow you to write serial commands to your camera. In LabVIEW, you should be able to write your own serial commands using the Serial Read/Write examples that ship with LabVIEW.
    I'm curios exactly which Redlake digital camera you have. Redlake cameras are often found under the names Roper (their parent company) or Kodak. I suggest going to www.ni.com/cameras to see if there is a camera file written for your specific camera. If not, please go to www.ni.com/ask to contact an applications engineer.
    Kyle V

  • Camera with labview

    hello
    i want to use a usb camera with labview
    i searched in the forum and i found many discusions about IMAQ driver fro usb camera
    i have dowloaded many of the VIs and every time when i open the VI in labview it skes me to load a sub vis that i dont have and not included in the VI ai donwload
    so how can i use this camera fro home monitoring system with labview ?>
    i have opened the camera from MAX and its working very good .
    Regards,
    D.A

    here is what i am trying to say
    when i open this VI whic is called Usb capture and display LV86 
    Attachments:
    Capture.PNG ‏288 KB

  • Controlling Hamamatsu Camera with LabVIEW

    I am using a Hamamatsu 1394 ORCA-ERA Camera in order to save microscope images on a PC. Im my lab, we are attempting to automate the process of saving an image from this microscope, and coordinate the time of the image capture with a function performed with LabVIEW. 
    As the 1394 name implies, this camera is connected to our PC using a firewire port. Is it possible to control the function of this camera with LabVIEW through a firewire port? What additional LabVIEW libraries would I need in order to perform this task, if any? Finally, is it possible to use LabVIEW to control a program called micro-manager that we currently use to save images? I know the Hamamatsu API supports both programs, but I am not sure if cross-communication between them is supported. 
    Thank you for reading, any response is greatly appreciated. 

    You say the API supports LabVIEW.  Does it have any example code for you to start with?  Typically driver sets include examples to make it easier to work with their API.
    If it works with that API, I'd see if you can get that to work with taking the images without using the second program.  You can typically use something like system exec on a Windows machine to run programs.  I'm not sure of anything that works similarly for a Mac.  Does micro-manager have an API you can use to make calls to it?

  • 3D Shape Measurement using two cameras in labview

    Is it possible to take 3D Shape Measurement using two or more cameras .

    Tarar, 
    Here are some links with information regarding 3D measurements using stereo vision with LabVIEW. 
    [1] Does NI Vision Support Stereo Vision or Depth Perception?
    [2] 3D Imaging with LabVIEW 
    Huntington W
    National Instruments
    Applications Engineer
    ***Don't forget to give Kudos and Accepted as Solution where it is deserved***

  • Follow path using IP camera with Starter kit 2.0

    I am developing a program to follow path using IP camera with Starter kit 2.0. I faced some problems, someone please help.

    thiensung92 wrote:
    I am developing a program to follow path using IP camera with Starter kit 2.0. I faced some problems, someone please help.
    You "faced some problems"...  
    Without any further information I assume that your computer is unplugged.  All fixed.  You are welcome!  
    Obviously we need a LOT more information.  We are not going to waste our time guessing when we could be helping others.  
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • I want to get a Nikon D3100, but my macbook has OS 10.5.5 on it and I've read that the D3100 needs at least 10.6.5. What will happen if I try to use this camera with my computer? Will iPhoto simply not recognize it or will I get distorted pictures, or..?

    I want to get a Nikon D3100, but my macbook has OS 10.5.5 on it and I've read that the D3100 needs at least 10.6.5. What will happen if I try to use this camera with my computer? Will iPhoto simply not recognize it or will I get distorted pictures, or....what?

    andyBall_uk wrote:
    The manual says
    ❚❚ Supported Operating Systems The supplied software can be used with computers running the following operating systems: •          Windows: <snip>
    •          Macintosh: Mac OS X (version 10.4.11, 10.5.8, 10.6.4)
    Nikon say that you need 10.6.5+ for the latest firmware, although I don't see why.
    Thanks for that! I was looking for that manual, but for some reason, couldn't find it.
    I guess I'll have to contact Nikon and find out what the real story is. The camera was introduced in '08 or '09, so I'm wondering why you'd need software as recent as 10.6.5??
    Still very confusing.  :-?
    Why does it state that the camera is compatible with "10.4.11, 10.5.8..."? Does that mean that anything between 4.11 and 5.8 is incompatible???
    BTW, I tried downloading the 10.5.8 combo update recently and got an error message that the update was "corrupted" after it was all downloaded, so I was not able to install that.

  • When I use the camera with the flash it is way to bright is there a way to adust that?

    when I use the camera with the flash it is way to bright is there a way to adust that?

    Only way I can figure is having double entries one with singular + some unique field, (maybe called Siri), then making a Smart group for one or both.

  • After downloading OSX 10.8.5 I can´t use the camera with Skype.

    After installing OSX 10.8.5 I can´t use the camera with Skype. Incoming video works just fine. Problem is my camera doesn´t turn on automaticly and all camera text in Skype menus are greyed out. Camera still works with facetime and photoboth and so on, so no problem with the actual camera.
    Please help, Im in Kabul Afghanistan, I have my support in Sweden!
    Best regards

    See this thread:
    https://discussions.apple.com/thread/5306216?tstart=0
    FIX:
    1. You need Time Machine
    2. Go to folder /Library/CoreMediaIO/Plug-Ins/DAL/
    3. Copy AppleCamera.plugin to good place (usb memory stick is the best place).
    4. Go to Time machine in date that skype work fine.
    5. Change AppleCamera.plugin with file from Time Machine
    6. Restart system, Now skype need to work with camera.

  • Is anybody use Hyper File with LabView?

    Is anybody use Hyper File with LabView?
    I Have a project that need to conect to a hyper file data base Made by PCsoft.
    Thanks
    Benoit Séguin
    Software Designer

    I have never used HyperFile, but a quick check of the company's website indicated that there are ODBC drivers available for it so it should be a simple matter connecting through ADO.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Issues when using a Pixelink camera with LabView 9.0

    In my lab, we have a program for video acquisition using LabView and the low level camera functions for Pixelink cameras.  We run into some problems trying to run this program and other demo gui programs that came with the Pixelink SDK.  In our data acquisition program, we have problems with our image coming out all scrambled.  We use the low level functions to obtain a frame from the camera in the from of a vector.  We then reshape the vector into an array and then send the array to a vi that turns it into an image.  When we try to view this image using the standard Labview image viewer, the image comes out all scrambled if the zoom factor is not set to .5 on the image viewer.  The full resolution of the image is supposed to be a 1024x1280 image which when we use the Capture OEM software for the camera provided by Pixelink we can see.  The image that we can see through LabView when we have the correct zoom factor seems to be only the top left quarter of what the entire image is supposed to be.  We also encounter strange problems when we attempt to use the demo programs for labview 8.6 that are provided with the SDK.  When trying to run the simpleGUI.vi, for example, the program connects to the camera just fine.  After you hit play to view an image, the problems start.  The program will play the video for a few seconds until it just freezes up and quits responding.  Labview must be exited and restarted in order for the camera to connect again.  I am not sure if it makes a difference that we are running labview 9.0 on our computers or not.  Any help you have on these issues would be of great help.  Attached are pictures of the scrambled/unscrambled image and of the part of our block diagram for camera control.
    Attachments:
    Incorrectimage.jpg ‏126 KB
    Errorexplanation.jpg ‏543 KB
    correct image.jpg ‏22 KB

    IMAQdx is the driver that National Instruments provides to interface Firewire, GigE and USB cameras (Directshow compliant USB).  This is a licensed driver, so if you don't currently have it, then testing in MAX is not an option. 
    So if I understand correctly, you have the Pixelink software which works fine, but you have Pixelink VI's that are used in LabVIEW, but those do not work correctly?  That to me seems like a driver issue, which I'm not sure how much I can help with since it is not our driver. 
    Do you know what dll's the Pixel link VIs are calling into?  Are they Pixelink dlls?  If so, I would suggest speaking with the manufacturer or perhaps on of our other users has worked with Pixelink before.
    Sorry I can't be much more helpful.
    Tejinder Gill
    National Instruments
    Applications Engineer
    Visit ni.com/gettingstarted for step-by-step help in setting up your system.

  • Use Photonic Science Camera with LabView/IMAQ

    Has anybody had any experience with a Photonic Science camera ? I want to use the PS CoolView 12 with LabView 6/IMAQ 2.5.5.
    Thank you !
    Guido

    Hello,
    I come from France and got exactly the same material as you. If you get the chance to have answers to your questions just give me the place to deal becaus I'm still looking for answers
    Regards
    PIL

  • Hello, how can I interface a princeton ccd camera (microscope camera) with labview??

    Hello,
    Im trying to connect my microscope cam to labview, but Im getting started with labview,
    my camera is managed by  a software called win view and it works; but I'm trying to control the camera by labview.
    what's the way to allow labview to see my cam??
    best regards

    Hi Marcio,
    it is important to have right information on the hardware you are using. in particular which is your camera type (FireWire, analogic, Camera Link, GigaEthernet, USB) and if you have the drivers of your image acquisition board.
    Have you got LabVIEW Development System only? Which version? Do you have others NI LabVIEW Modules or NI Softwares (for instance NI Vision)?
    I'm waiting for your news.
    Hudson | AE NIIT

Maybe you are looking for

  • Java desktop application run problem

    Hi. I have designed java desktop application which includes some libraries (XMLparserV2.jar, Ojdbc6.jar,xdb.jar, Orai18n-mapping,jar) with XML ini file. Then I have done deploy to jar. After it I relocated jar file and XML ini files to separate direc

  • View on cluster table

    hi all, I am trying to create a view for the tables bkpg and bseg.but am unable to as the error is "bseg is cluster table". can't  we create view for cluster table. if can, how

  • Sring to Object Array problem

    Hi every body, I have string in following format String s= "root, new Object[]{Folder1,SubA,SubB},Folder2,new Object[]{Folder3,SubC,SubD}, new Object[]{Folder4, new  Object[]{SubE,SubSubA}}";And I want to convert in following form Object[] hierarchy=

  • Need a query for this logic

    Hi table1 id     cus_id     val boi     p          gh hdc    s           vc 123    p          xy 123    s          xz 123   m          xb 123  ll            zx Note: 123 is default values  o/p id     cus_id     val boi     p          gh boi     s    

  • Draw method stop at first frame

    I need to make an animated flower movie using tile of one bitmap. I use the code below but write only the first frame then stop, how can I draw more frames? createEmptyMovieClip("triangle",2); triangle.beginFill(0x000000,100); triangle.moveTo(width_m