Using compact fieldpoint with a camera?

I am interested in attaching a camera to a fieldpoint to take single pictures. I want to trigger these from a microphone which has picked up a trigger decibel level and attached to analog input module. The plan is to log photos and possibly upload them to a central PC in a batch fashion. Is it possible? How many photo's could the compact flash hold (after the OS and Labview)?

Hello,
I do not see a way of connecting the camera to the FP controller other than using the serial port. More than likely, your camera does not have a serial interface. A better option for you would be our Compact Vision System.
http://sine.ni.com/apps/we/nioc.vp?cid=12298〈=US
If you already have a way of connecting the camera to your FP controller let me know. The number of photos that could be stored on the card will be determined by the resolution of the photos and the size of the card you have.
Regards,
Bill B
Applications Engineer
National Instruments

Similar Messages

  • Problems acquiring and saving multiple camera images using a switch with GigE cameras

    Hi Folks,
    We are having an issue with connecting 6 GigE cameras via an Ethernet switch. We can acquire and store individual cameras but once we increase the number of cameras we end up with jumpy avi files.
    Each camera has been physically labelled and attached to the switch, so camera 1 is attached to port 1, which then corresponds to Cam1 in MAX. When recording multiple files what appears to happen is that the avi file from cam1 actually has images from multiple cameras, as if cam1 is being renamed/allocated on each frmae and each time a different camera is allocated. How can we fix this?
    We are new to this so any help or advice would be much appreciated.
    Thanks in advance,
    Cathy
    Attachments:
    Camerad.png ‏60 KB
    Camera.vi ‏91 KB

    I think your problem is caused by using the same image name on each instance of Imaq create. "Grab and Save to AVI Acq" being the string you are using. I am pretty sure If you make each image name unique you wont get image referance problems.
    Senior Software Engineer
    www.Adansor.com

  • Using the iPod with the camera connector

    I was recently pleased to learn that it is possible to connect an iPod to my digital camera to transfer pictures to the iPod. I could use this feature when traveling to free up my camera's CompactFlash memory.
    What I'm wondering is whether or not I can delete photos I have transfered to the iPod from the camera using the iPod's interface. The idea here would be to weed out the pictures not worth keeping to free up space on the iPod.

    There is no way to delete files or folders from an iPod without connecting it to a computer and deleting the files from there.
    (12473)

  • Compact fieldpoint help!!

    Hi, im currently using compact fieldpoint cFP-2120 with modules cFP-AIO-610 (X3) cFP-TC-120, cFP-RLY-425, cFP-DIO-550. The question i have is im using cFP-AIO-610 to measure Voltage. The issue that i having is that i can measure e.g. 3 Volts on channel 1, then i connect it to channel 2 (not while connected to channel 1). And it wont read 3 volts it gives less that a tenth of this value and the current is increasing to a large value if i try and increase the Voltage. Ive checked my connections on the cFP connector, MAX and everything seems ok. Is the module broke? could it be bridged? Ive even changed the module to a new one and same problem. What could it be??
    Stu
    Solved!
    Go to Solution.

    This issue is currently being dealt with via NI UK Technical Support.
    Applications Engineer

  • Running Compact FieldPoint without LabView RT

    In using Compact FieldPoint, how necessary is it to run
    LabView RT instead of just LabView?

    I believe it depends on what you are trying to do.
    If you want to monitor your tags from a Windows based LV app, you should be fine.
    If you intend to target your RT app at the Compact FP unit, you will need RT.
    What are you trying to do with your Compact FP?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • VB6 and compact fieldpoint

    I have a request to add 4-20 mA and relay outputs to an existing VB6 application using compact fieldpoint.  Is VB6 still supported by the compact fieldpoint drivers/software, and if so, what is the recommended interfacing approach?
    Thanks,
    -Scott Hein
    Diablo Analytical, Inc.

    Scott,
    There does not appear to be nay reason why you cannot use VB6 with compact FieldPoint. The implementation of your application should be the same for FP and cFP.  Here are some articles that reference this:
    Can I Use Visual Basic with FieldPoint?
    FieldPoint Optomux Programming Reference Help
    Best,
    National Instruments
    Applications Engineer

  • Write JPEG file error on Compact FieldPoint

    Hello!
    I'm using Compact FieldPoint 2120 and LabVIEW 8.2. I'm trying to capture an image of a front panel and to save it into Compact FieldPoint using the "Write JPEG file". Unfortunately, it gives the error 1.
    I indicated c:\<jpeg_file_name.jpg> for the path.
    I switched the target to "My computer" and the code works correctly.
    Is that a problem of the path or VI Write JPEG file cannot be impemented on Real-Time target, such as Compact FieldPoint?
    Thank you!

    Well, that's true that Real-Time does not support Write JPEG file (this is the first problem). I'm using now Write BMP file insteed. The second problem, verified also in my practice, is that the Front Panel does not exist too on Compact FieldPoint.
    My aim is to develop web-interface to deal with the Compact FieldPoint from any computer. That is true that it has its own built-in Web-Server, but it doesn't have a script-executive environement. My idea was to create a custom "web" server running in parallel with the principal Web-Server to execute VI scripts.
    For that purpose I used TCP Listen -> TCP Read -> TCP Write runing on the port 82. I can send from any browser the request http://<IP address>/<script.vi>?<params> and my custom server parses the request and executes the <script.vi>. Then to avoid the problems with HTTP protocol I write the redirecting request to the port 82 like <meta http-equiv="Refresh" content="0; URL=<result_page.html">. So, It works.
    The result_page.html must represent the acquired data from the Compact FieldPoint channels. So, I execute a requested script to show the specified data into Graph waveform and then to take a snapshot and to save to the Compact FieldPoint. Then the result_page.html contains the link to the saved snapshot picture.
    Once executing the requested VI script, the Invoke Node gives the error 1003 stating that "the VI is broken etc...". I think that is because of the script attempts to take a snapshot of a panel which doesn't exist...
    Maybe somebody has an idea how to view the acquired data in browser ?
    Message Edited by Mons on 07-10-2008 06:06 AM

  • Interfacing java application with digital camera

    Dear all,
    I've a question and I need your help.
    I've my swing/javafx application and I need to interface it with a digital camera.
    How should I proceed? How can I understand which digital camera offers support for java integration?
    Do you have some model for me?
    Thanks

    I don't know anything about using Java directly with digital cameras. However I have a few observations. When you say you want to interface Java with a digital camera, do you mean you just want to display the image in a Java application? If so, you can use the software that came with the digital camera to download the images as *.jpeg (or whatever) to the hard disk. Then you can use Java to easily read the files from the hard disk and display them or move them to some other location. For instance, when you display them in Java, then you can then ask the user to fill out various textfields to go along with the image such as giving a title to the image or a description.
    If instead you want to write Java to grab the images from the camera directly, I think that's a bad idea. I imagine different digital cameras have uniquely written custom software to communicate between the digital camera and say, Windows 7 (I'm guessing). I doubt all the manufacturers have agreed upon a common way to communicate. Therefore if you take this route, you will end up creating a large set of Java programs to communicate with each model of camera. A maintenance nightmare.
    However, I have seen applications such as taking passport photos that appear to communicate directly with a digital camera wired to the computer which I imagine the vendor supplied with the application.

  • Compact FieldPoint without LabView RT

    When using Compact FieldPoint, how necessary is it
    to use LabView RT as opposed to just using LabView?

    Currently, the only available controllers for Compact FieldPoint are the cFP-20XX series LabVIEW RT controllers. If you do not use LabVIEW RT, you do not take advantage of their full capabilities. However, the controllers publish all of their data items over the network just like the FieldPoint Ethernet Network Modules (FP-160X series) do. So you can use them as regular ethernet network modules and access them without LabVIEW RT, but you do not get to take advantage of their serial ports or embedded control abilities.
    Regards,
    Aaron

  • Has anyone implemente​d a QUADRATURE IN / QUADRATURE OUT applicatio​n using the Compact FieldPoint​?

    Has anyone implemented a QUADRATURE IN / QUADRATURE OUT application using the Compact FieldPoint? The units being used are the cFP-QUAD-510 [input] and the cFP-CTR-500 [output]. What I would like to do is use the QUAD-510 to capture a quadrature signal from a sensor, which in turn would generate a count per quadrature detection. Within LabVIEW, adjust the count received. Then, output a quadrature signal, based on the adjusted count, using The CTR-500.

    Hello Andre,
    Thanks for your response. That example does provide the output desired, and it is currently being use in my application, along with the 32-bit counter example available via NI for the QUAD-510, which also works. My query was mainly geared to find out if an application with the characteristics described in my original question has already been implemented, this, to avoid "re-inventing the wheel." Additional input on this thread is welcome and appreciated. Thanks.
    Regards,
    Dag Gollopp

  • Ports used by Compact Fieldpoint 2120?

    I have a Compact Fieldpoint 2120 behind a Linksys WRT54G router.  What ports do I need to forward for MAX and Labview to see the router?
    I have 20-21, 80, and 44525 forwarded to the Fieldpoint for both TCP and UDP.  The ports listed HERE don't look applicable.

    Hi Gizmaa,
    Thank you for contacting National Instruments.  From the information you have provided here, it looks like you are unable to see your router and Fieldpoint in MAX.  If this is the case, you should not be seeing your router in MAX, but I can suggest some things to look into to hopefully see your cFP-2120. 
    From the article that you linked, the port that is listed within the Lookout/Logos Communication document is what is used for communication between the cFP device and the host PC.  If you are enabling access to ports for NI hardware and software this might be something to consider.  Aanother suggestion when not being able to locate your device in MAX, is to ensure that your anti-virus software or firewall configuration is not blocking the connection.  I would ensure that this is not the case by temporarily disabling these programs and attempting to locate your hardware.  If this is the case, you can then add the National Instruments software you are using as exceptions to both the anti-virus software and firewall.
    I hope this helps!  Let me know if there is anything else I can help with or clarify.  Have a great day!
    Jason W.
    National Instruments
    Applications Engineer

  • Can compact fieldpoint work together with regular fieldpoint?

    Hi,
    I'm using regular FieldPoint modules with Labview 8.5 right now. I want to add new modules, can I choose compact FieldPoint moudles?
    Thanks!
    Gman

    You'll have to get a new backplane and a new controller or network module.  Compact Fieldpoint modules aren't physically compatible with the regular field point modules.  So the new devices will show up as a new target in MAX.  Beyond that, LabVIEW will be able to work with both just have in any application that would have multiple targets.

  • TS2834 I've been using the mail app that came with my Mac for over a year. Out of the blue, it will not open and keeps saying "Mail cannot open because of a problem" and something about not being compatible ??? Help! I miss my mail

    I've been using the mail app that came with my Mac for over a year. Out of the blue, it will not open and keeps giving me an error like "Mail cannot open because of an error and something about it not being compatible. Please help! I miss my mail

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • How do I use a Panasonic HDD Video Camera with an iBook?

    We just bought a Panasonic SDR-H40P without even thinking that there would be any problem using it with a Mac. We recorded some videos, then proceeded to try and download them to the computer only to find that they are written in .mod, which the computer will not recognize. The software that comes with the camera is for PCs only. So, after doing some research, I downloaded the trial version of DropDV. and got the files off the camera via the provided USB. It did convert some of the files (supposedly into an iMovie format). Some of the videos we took work fine. Some are missing. Some seem to be in slow motion.
    Is there a different program to use or another way to get these .mod (and .moi) files to work/open on our Mac? We have some videos of a baby that his grandparents would love to be able to see!

    From what I've found through reading the topic in several digital movie
    forums, you should be able to use iMovie and have it import the file
    from the camera for use and editing in the Mac.
    This path may be version dependent for best results; and I am not
    sure which versions of iLife's iMovie would be best for use with the
    digital camera and also may be compatible with the older Mac iBook.
    Some Panasonic digital video cameras are also seen by iPhoto and
    in some cases, that can find the movie file and import it for iMovie.
    And there are other Panasonic video devices which create the same
    kinds of files, and there is a free or shareware software out there to
    help use them. This may include players by third parties and others
    which may be able to edit digital movie files.
    In some digital movie forums, there is an awareness of Panasonic
    products not necessarily being the best supported for Mac OS X;
    while many pro users of Panasonic products have Macs, among
    them are newer Intel Mac users with Parallels, BootCamp, etc
    and they can run XP or Vista-ready software. If this is (still) true,
    then Panasonic may be missing out; since modern products
    should have support in their retail box for both major platforms.
    Some Panasonic products have shipped with Mac software for
    several years now; along with Windows software. Some didn't.
    Hopefully iMovie can see the Panasonic digital movie files; if the
    iBook can support the feature set of iMovie. Some aspects of
    this part of iLife require the ability to record to DVD media and
    also may require more system assets & resources than you have.
    Good luck & happy computing!

  • How can I use the built-in Isight camera with an external camera (usb/firewire) at the same time?

    How can I use the built-in Isight camera and an external video camera at the same time?
    I'm wanting to stream over Oovoo/Skype/etc. using 2 cameras.
    Thanks

    Simple question with a not so simple answer.
    (a) If you mean that you want to run multiple apps simultaneously using a different camera with each app, you may encounter computing power limitations.  Digital video is processor intensive.  The only way to know if your Mac can do this it to try it.  If the video does not work together but each app works when it it the only app running, you are likely overloading your Mac's ability to process and/or move all the required data in your data bus.  You can get a better indication of whether this is the case by watching your Activity Monitor utility while running the apps you want to use.
    (b) If you mean that you want to have more than one compatible camera connected to your Mac simultaneously for ease of changing between video sources, some, but not necessarily all, apps you are using to operate your camera(s) allow you to select between your cameras.
    How you select among connected cameras depends on which application you are using. Here is how camera selection works in a few examples:
    (1) For iChat, you can choose which iSight you use in the "Camera:" choices bar in iChat > Preferences... > Audio/Video that appears when more than one compatible camera is connected. Although your camera choices will be different, the choices bar will look something similar to the Preferences settings shown here:
    If you cannot see the "Camera" choices bar, your Mac is recognizing only one (or none) of your cameras. In that case, consider the suggestions fromhttp://support.apple.com/kb/HT2090 for iSight problems or refer to your other camera's documentation for help.
    This particular choices bar solution applies ONLY to iChat. Most other applications also have settings that allow you to choose which camera to use. However, they do not all work the same way.
    (2) For instance, iMovie HD's camera choice is NOT set via Preferences. When you have more than one compatible camera connected, iMovie6 HD uses a drop-down menu choice something like this (depending on which version of iMovie you use):
    Note: Because I had no built-in iSight connected when I made this example, and because my external iSight was not connected, the drop-down menu showed only "Time Lapse." Because your Mac has a built-in iSight, your built-in iSight would show in the drop-down menu even when no other camera is connected. Connecting an additional Mac compatible webcam should allow you to choose either camera.
    Other iMovie versions work slightly differently.
    iMovie 9 (from iLife '11) uses a different camera choice button shown in this article:
      http://docs.info.apple.com/article.html?path=iMovie/9.0/en/mov39f84285.html
    iMovie 8 (from iLife '09) is slightly different as explained in this article:
      http://docs.info.apple.com/article.html?path=iMovie/8.0/en/10172.html
    In general, you can use your Mac's help for the application in use to find out how to select among more than one connected camera.
    (3) Photo Booth in Snow Leopard 10.6.x and later uses the Photo Booth > Camera menu command to select which camera to use.
    Note for readers with older Mac OS X: The previous version of Photo Booth that came with Tiger (10.4.x) is such a simple, basic app that it offers no menu selectable choice. Unless your built-in iSight is already occupied as the camera being used by some open application before you launch Photo Booth, Photo Booth will use ONLY your built-in iSight.
    However, you can use the trick from ¶ 4 of http://docs.info.apple.com/article.html?artnum=302781 to let Photo Booth use an external camera.
    (If you have an external Firewire camera connected, it may be used in preference to any USB webcam. If that is a problem for you, merely disconnect the problem Firewire device.)
    (4) For FaceTime, launch the app and click the Video menu item.
    If your Mac recognizes more than one connected compatible camera, a "Camera" section listing the cameras from which you can choose will appear there. Clicking on the desired camera name will let you select the one you want as shown in this image from my Mac Pro and LED Cinema Display:
    If your Mac recognizes only one compatible camera, the "Camera" section will not appear in the Video menu, but FaceTime will automatically use the connected camera that is recognized by OS X.
    (5) I do not use Skype oir Oovoo.  For those or other apps, see Help for each app for info on how to select your desired camera.
    Message was edited by: EZ Jim

Maybe you are looking for