Camera Fusion .. is it possible on Labview ?

I am trying to take the simultaneous feed of two fire wire cameras and fuse them together. For example i want to cut half the frame of one camera and half the frame of the other camera and then fuse them together in such a way that if both the cameras are lying side by side focusing on the same view, the viewer wont know whether this video is from two cameras or one.
Is it possible on labView ? 
Regards
Asad Tirmizi
Design Engineer
Institute of Avionics and Aeronautics
" Its never too late to be, what u want to be"
Using LabVIEW 8.2

This is my effort to make Mr. Muks understand what i am trying to say. Maybe then you can understand that this was not a duplicate post but i doubt that though.
The above picture is lets say camera feed coming from two cameras being displayed on two DISPLAYS. Please Mr. Muks concentrate on the word two displays. this was the topic of my previous post.
Now i want to cut them both in half  and fuse them together. in a SINGLE video feed. Mr. Muks please concentrate on the word SINGLE DISPLAY. SINGLE DISPLAY , SINGGGGLLEEEE DISPLAY.
This is altogether a different ball game. That was a mere case of transfer engine getting full. Here i have to cater cropping and fusion. I hope you understand. But as i still have doubts so i would like to attach another picture to hope that you mite. 
Regards
Asad Tirmizi
Design Engineer
Institute of Avionics and Aeronautics
" Its never too late to be, what u want to be"
Using LabVIEW 8.2

Similar Messages

  • How to access SPECIFIC camera attributes tree (camera controls) located in MAX with Labview?

    How to access specific camera attributes tree (camera controls) located in MAX with Labview?
    I want to be able to access frame, trigger and grab properties. Does anyone know?
    Thanks.
    /Peter

    Please see this related thread http://forums.ni.com/t5/LabVIEW/IMAQdr-Property-Node/m-p/1642950/highlight/false#M590168
    Matt
    Product Owner - NI Community
    National Instruments

  • Is it possible through labview to set and read window¿s based file properties​?

    Any file in XP operating system has file properties associated with it, such as, size, location, when the file was created, modified and last accessed. I know that Labview has the ability to access the size and modified property. Other file types such as image format types jpg, bmp and tif have additional associated properties such as: title, subject, author, and comments. Is it possible through labview to read and set these properties programmatically?

    Hpopenoe wrote:
    > Any file in XP operating system has file properties associated with
    > it, such as, size, location, when the file was created, modified and
    > last accessed. I know that Labview has the ability to access the size
    > and modified property. Other file types such as image format types
    > jpg, bmp and tif have additional associated properties such as: title,
    > subject, author, and comments. Is it possible through labview to read
    > and set these properties programmatically?
    Well, you can most probably do that by calling Windows API functions.
    Note however that the properties you mention are not generic Windows
    file properties but file specific internal attributes. Explorer does at
    least in XP handle some of those properties and shows them to the user
    but does so with internal file type handlers to extract the properties
    from the file.
    I'm not sure those file type handlers are actually available for other
    applications than Explorer without quite some work. If they are
    available they are certainly not part of the standard Win32 API but most
    probably part of the Windows shell component and I would guess not just
    through normal API function calls, but through the shell namespace
    enumeration, which is built on COM interfaces, something you only can
    call from standard programming languages, most of them are done in C++
    (and if you are a little more persistant in standard C).
    So you are likely to need to either write your own DLL doing the nitty
    gritty work of calling the shell interface and using that DLL in LabVIEW
    or find an Active X component which does the work for you. No doubt
    there is such an Active X component somewhere but how good and expensive
    is always a big question.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Is there any possibility in LABVIEW to Create a release mode EXE like VC++

    iam krishnaprasad. iam new to LABVIEW.
    i have 1+year experiance on VC++6.0.
    Is there any possibility in LABVIEW to Create a release mode EXE like VC++ .
    if there please suggest me how to create  it..
    Solved!
    Go to Solution.

    First, you must include you VI inside a LV project. This can be done automatically by selecting New Project from the Files menu in that (any) VI.
    LV will ask you whether to include any open VI to be added to this newly opened project. Click Add & thats it. Now save this project in a location of your preference.
    Then, in the Project Explorer window, right click Build Specifications >> New >> Application (EXE) or Installer, as per your requirement.
    The former will create you an EXE only while the latter will bundle all that needed for an installer (mainly LV run-time engine of the version under use).
    If you create the EXE alone, then you need to install the LV run-time engine of the corresponding version manually in the target PC first, before trying to run you application (EXE). Else, it will throw error & wont run properly.
    - Partha
    LabVIEW - Wires that catch bugs!

  • Hi.  I have a Macbook Pro Model 5,5 with one 800 firewire port.  I need to create two firewire 800 ports but only have an SD card slot (this is for video interface with 2 cameras).  Is this possible or do I have to have an express card slot in order to do

    Hi.  I have a Macbook Pro Model 5,5 with one 800 firewire port.  I need to create two firewire 800 ports but only have an SD card slot (this is for video interface with 2 cameras).  Is this possible or do I have to have an express card slot in order to do this?

    Hi Jessica,
    No, the SD slot will not work, you need an ExpressCard/34 slot.
    I do not know if it works with cameras, but with two or more HDs, if the first one has two FW ports, you can "daisy chain" one or more additional HDs from it.

  • Avec les calques de fusion est il possible de crée une troisième image choisi a partir dés deux prem

    Bonjour
    avec les calques de fusion est il possible de crée une troisième image choisi a partir dés deux premières?
    L'idée c'est : on a deux images  x et z , et on cherche a crée y, tel que la x + y = z
    merci

    On peut aussi faire un Cmd+Alt+MAJ+E pour tout fusionner dans un calque additionnel, qui se placera automatiquement en haut de la pile de calques
    Stéphane

  • Which is better for usb camera between VISA and imaqdx in labview 2010?

    i have done a program for usb camera to acquire images with imaqdx.
    now i want to know which is better between VISA and  imaqdx in labview 2010?
    i didn't study visa before
    thans for help.

    VISA is primarily used to communicate with instruments via GPIB/TCP-IP/Serial/USB. In order to use easily VISA with an instrument over USB the instrument must adhere to the USBTMC spec. A camera is not likely to have this. Otherwise you have to use USB RAW, and that requires detailed knowledge of the data that is transmitted by the instrument. Manufacturers rarely give this information out. Normally they will provide a DLL to communicate with the instrument.
    Thus, in your case, VISA is not going to be an appropriate API to use for a USB camera.
    Out of curiosity, what prompted this question?

  • I have some B/W video cameras(analog) are they supported by Labview

    i have some B/W video cameras that I wanted to use with LabView but they are not in the list of supported cameras under LabView, but they are still very new and they work great and they are small and light weight which are two important things that I need. Can I still use these? Or should I look into buying some new ones? The website for these cameras is www.x10.com, model number SC21A, thanks.

    Hi magnusrules,
    The National Instruments Framegrabbers can adquire video formats like RS-170 or CCIR, it depends on the model of the framegrabber. Here is information about the analog video signals:
    http://zone.ni.com/devzone/conceptd.nsf/webmain/0c19487aa97d229c8625685e00803830
    I saw the datasheet, but I did not find the type of signal. It says RCA, so maybe this can be of some help:
    http://digital.ni.com/public.nsf/websearch/A247A92A91FDEFAE86256BA50051F28B?OpenDocument
    http://sine.ni.com/nips/cds/view/p/lang/es/nid/11356
    Since the camera has a RCA connector, and it's BW, it could be RS-170, but we need to confirm it with the manufacturer.
    Tania Lozoya

  • Camera to iPad downloading, possible?

    Is it possible to download via cable from camera to iPad? If so, what cable, brand, where purchased.
    Thanks

    Get the Camera Connection Kit from Apple.
    http://store.apple.com/us/product/MC531ZM/A
    You use the USB cable that came with your camera with this.

  • 5MP app for IPAD2 CAM is it really possible??

    I saw an app in the Itunes Store making me able to use the Camera for 5MP shots. Is this really possible? Cause I thought the cam only had 0,79 MP.
    Thanks!

    Then I'm scammed: http://itunes.apple.com/us/app/professional-camera-for-ipad/id435662618?mt=8 it sais nothing about the Iphone. Just about makeing 5MP photo's with the IPAD2.....

  • Quick Camera - how is this possible?

    I noticed a new app in photography category called "Easy Camera". It takes pictures super fast in low resolution (320x480). I tried out the app, and it can take 2-3 pictures per second. The app requires OS 2.2.1.
    Does anybody know how this is possible? What feature/code is the developer accessing to make this happen?

    From the Data Sheet:
    CISCO 1000BASE-LX/LH GBIC
    The Cisco 1000BASE-LX/LH GBIC (WS-G5486) fully complies with the IEEE 802.3z 1000BASE-LX standard. However, its higher optical quality allows it to reach 6.2 miles (10 kilometers) over single-mode fiber (SMF), compared with the 3.1 miles (5 km) specified in the standard.
    CISCO 1000BASE-ZX GBIC
    The Cisco 1000BASE-ZX GBIC (WS-G5487) operates on ordinary single-mode fiber optic link spans up to 43.4 miles (70 km) long. Link spans of up to 62 miles (100 km) are possible using premium single-mode fiber or dispersion shifted single-mode fiber. The GBIC provides an optical link budget of 23 dB-the precise link span length will depend on multiple factors such as fiber quality, number of splices, and connectors.
    When shorter distances of single-mode fiber are used, it might be necessary to insert an in-line optical attenuator in the link to avoid overloading the receiver:
    NOTE: A 5-dB or 10-dB inline optical attenuator should be inserted between the fiber-optic cable plant and the receiving port on the Cisco 1000BASE-ZX GBIC at each end of the link whenever the fiber-optic cable span is less than 15.5 miles (25 km).
    It looks like they both work OK with SM fiber.
    LX is 1310 and ZX is 1550 which is also OK since (most) all Cisco RX optics are wide-band.
    One thing you might check is the RX power to make sure the leves are within the spec.
    http://www.cisco.com/en/US/prod/collateral/modules/ps5455/ps6577/product_data_sheet09186a008014cb5e_ps872_Products_Data_Sheet.html

  • Turn off camera blue light while cam on.Is it possible?

    I have HP laptop dv9643eo.windows vista.Can you answer  certainly (100%),that it is possible or not possible.For example using software,drivers,snapshots ,maybe bios.I have heard hackers can do it.
    Is blue led and camera "hardwired"(then it`s not possible) or by some line of code somewhere in that computer that controls L.E.D (then it is possible) ?

    Hi,
    I believe many people are asking the same question and one of the answers is: put a small black tape over it.
    Hope this helps.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Access Network Camera with JavaFX is possible?

    hi,
    i have IP Camera Foscam 8910W and it have the access via http for see mpeg movie via network
    if i access in firefox http://myipcamera/videostream.asf?user=xx&pwd=yy
    i see the direct movie of this network camera
    i have create a application swing+javafx for show this movie in JFrame
    is possible use this with JavaFX?
    Dario

    Actually i am having java code for camera applications.and i want to use it for the javafx applications.But for displaying camera control in javame we will typecast it as below.
    (Item)videoControl. initDisplayMode(VideoControl.USE_GUI_PRIMITIVE, null)
    and append it to a form.
    But for javafx we want node so that it is displayed.But how i acheive this thing in javafx.

  • RS 422 @ 8Mbit/s is it possible with Labview FPGA??

    Hi,
    I've to read and write data over an RS422 link at a rate of 8Mbit/s.
    Do you think it's possible to implement RS422 @8Mbit/s with labview FPGA?
    I know that I will have to make electrical adaptation to use RS422 signals with FPGA card.
    Can the FPGA IP available on this website do this?
    Thanks a lot
    Julesjay

    Christophe wrote "Yes it's possible to implement this into FPGA, if you adapt the electrical signal."
    Are you sure ?
    Depending on if that spec is baud vs bit rate and the over-sampling implemented in most serial read logic, the FPGA may not be able to cycle fast enough.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • IPhone 3G *Camera Shutter Not Opening* Possible Solution?

    Curious...
    Does anyone know if you were to take out the old camera and install a new replacement camera, would that fix that shutter problem? Would the shutter re-open again???
    or would the problem still exist??
    Would apprciate a response or answer to this. Thank you in advance!
    Note I know there was already a forum on this question, but I haven't seen anyone suggest this possible solution. And NO I do not have warranty. So I cannot get this iPhone replaced.
    Message was edited by: XxGhostXDemonxX

    So I cannot get this iPhone replaced.
    But you may be able to get it repaired...
    http://www.drcellphone.com/
    http://www.ipodjuice.com/apple-iphone-repair.htm#iphone-repair
    http://www.techrestore.com/

Maybe you are looking for

  • OSB file Write, not naming the file with specific name.

    Hi ALL, I have a requirement, i should accept the data or XML file from from JMs queue and place it in a location specified. For this i have build the PS and BS. Where PS will De-queue the JMS queue and route using Service call out to BS. And the BS

  • OAS 4.0.8.1 + Apache web listener

    Help! I'm not having all the problems running OAS 4.0.8.1 on Redhat 6.1 that everyone else is (my processes stay up and it's significantly faster than 4.0.7.1 on RH 5.2). But what I'd really like to do is dump Oracle's Spyglass web listeners and run

  • How to connect Foxpro Database

    Hi all, I have CF MX 7 on Windows XP environment. I have worked in coldfusion earlier with most of the databases except foxpro. Now, I got a code and some dbf files that are currently working in production environment that is on unix platform. I just

  • Send as a pdf file rather than xml

    I created an order form in live cycle 7 and when I email the form it opens properly and works but when the recipient emails it back clicking on the submit email form it returns it to me in xml format. Is there anyway of creating a form that the recip

  • How do I get my old toolbar back. Updated toolbar is pure crap

    The updated toolbar has no back and foward button and no window where I can type in a web site I want to go to. The old one worked fine. The updated toolbar is worthless.