Problem regarding the transmission of video Through TCP/IP acquired from USB camera

I want to transmit video using TCP/IP protocol acquired from USB camera. Acquisition is done well but when I place the TCP VIs in the acquisition VI then the trouble begins and I can’t even get the video in that particular VI which was acquiring video and working fine previously.
Interesting thing is that both Cam Server and Cam Client VIs was transmitting video in the very first run. After that I don’t know what happened.
I am using lab view 8.2.1.VIs are attached.
 Please help me out.
Regard,
Aftab
Attachments:
Cam client.vi ‏49 KB
Cam Server.vi ‏67 KB
camera.zip ‏66 KB

Hi Shoaib,
Here's an example I was testing mixing IMAQdx and the Simple TCP/IP Messaging Protocol (http://zone.ni.com/devzone/cda/tut/p/id/4095) to send up a video client/server app with a USB camera that I was testing with.
Attachments:
video client.vi ‏41 KB
video server.vi ‏22 KB

Similar Messages

  • Problem regarding the creation of Table using CSS.

    Hi ,
    Here I have a Problem regarding the creation of Table using CSS.
    In My Application i have a table with multiple rows(Rows are Dynamically added to the table).First i am setting the table with the following properties:
    width:900px;
    height : auto,
    Overflow : visible,
    Max-height: : 200px.
    If I use above properties,I'm getting a table with 5 or 6 rows(height upto 200px).After that i am getting the Vertical ScrollBar.
    The problem is when a table has many columns, Vertical and Horizontal Scrolls are coming at the time of setting the table. The table height is not Increasing dynamically.
    How can i use "height" property in CSS? (I want the table height to be increased when the columns are more.)
    Thanks & Regards
    Madhavi

    Hey humble user. Errr I'm trying to understand what ur trying to do. U want to create a section of a region destructively from an existing region right? If so select the option convert to new region (opt-comm-R or selecting it by right clicking). Check your audio bin to make sure. Whats the "merge" function? Are u refering to the glue tool?

  • How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    How can I stop receiving email automatically from the community when they have issues with there problems regarding the apple products.

    Click here for the instructions on stopping the emails.
    (85713)

  • Uploaded through Bridge CC photos from my camera; went through the motions, not paying attention, bu

    Uploaded through Bridge CC photos from my camera; went through the motions, not paying attention, but it did NOT save 'em where I usually save 'em; how can I ask Brindge or just the Mac Finder the last files I downloaded & where I saved 'em too? Oh, yeah, it ERASED the photos from my camera. I basically just need to ask my Mac (OS 10.8) where I downloaded 'em to. Thanks!

    Uploaded through Bridge CC photos from my camera; went through the motions, not paying attention,
    I'm not sure I do follow this, what do you mean with motions? can you specify this?. I assume you used Photodownloader? BTW, Not paying attention is usually not the best way when importing images...
    but it did NOT save 'em where I usually save 'em; how can I ask Brindge or just the Mac Finder the last files I downloaded & where I saved 'em too?
    When you import files they are written to your disk and therefor no need for save them, the files are already at your disk or written to the location you choose as destination. You could select your computername in the navigation column and then use the list view and choose the column last modified but this is not always showing the correct result. You could also do a spotlight search (or use the free Easy Find you can download from Devon) and choose to search for the extension you have shot your files in (Raw, jpeg??) and then choose modification date to sort.
    There is not a log (at least not to my knowledge) that keeps track of all of your movements unless you have installed such application (don't know if there is one but I think there will be a thrid party or script written by someone). You could try Console (in the utilities folder) that holds your logs and reports but this is usually for crash or forced quit situations.
    Oh, yeah, it ERASED the photos from my camera. I basically just need to ask my Mac (OS 10.8) where I downloaded 'em to. Thanks!
    Well, this would mean you would have first select the option to do so in Photodownloader. While I use PDL on a daily base I always thought this option should not even be present to choose and you certainly should not use it to delete originals.
    Like Curt already stated you have to use the camera software for this with the card in the camera. Either delete but preferable format the card. Mind you, this should not be done before you are sure where your files are written to and after you have checked randomly to see if the previews have build correctly for the newly imported files. Then you should make a back up of those files and only then start thinking about erasing or formatting the card for new use.
    If you have not done very strange things (like choosing the card as destination but if so they might still be there- check finder in column mode- or wrote them to an external disk - where they also still should be) the files should be somewhere at your system. Just do an extensive search and if the files are really important check for recovering software for your card.
    And follow the steps described above for importing, sometimes we need to learn our lessons the hard way (and I have been there too...)

  • Since I downloaded the latest PSE12 update, when I download images from my camera into Organizer on my iMac, the application freezes.

    Since I installed the latest PSE12 update, when I download images from my camera into Organizer on my iMac, the application freezes.  If I "force quit" then it seems to download them, but will do nothing else, including verifying and deleting the images from my camera.  It worked fine prior to the update.

    Dear Steve--
        You are the man--a true Apple genius. Your suggestion worked.
        Thanks you so much.
      Charlie Jarowski

  • Capture video through TCP/IP protocol in labview

    Hi Friends, How to acquire video data using TCP/IP read? actually i am trying to control a robot using labview. This robot has WiFi card and has an ip 169.254.0.10. Robot control protocols are already burnt into blackfin processor, of the robot, example.... if i enter 8 in string control of front panel, robot will move forward, 2 is backward, 6 is right and 4 is left. Robot has camera and transmits images through tcp/ip protocols. well.... i am able to establish wifi connection between my PC nd robot and i am able to control it simply by entering corresponding numbers in string control of VI but i am not able to acquire video from the camera through TCP/IP read platelet. ( someone has created a java consol for this robot and i downloaded it from online forum. by running this consol i can control the robot and also accquire real time video) but i want to do the same using labview. please help.
    labview version: 8.6
    NI vision 8.6
    vision acquisition 2009
    robot reference
    robot control protocols: http://www.surveyor.com/SRV_protocol.html
    http://www.surveyor.com/SRV_info.html
    journal: http://www.surveyor.com/cgi-bin/robot_journal.cgi
    Forum: http://www.surveyor.com/cgi-bin/yabb2/YaBB.pl
    Attachments:
    roboimage.vi ‏39 KB

    You do realize that you are not actually reading any data, don't you? Your input to the TCP Read VI is the default which is a value of 0. So in essence you are saying read nothing. Also from reading through some of the information you pasted it appears that the video is streamed via a web browser. There simply reading from a TCP port will not accomplish what you want. Do you have the Interent Toolkit? That has an HTTP protocol implementation which may work for you though I don't think it will have what you want. It looks like you need to send an HTTP GET to retrieve the video image. You could also try using ActiveX or .Net to embed a browser window in your application.
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Problem using the DVI to Video adapter

    I am using a MacBook Pro. I am using the DVI to Video cable to connect my MBP to the TV. It was working fine and I was watching movies and videos. Suddenly I am having problem and its not working.
    I hooked up the DVI to Video adaptor on the PC side . Black and white signal which is blurred/blocked/and modes across the screen. I tried playing with refresh settings, resolutions, etc but nothing is happening
    Even in the display I am not able to see the NTSC
    settings anymore. When it was working before the display changes automatically once i connect the adapter. But now it refresh but the display is not changing. currenly my display is set to 1440 * 900.
    any idea why the display is not working, is it a driver issue.

    Have you played with the "Mirror Displays" option in the arrangement tab?

  • Problem regarding updation of Z-table through maintenance view

    hi ,
    I m facing problem in updation of Z-table through maintenance view (SM30).
    The scenario is that I have one customizing field in my Z-table which is checkbox.
    Now I need to populate 2 fields in Z-table on tick of this checkbox and clicking of SAVE button.
    For this I have created one module  ''change_field''  in PAI.
    Actually my database table is being updated but as soon as the control left my module all the updation that take place vanishes away.....
    So please help me in this matter.

    Thanks for ur previous effort it is updating the database but its effect is not shown immediately on screen.After i referesh the transaction it is dispalying the data.
    So can u please suggest me any way....
    Now i have one scenario infront of me....
    I need to restrict the data shown in maintenance view.
    I think it would be same as pop-up window displayed when we tick on 2nd radiobutton ("ENTER CONDITIONS")
    of intial screen of t-code SM30.
    Please suggest what shud i do....
    Thanks and reagrds,
    Amit
    Edited by: amit gupta on Jul 18, 2008 1:35 PM

  • A Problem with the A205-S4597 video card

    Hi
    I need a video card for my laptop. A technician told me it only comes with the mother board. I wanna know if it's true or not, how can i get it, how much it cost.
    The problem with the computer is that it shows a lot of colors at windows startup and then it stops working, so, i took it to the technician and he told me the problem was the video card, but i have to buy the whole mother board, because it isn't sell alole.

    Yep.  The video is integrated into the motherboard so you would need to replace the motherboard on that model.  Unless you can do it yourself it will probably cost almost as much to fix it as it would to just buy another laptop. 
    If you don't post your COMPLETE model number it's very difficult to assist you. Please try to post in complete sentences with punctuation, capitals, and correct spelling. Toshiba does NOT provide any direct support in these forums. All support is User to User in their spare time.

  • Problem with the code pls go through

    hi,
    through the following code i'm trying to store the values of a multiple selected list box in an array but it is not working please help me
    <html>
    <body>
    <form name="test">
    <select name=opt multiple >
    <option value=1>hi1</option>
    <option value=2>hi2</option>
    <option value=3>hi3</option>
    </select>
    <% String[] userArray;
    int j=0;
    %>
    <script>
    for(var i=0; i < document.test.opt.length; i++) {
    if(document.test.opt.selected) {
    alert(document.test.opt[i].value);
    <%userArray[j++]%>=document.test.opt[i].value;
    </script>
    </body>
    </html>

    When you submit the form, the parameters will come through to the jsp/servlet in the form of
    saveMyForm.jsp?opt=1&opt=3
    You can access them by calling
    String[] optValues = request.getParameterValues("opt");This will give you an array of all the values that were selected on the list before the form was submitted.
    Hope this helps,
    evnafets

  • Video uploaded to an iPad from a camera

    It says under the tech specs that the iPad can import (with camera connection pack) photos and VIDEOS from your camera.
    I have a Canon camera that shoots 1080P video...the iPad doesn't list 1080P video as a supported type...
    1) What happens to those imported videos? How do they show up under the iPad interface?
    2) Is there any way to view those videos on the iPad (without manually converting them on a mac 1st)? Can the iPad do some conversion of its own to show the videos after they are imported?

    Try putting the video file in the photo sync folder, launch itunes and highlight the file in the folder. Then go to itunes, advanced pulldown menu and selecting "Create ipad or apple tv version". If the file is compatable, itunes will tell you. If not, it should start conversion.
    The above is from memory so a step may be slightly different, but the idea is there.

  • Has anyone used the QuickUSB module (Bitswise Systems) to interface to a USB Camera via IMAQ for USB?

    Has anyone used the QuickUSB module made by Bitwise Systems with LabVIEW for image acquisition.   I have a USB camera and I'm trying to use the IMAQ for USB controls to no avail.   Any input is appreciated. 

    Are you using the NI-IMAQ for USB functions or are you calling the QuickUSB libraries from LabVIEW?  Unless the USB camera is DirectShow compliant, then it will not work with the NI-IMAQ for USB driver.  You can use the Code Interface Node in LabVIEW to call external dll's, and it looks like from QuickUSB's website that is the best way to go.  Hope this helps.
    Jason N 

  • Warranty on the issue of purple spot in images taken from rear camera?

    My iPhone 5 have purple spot in images taken from rear camera. I just noticed the issue in my phone today.
    I researched online and some people also have the same issue and have their phone replaced in Apple shops.
    I don't have any receipt or store warranty card since it was just given to me as a gift in the Philippines last April 2013, I checked the warranty coverage status (https://selfsolve.apple.com/agreementWarrantyDynamic.do) and it still has repair and service coverage.
    Im now here in Dubai, and my question is that will Apple Premium Reseller shops here in Dubai honor the said warranty and have my iPhone repaired or replaced?

    Im now here in Dubai, and my question is that will Apple Premium Reseller shops here in Dubai honor the said warranty and have my iPhone repaired or replaced?
    No.
    The warranty for an iPhone purchased from an official source in the Philippines will be honored in the Philippines only.

  • Problem regarding the standard email client in Nok...

    Hi,
    I have tried for days to set up the standardphone email client with my email adress. I use my own email account from a domain. (.net)
    When i bought the N8 last month it actually worked with the standard imap configure and ports used in outlook and other devices.
    Suddenly i got the message that i had to reinst. the email-account on the phone, and now its not possible to recive emails.
    I have tried almost everything, but managed to send emails after i deleted every mail account on the phone, and denied the terms at the end so my emails dont go through the nokia.com system.
    Have anyone experienced the same problem?
    Does anyone have a solution?
    Henrik (Norway)

    Hi G. ,
    good to know your WebDynpro reacts to eventing sent by MDM Result Set iView. As you mentioned, the problem is getting the record-id from the sender ResultSet iView.
    Here is the info:
    Step1: display what comes from sender iView.
    e.g. for NW04 EP SP14: Logon to Portal with admin access, then navigate to System Administration -> Support -> Client Framework -> SPOCKI, Client Framework Inspector. Enter the pcd link to the MDM Result Set iView, then all client framework info is visible including all parameters of eventing. If the parameter you are looking for (e.g. record-ID) is not sent out from ResultSet, then:
    Step2: configure MDM ResultSet iView to send the record-id
    Content Administration -> ... select your Result Set iView -> open it in Edit mode -> select Custom Events -> select event type EPCF -> select Mapped Field [Record ID] -> enter the name of the parameter (same specified in event receiver). Then repeat the Step1 to make sure the record-ID is really sent out from Result Set iView.
    Thank you in advance.
    Regards.
    Laszlo.

  • Problems regarding the manifest file in deploying an ear file

    I have developed one jar file(classes.jar) for my all my classes built.
    I have now one ejb module jar file which refers to my classes.jar throgh the mainfest.mf file of ejbmodule.jar file.
    I have one war file(web pplication) which also refers to my classes.jar file throgh its manifest.mf file.
    I am now making an ear file of all these (classes.jar,ejbmodule.jar and web.war).
    All these are at the same level.
    Now when the server starts,it needs some classes to refer.
    The deployed ear should be able refer to my classes.jar through the
    manifest.mf of the ejb as well as the web module file.
    But it not refering.I dont know what is the problem.
    <b>
    Manifest-Version: 1.0
    Class-Path: classes.jar
    Created-By: 1.4.2 (Sun Microsystems Inc.)
    </b>
    Is there something else I need to do?

    if you structure is:
    myear.ear
    -->myejb.jar
    -->mywar.war
    -->classes.jar
    -->META-INF
    ---->manifest.mf
    ---->application.xml
    and the manifest myejb.jar and mywar.war are:
    Manifest-Version: 1.0
    Class-Path: classes.jar
    Created-By: 1.4.2 Sun Microsystems Inc.
    all is fine.
    perhaps your error is when you startup the server. Can you send me you error when is starting server?
    Message was edited by:
    javichin

Maybe you are looking for

  • How do I fast forward a track to a specific time with my iPod Touch in iTunes?

    Hello, I have an iPod Touch and would like to find out how can I fast forward a track to a specific time in iTunes? There is only play/pause, ff & rewind, and volume buttons but no time clock to see where I am in the track. This is the case for podca

  • How to update Tr code FB02   and update the field reference key1 (bseg-xref

    Can any body help me how to update   Tr code   fb02 and  update the field  reference  key1 (bseg-xref1)  with the interest amount calculated. Below i have  written My  program  flow logic The program should read the open items i.e debit items in the

  • How to browse for a folder with ABAP WEB DYNPRO

    Hi, I want to browse for a folder in my local file system with ABAP WEB DYNPRO. I am looking for a functionality which the function module TMP_GUI_BROWSE_FOR_FOLDER gives. Regards, Vinay

  • 100% cpu when scrolling in Adobe Reader 8.1.2

    I've installed Reader 8.1.2 on a 2003 Windows server STD Edition with SP1. Everytime I open a pdf document (regardless of what's contained in it)and I scroll using the mouse or the scroll bar the AcroRd32.exe process spikes near 100% utilization. The

  • File Security Protection

    I have tried to do some reading on individual files folders 256 AES encrpytion. Is there any advantgage to a stand alone vs say betterzip encryption? Do not need anything that does the whole disc, points to consider? Sorry writing on my iphone and th