Multi Frame Reader with Infrared Frame and Body Frame

Hello,
I have just started developing programs using Kinect. I have just learn some basic from toolkit samples. From Coordinate Mapping sample, there is a Multi Frame Reader that used to help us use many reader at the same time.
I used multi frame reader on my code, but I cannot run it. I've combining Infrared example and body example code that run both frame inside:
private void Reader_MultiSourceFrameArrived(object sender, MultiSourceFrameArrivedEventArgs e)
do I also using coordinateMapper inside my program ?
Thank You

Thanks for your reply. I have followed the pattern from coordinateMapping sample and still got some errors haha. I'll checked it again, I am afraid there is outside this method that suppose to be use also from the sample. Also, I'll check the tutorial,
look awesome. I am not sure about my understanding about coordinateMapping type or variable used. Can you give me some easy understanding about coordinateMapping functionality ?
Thank you very much
Adityo Setyonugroho

Similar Messages

  • Hello, 2 questionss here is it possible or is there a way to convert all object s outlines in all frames to fills at once and not frame by frame? and why sometimes erases the outline instead of converting it to fill?

    Hello, 2 questionss here>is it possible or is there a way to convert all object s outlines in all frames to fills at once and not frame by frame? and why sometimes erases the outline instead of converting it to fill?

    Hello, 2 questionss here>is it possible or is there a way to convert all object s outlines in all frames to fills at once and not frame by frame? and why sometimes erases the outline instead of converting it to fill?

  • Accessibility: Reading order of tables and anchored frames

    I am creating accessible, tagged (section 508 compliant) PDFs in FrameMaker 9. The reading order for tables and frames is not correct.
    When I view the PDF reading order using Adobe Acrobat Professional or another screen reader, anchored items such as tables and anchored frames are  placed last in the reading order, regardless of where they appear in the document flow or page layout. The reading order skips over all tables and frames, reading all paragraphs on a page first, then reading the tables and frames as the last objects on the page. This logically doesn't make sense to skip over tables/frames as they generally apply to the content that preceeds it.
    For example, the following document structure:
    <Paragraph 1>
    <Table 1>
    <Paragraph 2>
    <Anchored Frame 1>
    <Paragraph 3>
    <Anchor Frame 2>
    <Paragraph 4>
    is being read by assistive technology as:
    <Paragraph 1>
    <Paragraph 2>
    <Paragraph 3>
    <Paragraph 4>
    <Table 1>
    <Anchored Frame 1>
    <Anchor Frame 2>
    I want the document structure to be read correctly as intended.
    In otherwords, the PDFs generated by FrameMaker 9 are not completely accessible because of incorrect reading order output by default. This information is not listed in the VPAT for FrameMaker 9.
    I want to avoid any post processing using Acrobat's Touch Up Reading Order tool. Is there a way to automate updates to reading order?
    Can FrameMaker 9 logically place tables and anchored frames into the correct reading order? How do I adjust these settings?
    Thanks in advance!

    As mentioned above, tables and anchored frames are inserted into thier own paragraph style "Frame". The paragraph style "Frame" is tagged. To my knowledge, there are no options for tagging or not tagging tables or anchored frames.
    Regardless of which paragraph type the table or anchor frame is inserted into, and what that paragraphs tagging settings are, it is still last in the reading order.
    I've tried a variety of options: tagging the "Frame" paragraph style as a sibling, child, and parent of my other paragraphs; I've even tried omitting it from the reading order. None of these options present anchored frames (and tables) in the logical reading order.
    Even images that are inline (within a paragraph; not in thier own paragraph) are not being read as part of the paragraph.  Inline images get skipped over by screen readers and get read at the end of the page, which makes no sense whatsoever.
    All tables and images end up at the end of the reading order (after ALL paragraphs) regardless of the tagging settings.
    Refer to my previous screenshot for a clear diagram of what is happening to the reading order. Each of those anchors is in it's own paragraph style. I want tables and anchored frames to be sequential in the reading order along with paragraphs. (1,2,3,4,5,6 not 1,4,2,5,3,6.)
    I'm using the Tags tab of the "PDF Setup" dialog to adjust these settings. Is there somewhere else I should be making changes to the reading order?
    This is a bit disturbing because FrameMaker touts creating accessible documents and this severe reading order issue impares my ability to do so. I would not consider documents that jump around the page in an illlogical, fixed order, to be accessible. I'm very suprised that no one else has encountered this issue (at least that I can find...)

  • Problems working with non drop and drop frame DVCPRO HD material in project

    I am having playback problems with my non drop frame HDV material. It stutters.
    All of our projects up to this point have been shot in drop frame. During our last shoot however the Bcam was recorded in non drop. I loaded both the non drop bcam tapes as non drop and the drop frame Acam tapes as drop. All of the drop frame Acam material plays back fine in the source viewer and the timeline. The non drop Bcam material seems to randomly stutter in the source viewer, or causes the system to serve a "dropped frames warning" in the timeline.
    Is there a bug with fcp 5.1.2 about mixing non drop and drop frame material in a project. Or is this not possible? They are the same frame rate.
    I have exported the non drop clips in a drop frame timeline and re-imported them as drop frame clips - thus correcting the problem. Is this the best solution?
    All of the material was loaded thru a kona card as 1080i60 DVCPROHD 29.97
    I had no problems capturing the material as long as I used the corrrect firewire setting (ndf vs df).
    Anyone have a problem like this? I would greatly appreciate a response.
    Thanks,
    Mark

    http://bssc.sel.sony.com/BroadcastandBusiness/DisplayModel?m=10014&p=2&sp=141&id =78439
    The camera can record 60i, and 30F:
    "HDV 1080, 50i/60i/30F/25F Recording and Playback capable"
    Look at the clips...look at their frame rates. What do they say? Is one 59.94? Is the other 29.97?
    You would never need to render if you mixed NDF and DF footage. The footage runs at the same speed, on the TC numbers are different. But, you would need to render if your footage had different frame rates. LOOK AT THE CLIPS.
    Shane

  • Problem with source tape and drop frames with capturing HDV

    I am having trouble capturing a tape. Every time I try and capture I get the message problem with tape, I try to change settings but after a few seconds of capturing the capture stops. I know that the tape is fine so it does not have anything to do with my tape. Capture also stops because it comes up with a message saying drooped frames.

    Are you capturing to an external or secod drive, right? What kind of drive? What camera?
      Alberto

  • How send e-mail with XML + PDF and body text

    Hi everyone,
    I have a new requirement but I´m with doubts, how to send an e-mail with two attachements (XML and PDF) and body text using -
    MIME: multipart/mixed;boundary
    I already have code to send XML + body text as you can see below:
    Element contentType = docout.createElement("Content_Type");
      root.appendChild(contentType);
      Text contentTypeText = docout.createTextNode("multipart/mixed;boundary=--AaZz");
      absTraceLog.addDebugMessage("Content_Type e-mail --- "+contentTypeText.toString());
      contentType.appendChild(contentTypeText)
    String text = "----AaZz\r\nContent-Type: text/plain; charset=UTF-8\r\n" +
            "Content-Disposition: inline\r\n\r\n" + nfeText +
            "\r\n----AaZz\r\nContent-Disposition: attachment; filename="+ prefixo +" "+ chaveNFe +".xml" +"\r\n\r\n" + xmlString + "\r\n";
    Element content = docout.createElement("Content");
    root.appendChild(content);
    contentText = docout.createTextNode(text);
    Content.appendChild(contentText);
    The code above work good, but I can´t duplicate any field from XiMail 3.0 - because it´s 0:1.
    So how to do that ?
    Thanks.
    Regards,
    BR.
    Viana.

    Eng,
    That´s works good with mailPackage:
                content= "--" + "--Zz" + CRLF
                        + "Content-Type: text/html; charset=UTF-8" + CRLF
                        + "Content-Disposition: inline" + CRLF + CRLF
                        + textBodyMail + CRLF
                        + "--" + "--Zz" + CRLF
                        + "Content-Type: application/xml; name=" + attachmentName + CRLF
                        + "Content-Disposition: attachment; filename=" + attachmentName + CRLF
                        + "Content-Transfer-Encoding: base64" + CRLF + CRLF
                        + encoder.encode(inputString.getBytes("UTF-8")) + CRLF
                        + "--" + "--Zz" + CRLF
                        + "Content-Type: application/pdf; name=" + pdfName + CRLF
                        + "Content-Disposition: attachment; filename=" + pdfName + CRLF
                        + "Content-Transfer-Encoding: base64" + CRLF + CRLF
                        + encoder.encodeBuffer(new BASE64Decoder().decodeBuffer(pdfAttachment));
    Regards,
    BR.
    Ricardo Viana.

  • Extending DPS reader with static libraries and frameworks

    Is there any initiative within Adobe's roadmap to enable extending DPS reader within Xcode by use of static libraries and frameworks?
    Core functionality of the reader could be linked and distributed as binary assembly via static libraries.
    Shared resources of the DPS reader could be packaged wtihin a framework.
    Beyond extending capabilities of the reader, this would also enable advanced debugging and running on devices directly from Xcode.
    References:
    Using Static Libraries in iOS
    Framework Programming Guide
    iOS Frameworks

    Now that the .folio format has been opened up, are there any updates with regards to providing developers access to reader frameworks/libraries?
    Adobe .folio Format Specification
    In addition to the new feature updates, the technical specification for the .folio format is now available under a free license; further accelerating digital publication adoption and enabling newsstands to produce their own viewing apps capable of displaying digital content built using DPS. All entities who sign the license agreement will be given access to the specification.

  • Media encoder messes up with green video and flashing frames

    I've had this issue on three different computers now.  I have Premier Pro CS4 with MP4 video in the timeline.  Nothing too intensive.  I export to Adobe Media Encoder with settings of H.264, 640x360, 30fps, square pixels, 3-6Mbps.
    When I do this about half way through the encoding process the video goes completely green (have preview turned on to detect the error) and AME slows WAY down.  Between long bouts of green video there are random flashes from frames shown earlier in the video.  I've encoded full HD H.264 video on this machine in the recent past, so there's nothing wrong with the computer.  Just like the other computers, something in the Adobe settings has gotten messed up.  I'm not sure which component translates the premier pro project file to something AME understands (Adobe Bridge?).  I tried a complete uninstall/re-install - no change.
    I had Adobe Audition 2.0 installed briefly on this machine, but that shouldn't have messed anything up, right(?)  I noticed that it installed Adobe Bridge, which would be a version much older than what shipped with CS4.  Audtion was removed before I did the re-install of CS4.  You would think that would repair Bridge to CS4.
    My other thought is that the Mainconcept video codec installation is messed up.  Does anyone know which files are involved and what date/time stamp I should look for to make sure I have all the correct versions?  How do I re-install just the mainconcept codecs?  There doesn't seem to be a straight forward way to do this in win7.
    There have been other sightings of this issue on creativecow.net forums, but no definitive help.  I now can't get my documentary rendered, so any help would be much welcomed.
    TIA.

    After days of uninstalling and re-installing...well...It turns out that PPro has a bug with H.264 (.mp4) files on the time line.  I swapped all the files to the online versions (full HD, .mov, H.264, 50Mbps) and media encoder didn't crash anymore.
    What's strange is that I used media encoder to create the offline .mp4 files for editing.  The Mainconcept codec created the files, so you would think it wouldn't puke and die when using these files to encode the sequence to a final output - considering it's using the mainconcept codec to do it again.  Dumb.  There's likely a bug somewhere in the Mainconcept codec causing my intense headache.
    So my issue is *kinda* fixed.  I just need to find a better codec for intermediate offline editing.  The full HD copies cause renders and encoding to slow down by a factor of 6.  Adobe, if you're listening, please fix this.

  • How to make a original frame same with Comment List and Attachment?

    How can I make original frame looking like Comment List?
    I'm using Windows XP and Adobe Acrobat 9 Pro and Acrobat 9 SDK.
    I want to make a new plug-in that use a new frame.
    The new frame is looking like Comment List and Attachment.
    I want to show my original list and input form to the frame.
    It is close to Comment List frame, but I want to show original list.
    Additionally, I want to add new button upper of Comments Button on Navigation Button Panel.
    Can I have any help?

    There is no support in the SDK for adding your own panels.
    There is no support for modifying the existing panels.

  • Simultaneous analog and digital waveform read with PXIe-6361 and BNC2120 ?

    Hi there,
    I am trying to collect both analog and digital signals from a PXIe-6361 linked to a BNC2120, using the attached VI. I am running Labview 2011 64bit. This is the first time I am working with digital input. On the 2120 board, I have the digital input BNC cable connected to User Input 1 and wire between the screw terminal of UserInput 1 and the P0.1 (Digtial I/O) screw terminal.
    I have two questions related to this:
    1) When I try to run the VI in its current state, I get the following error:
    Error -89137 occurred at DAQmx Start Task.vi:3
    Possible reason(s): Specified route cannot be satisfied, because it requires resources that are currently in use by another route.
    Property: RefClk.Src
    Source Device: PXI1Slot2
    Source Terminal: PXIe_Clk100
    Required Resources in Use by
    Task Name: _unnamedTask<6>
    Source Device: PXI1Slot2
    Source Terminal: None
    Destination Device: PXI1Slot2
    Destination Terminal: RefClockInternal
    Can anyone point me in the right direction for troubleshooting this?
    2) I would like to combine my regular waveforms and the digital waveform into one array which would then be written to file. I can't figure out how to combine the two different waveform types...can anyone give me a hint on this?
    Thanks for your help,
    Claire.
    Attachments:
    Export Waveforms To Spreadsheet File (1D)_wo extra line.vi ‏33 KB
    Multi-Device Synch-Analog Input-Finite Acq-Analog Start_Claire_wDigitalin.vi ‏105 KB

    Hi ClaireJ,
    Sounds like a reference clock conflict. This KnowledgeBase (KB) talks about this error when using simultaneous sampling. Also, might want to check the device routes in Measurement and Automation Explorer (MAX) as discussed here. Finally, if you are routing your PFI line over a RTSI connection, this error can occur. This KB discusses it.
    As to your second question, this post should help.
    Bill E. | Applications Engineer | National Instruments

  • Report Header with Member Information and body with claim information

    So we are designing this report that has Member Information in the Header of the SSRS Report and it's in the header because we want the member information to repeat on each individual page to identify who it belongs to. Within the report we want to report
    on all the claims for that member. Now our business user does not want the claim data as a tablix because the amount of claim information they're asking for is just too long. What I'd like to do is for each claim put a data label followed by its corresponding
    data...kind of an old fashioned report.
    So obviously I'd like to control the amount of claim information so that each page will hous an individual claim.
    What is the best way to do this? With a Subreport?
    Thanks for your review and am hopeful for a reply.
    ITBobbyP85

    Hi ,
    You can achieve this using below;
    1.Insert one List Control in Report Area.
    2.Delete Details from Row Group Area.
    3.Group by on Row Group "claim Name" .
    4.Delete Column from Tablix that is used fro "Claim Name" .use Delete Columns Only.
    5. Right Click on Claim Name Group -> Group Properties-> Page Break ->Between each Instance of Group.
    6.In Tablix -> Right Click on Row ->Insert row-> Inside group below
    7. now you have skeleton use upper cell for Report Header that will be Claim Name in your Case.
    8. Drag one Tablix in Second Cell -> Bind data you require
    Please share if you have any issue.
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem.

  • Multi-Message-split with ABAP mapping and adapter specific attributes

    Hi all,
    With <b>ABAP-Mapping I split 1 message to n messages</b>.
    So many files are generated in <b>file-Adapter</b>.
    Everything fine.
    But now I want the file names different using adapter specific attributes.
    It is not possible to use variable substitution and write the file name in payload because of receiver restrictions.
    I tried this with following similar coding in ABAP-Mapping:
    data: lt_records TYPE MPP_DYNAMIC_TAB.
          Loop.
          l_file_name = "payload-Inbound"-information
          ls_record-namespace = 'http://sap.com/xi/XI/System/File'.
          ls_record-name = 'FileName'.
          ls_record-value = l_file_name.  "l_file_name comes from inbound-payload
          append ls_record to lt_records.
         Endloop.
      CALL METHOD dynamic_configuration->set_all_records
        EXPORTING
          records = lt_records.
    If I start the interface I see in the monitoring the dynamic configuration with many entries for file-name in the the SOAP-Header mapping of the request message (following extract):
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Mapping der Request-Message
      -->
    - <SAP:DynamicConfiguration xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPAADDRESS.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPABROKERROLE.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPACOMPANYSEGMENT.XML</SAP:Record>
      <SAP:Record namespace="http://sap.com/xi/XI/System/File" name="FileName">BPACUSTOMERROLE.XML</SAP:Record>
    The result is that <b>all files have the same file name</b> (last entry in dynamic configuration).
    Is it possible to write the adapter specific configuration in ABAP-mapping <u>for every single result message</u>??
    Thank you for your help,
    Florian

    Hi Florian,
    I've a different idea...I dont think its a "right solution" but just another work around..it involves a BPM...
    In your ABAP mapping..set the dynamic config with as many variables as number of different messages...i.e. use the variables like 'FileName1', 'FileName2'...'FileName6' instead of 'FileName'. But use the same namespace 'http://sap.com/xi/XI/System/File'
    Call the above mapping in a BPM and capture the individual messages and set the attribute 'FileName' from the values of 'FileName1' to 'FileName6' accordingly using Message Mapping and then send the message using the 'Send' step.
    before you try this, try using the variable names 'FileName1' ...'FileName6' in the receiver adapters...enable the ASMS. <b>I know we need to select which variables from the dynamic config to be used by the adapter by specifically selecting 'FileName', 'Directory' etc...but just give it a try and see if it works..</b>
    Or..instead of using a BPM..you can combine Henrique's idea...use Adapter module to set the value for 'FileName' from variables 'FileName1'...'FileName6' accordingly.
    hope I'm clear..lemme know if you have any questions..
    cheers
    praveen

  • Multi-folio app with both portrait and landscape orientation

    Can we create a multi-folio app that contains both portrait and landscape orientation folios?

    A multi-folio app can have any mix of portrait, landscape, or dual-orientation folios in it. The only requirement is that for a specific folio all articles in it share the same orientation setting.
    Neil

  • Graphic Symbol First Frame Issues with Tweening

    I'm working on some fairly detailed character animations, and accordingly have made most of the characters parts into graphic symbols. For instance, his hand is a graphic symbol which has multiple frames for each perspective or pose of the fingers, and I set the symbol to the proper frame in the characters main timeline.
    I've been having issues, however, when tweening these symbols. I noticed this first when I was working on a jump animation and I just wanted the hand, once its pose is in a state which will be used for the majority of its frames, to tween up and rotate with the arm and body. When I create this tween, however, it forces all other frames of that graphic symbol to be set to that same frame. The start and end frames of the tween are set to the same first frame, and even after trying to manually fix the subsequent frames of the symbol, it wont let me. I've triple checked all my symbol names, frame numbers and settings, and anything else I can think of and everything is in place, so I really have no clue why this is happening.
    Does anyone know how to fix this?? Thanks for any help!

    Are you using new motion tweens with CS4?  If so, then that's "expected" in that new motion does not (yet) support changing symbol frames - only one object and one frame per tween span. You will need to use classic tweens or split the motion span.

  • Save pkg spec and body

    LO,
    When using the "save package spec and body", a single file (pls extension) is generated with package spec and package body, including '/' characters, which is what is expected.
    The trouble is that if you open this file back with SQL developer, a PL/SQL editor is opened with both spec and body. This prevents the compilation, since either spec or body is expected, not both.
    Suggestion #1: open two PL/SQL windows, one for spec and the other for body
    Suggestion #2: do not open PL/SQL editor, but rather SQL Worksheet for pls files
    I do not indicate a version since it happens in every version.
    Thanks to correct,
    Olivier.

    Added default file filter *.sql -- the choice between PL/SQL editor and SQL Worksheet is based upon file extension. Expect fix in 3.1.1

Maybe you are looking for

  • TS1702 How to transfer all edited photos to camera roll on iPhoto?

    Just finish editing over 100 photos and I need them on my pc to create a photobook. I can't find an option to save them all on the camera roll. The only option is pass then one by one. If this is a flaw on the program would be nice to see an option t

  • Help required URGENTLY regarding 9iASWE - logged in Username

    Hi, I have installed Oracle 9iASWE. I have been able to create services and access it through ptg/rm. One of my service needs to access the username through which the user has logged in. I have tried creating the bind variable :_User as a input param

  • Can anyone help with a simple coding problem?

    I'm creating a website using Dreamweaver MX 2004 and making a real mess of it! I have created two pages which are identical in terms of background, but one has a text box in the middle. What I want to happen when you click the link to this page is th

  • Not able to print pdf files into landscape orientation

    I am working on a R12 imnplementaion where I have to print labels on Zebra printer in landscape orientation using acroread through PASTA printing. Oracle Application uses xml publisher to generate these pdfs.  All the printouts come in portrait orien

  • Ipod is synced with another itunes library"erase and sync"!!

    im trying to convert all my music on a different computer on a new itune but this message comes up (the ipod is synced with another itunes library. an ipod can be synced with only one itunes library at a time) "erase and sync replaces the contents of