display the RGB data with plotscaledintensity

Hello

I have a buffer that is from a standard visible camera.    The data buffer is people with the R, G and B in each pixel components.    Which means the compponent R are in positions of table of 0, 3, 6, 9 etc, the elements of G are 1, 4, 7, 10 etc. and the elements of B are in 2,5,8,11 etc.

I can view the color components R, G or B as simple black and white images using PlotScaledIntesnity with a palette that is built with the colors black and white.    I'm trying to restore each of the components in an RGB image using MakeColor (R [i], G [i], B [i]), which seems to work fine but when I try to view this new image on my UI with PlotScaledIntensity, the colors are all wrong.    Can someone tell me how to generate the correct component of the color palette to switch to PlotScaledIntensity?

Thank you.

Phil

As your data are already in 24-bit mode, be easier it draw directly on a canvas (or a picture control) using PlotBitmap? instead of as a more CPU/memory intensive 2D draw on a control chart?

Tags: NI Software

Similar Questions

  • With first CC, I am trying to display the RGB parade. But when I go to 'view' in the settings of the monitor, I only see a "composite video", "alpha" and the options of several cameras. When I look at the tutorials, "RGB Parade" and other display options

    With first CC, I am trying to display the RGB parade. But when I go to 'view' in the settings of the monitor, I only see a "composite video", "alpha" and the options of several cameras. When I look at the tutorials, "RGB Parade" and other display options are there in the video tutorial. But they just do not appear in my software.

    Which version of CC do you use? Numbers, please! And your BONES... and I think you're looking in all the wrong places.

    The CC2015 ranges are found on a "Lumetri Scopes" tab in the top left panel so the color workspace and the central panel Lumetri Scopes tab in the workspace of the effects.

    Looks like you're clicking in the program monitor, but this is not where the scopes...

    Neil

  • How to display the current date in a project CP5?

    What is the best way to display the current date in captivate?

    Hello

    Use a text caption in which you insert the system variable cpInfoCurrentDate.

    Insert a variable is possible with the X in the Format of the text caption properties panel accordion:

  • BI Layout Editor - how to display the current date?

    Hello

    Recently used BI Layout Editor (previously using MS Word to create the presentation of the State).

    He seems really nice and easy to use.

    However quick Q - How to display the current date in the layout editor (to show the report run date).

    Any quick suggestions is appreciated.

    Thank you

    Vivek

    Tab displays your selection available.

    It's like how when you insert the table in the Word document and when you select the table, you would see 2 additional tabs such as the design and the tool.

    Can you please insert "Text Element" and select the text element and see if you go to the tab 'text '?

  • How to display the current date in a Flex application

    I need to display the current date in my Flex application.  Is there a simple way to do this and post it as a text field or label?  In addition, it can be formatted to display the date as "day of the week, month, day, year"?

    Thank you!

    You can use this page and copy the following code to change the formatString property.

    http://livedocs.Adobe.com/Flex/3/langref/MX/formatters/DateFormatter.html#FormatString

    If this post answers your question or assistance, please mark it as such.

    
    http://www.adobe.com/2006/mxml"
      creationComplete="init();">
      
        
      
      
      
    
    
  • DateChooser display the current date in the format YYYY/MM/DD on init

    I have two date fields. I would like a date picker to display the current date on the complete creation and the other must show 30 days after the date of the day.

    The format must be YYYY/MM/DD.

    I get currently has the date of the day in a called var currentDate, but she returned to 11 December 2008.

    Thanks in advance.

    I have

    You can use the property formatString, like this:

  • Display the current date in the area of the page

    Hello
    Is it possible to display the current date in the region of the Page?

    I need to do something like: welcome & APP_USER. < date >

    Please let me know!

    Hi Suzi,

    I think that the easiest thing would be to create an element of the Application called, say, CURRENT_DATE. Then create a demand for this article - it may be a SQL query:

    SELECT TO_CHAR(SYSDATE,'DD/MM/YYYY') FROM DUAL
    

    You can set it to run once per login or before header.

    Then, edit your page templates and add & CURRENT_DATE. (including the & and the.) wherever you want the date to appear

    Andy

  • Graph of the Excel data with overlay of dynamic data acquisition

    Hi all

    I was next to the forum of Labview for about a year, it's the same with my programming so I'm a little rusty. I don't have someone code this for me, but just a quick plan high level to point me in the right direction.  I am able to work through the tutorials Excel etc.

    Task 1: Basically, I have a set of data Excel (2 to 6 columns of figures, not the time) I want to read in Labview and throw in a XY graph as the base model that remains visible all the time.  This data set is quite long, length vs. size (length is 100km, 1 m intervals). I essentially want a scroll X graph to display all of the data.

    Task 2: Acquire a direct serial data string which will be superimposed on the graph of task 1 model. Acquired essentially data comparing data in real time to previously.

    In the past, I made the simple projects with Excel data reading and also the reading of data in series.  What I'm not clear on is how to create the (static) graph with Excel data model while superimposing live data as it comes.  It is the basis of an annual check of the investigation process.

    Advice on the process would be appreciated so I'll be working through the nuts and bolts.

    Cheers for any help,
    Wes

    If you are worried that your data sets is too large, then run a test with simulated data to see how LV takes it. You might be surprised. In all cases, you should be aware that the chart control will need to redraw it with any changes you do anyway, and as far as I know, having a large amount of data is the main thing that can make a slow chart control. If you find that you have too much data, you might need to decimate it you based on how much you zoom before putting it in the graph.

  • How to display the download link with get_blob or get_blob_file_src?

    Hello

    I fight to display a download link in a report of SQL query.
    Based on the condition, I need to create a report of sql query that the source contains a series of query union select.

    Example here
    WITH current_engagement AS)
    SELECT engagement_id, pn, ethnicity, date_joined_aodt_court, defendant_id, case_manager_name
    participation_conditions, discharge_conditions
    COMMITMENT
    WHERE defendant_id =: PXX_DEF
    AND date_joined IS NOT NULL
    AND (date_terminated IS NULL or to_date(date_joined,'DD/MM/YYYY') > to_date(sysdate,'DD/MM/YYYY'))
    AND active = 1 AND ROWNUM = 1
    ORDER BY defendant_id DESC
    )
    SELECT def.first_name, def.middle_name, def.surname, to_char (def.pn) "PN", to_char (def.nhi_number) AS 'IHN ".
    , ce.ethnicity, to_char (ce.date_joined) as ce.discharge_conditions, ce.participation_conditions, ce.case_manager_name, 'DATE_JOINED '.
    THE DEFENDANT def INNER JOIN current_engagement this
    ON def.def_id = ce.defendant_id
    UNION ALL

    Select the < b > 2. Phase number < /b > ', ' < b > Date started < /b > "," < b > Date completed < /b > ', '< /b > < b > Notes', null
    null, null, null, null, null
    of the double
    UNION ALL
    SELECT TO_CHAR (NVL (ph.phase_number, 'No. Phase found')), TO_CHAR (ph.date_started, ' DD/MM/YYYY'), TO_CHAR (ph.date_finished, ' DD/MM/YYYY'), ph.notes, null
    null, null, null, null, null
    FROM phase_membership INNER JOIN current_engagement ph this
    ON ph.mpm_eng_id = ce.engagement_id
    WHERE the to_date(ph.date_started,'DD/MM/YYYY') < = TO_DATE(sysdate,'DD/MM/YYYY')
    AND (ph.date_finished IS NULL
    TO_DATE(ph.date_finished,_'DD/MM/YYYY') or > = TO_DATE(sysdate,'DD/MM/YYYY'))
    AND ph.active = 1
    UNION ALL
    -Selects more
    -then select it last is to list all documents with download links
    Select the < b > 6. "The document Date < /b > ', 'Type of paper < b > < /b >', 'Description of < b > < /b >', '< b > download < /b > '.
    null, null, null, null, null, null
    of the double

    UNION ALL
    SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments, TO_CHAR (dbms_lob.getlength (doc.) UPLOADED_FILE))
    null, null, null, null, null, null
    DOCUMENT doc INNER JOIN current_engagement this
    ON doc.d_eng_id = ce.engagement_id
    WHERE doc.active = 1

    This report is generated correctly.
    But the requirement also ask to post a download link. And because it's the Union chooses, selects all next must be same as the types of data in column select it first.
    In this case, it must be CHARACTER. otherwise, it will generate the error like below
    ORA-01790: expression must have same type of data, matching expression


    Then I followed the step of GET_BLOB_FILE_SRC function of
    http://docs.Oracle.com/CD/E14373_01/apirefs.32/e13369/apex_util.htm#AEAPI129
    I turn my last selection in
    SELECT TO_CHAR (doc.date_received), doc.document_type, doc.comments,
    CASE WHEN NVL (dbms_lob.getlength (doc.) (UPLOADED_FILE), 0) = 0
    THEN NULL
    ON THE OTHER
    "Download".
    END
    null, null, null, null, null, null
    DOCUMENT doc INNER JOIN current_engagement this
    ON doc.d_eng_id = ce.engagement_id
    WHERE doc.active = 1

    Which is the result within the Group
    http://app_address_here/f?p=208:48:1303335952329758:

    whereas if I use the interactive report link is
    http://app_address_here/apex_util.get_blob?s=1303335952329758 & a = 208 & c = 66645817090447568 & p = 48 & 12 = K1 & K2 = & CK = A18D20D407435BD649EA3399EC27BC00 & RT = CR
    and it works well.

    I search and know that get_blob_file_source a link to the source of the column / field name located in the first parameter.
    If I put the UPLOADED_FILE column of the DOCUMENT table in the source of the REF. column
    But it still does not show anything close to the correct one which is generated by interactive report.

    If anyone has any ideas, please help. If I need to manually write using get_blob, please give me an example.
    I have urgent need of this report.
    The version of the SUMMIT that we use is Application Express 4.0.2.00.07
    And I can't ask an update 4.2 until the end of next year.

    Help, please.
    Thank you very much in advance.
    Ann.

    Hello Ann,.
    Here you can view and download the example:

    http://Apex.Oracle.com/pls/Apex/f?p=63066:1

    Please let me know if you need to access the workspace.

    Tip, please read the FAQ section. had you put your thread in a better format, you would have got a quicker response :)

    Kind regards
    Fateh

  • ODI - cannot display the Essbase data?

    I just installed ODI and Essbase has been installed in my PC a long time ago. I find a document called: odiess_getting_started.pdf, this document is a sample for ODI and Essbase. I followed the steps described in the document,..., later, when I want to see Essbase data of the ODI Designer see the example Essbase application database such as: scenario, market, it appears the error message: "Cannot display the data in the table", "java.sql.SQLException: Driver must be specified."
    java.sql.SQLException: Driver must be specified
    at com.sunopsis.sql.SnpsConnection.a (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.testConnection (SnpsConnection.java)
    at com.sunopsis.graphical.frame.b.jc.bD (jc.java)
    at com.sunopsis.graphical.frame.bo.bz (bo.java)
    at com.sunopsis.graphical.frame.b.ja.dj (ja.java)
    to com.sunopsis.graphical.frame.b.ja. < init > (ja.java)
    to com.sunopsis.graphical.frame.b.jc. < init > (jc.java)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.sunopsis.graphical.frame.bb.b (bb.java)
    at com.sunopsis.graphical.tools.utils.swingworker.v.call (v.java)
    at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    at com.sunopsis.graphical.tools.utils.swingworker.l.run (l.java)
    to edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$ Worker.runTask (ThreadPoolExecutor.java:665)
    to edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:690)
    at java.lang.Thread.run(Thread.java:619)

    What is the problem with me? Thank you!

    This is one of the many 'characteristics' of ODI.

    Data preview works for SQL and just about everything (well, I think it works for text, but nothing Hyperion files).

    I have this trouble, John Goodwin to correct.
    Kind regards

    Cameron Lackpour

  • How to display the exact DATE of my first access to a Web site?

    I need to see when I first consulted several Internet sites. History does not show it, but maybe I'm missing something.
    I appreciate all help.

    ~ airix

    In history, Firefox only displays the most recent visit to a given URL. To find previous visits, you need a tool that allows you to view old data in the database places.sqlite. These discussions have discussion of a few options:

  • The GPS data with other analyzed data record

    Hello!

    I am a new user of DASYLab and not very good with coding, so please bear with me! I try to record (timestamp, latitude, longitude) already analysed GPS data with other data (accelerometer, etc.) in the same. DDF file. Right, GPS analysed is now sent through a series of three demultiplexers for each signal and only 1 of 16 channels, reducing the size of the output data. This data is then saved in a. The CAD file. Other data on average, recorded in one. DDF file, then saved another. The CAD file. We used to compare the data from the GPS and other devices by comparing timestamps.

    I would like to save all data to a file, either. DDF of. CSA (.) DDF would be preferable).

    When I try to add more channels in the. DDF save the module after the demultiplexer black box and GPS data to it, I get an error saying "the data to an entry in this module are the wrong type." I also receive this error when trying to send the data GPS to the. CSA Save module. I learned that this means that the size of the files is not the same of this thread. My question is, how can I make sure that the data have the same characteristics of time so I can save to the same file?

    If you need more information I would be happy to provide it, I apologize if I have something important to go.

    Thanks for reading,

    etdiv

    That's what I needed. Your time is the driver. In the RS232 input module, click the Options button.

    Select the measurement of output value, and then click the button on the time Base and select sync/time Base driver.

    That should allow you to write to the DDF file.

  • To display the LVM data on oscilloscope

    Hello

    I sampled the data using the unit (500 Hz) DAQ and recorded these data for about 75 seconds in the file LVM. Now, I'm trying to plot the data saved (from the file LVM) in multisim but could not able to get all of the plotted data.

    When the same data are plotted it matlab it shows perfectly of what was recorded in LVM for about 75 seconds.

    Can someone suggest corrections to the multisim file so that I can see all the data saved on oscilloscope.

    Attachments: we do not accept the LVM format file so I changed the data in txt format file.

    Thank you.

    Hello

    I checked your .lvm file, is only a single column of the value of the voltage with the empty time column. Usually, to read the voltage level LVM in Multisim correctly, you must add Headers of Segment and columns of the value X (time) in your .lvm file

    For example, you can choose only one header and a column only when you save your measurement file.

    In view of the data for a column you provided, using the voltage Source linear piece Wise is also a choice as in my previous post. For your MTALAB field, the value the voltage is represented according to the number of data points (about 3.7 * 10 ^ 4). But on the scope, it's just a set time interval. You can use the transient analysis to see its performance on the whole as shown below.

    Exactly what you see in your MATLAB plot.

    It will be useful.

    Kind regards

  • Display the master data on the time interval of 5 minutes

    I tried my way, but cannot resolve the requirement of below mentioned desire please help me solve this question please.

    I need to show the presence of the employee, but one record within the interval of 5 minutes of the old time recorded as shown below

    Time                                            EMP_ID

    16/11/2015 10:01:11 193

    16/11/2015 09:55:11 193

    16/11/2015 09:54:18 193

    16/11/2015 09:53:24 193

    16/11/2015 09:52:11 193

    16/11/2015 09:51:18 193

    16/11/2015 09:50:24 193

    16/11/2015 09:49:29 193

    16/11/2015 09:48:38 193

    13/11/2015 09:36:38 190

    13/11/2015 09:33:38 190

    13/11/2015 09:30:11 190

    Power required

    Time                                            EMP_ID

    16/11/2015 10:01:11 193

    16/11/2015 09:54:18 193

    16/11/2015 09:48:38 193

    13/11/2015 09:36:38 190

    13/11/2015 09:30:11 190

    I want to show the minimum date and time with in the 5 minute interval

    Your solution is not what he wants to be (your result set is the same as mine, anyway).  He wants to roll every 5 minutes starting with a given record.  Here's one way:

    with qry (ATIME, EMP_ID) as long as)

    Select to_date('16/11/2015 10:01:11 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:55:11 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:54:18 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:53:24 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:52:11 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:51:18 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:50:24 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:49:29 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('16/11/2015 9:48:38 AM', 'dd/mm/yyyy hh:mi:ss AM'), 193 of union double all the

    Select to_date('13/11/2015 9:36:38 AM', 'dd/mm/yyyy hh:mi:ss AM'), 190 Union double all the

    Select to_date('13/11/2015 9:33:38 AM', 'dd/mm/yyyy hh:mi:ss AM'), 190 Union double all the

    Select to_date('13/11/2015 9:30:11 AM', 'dd/mm/yyyy hh:mi:ss AM'), 190 double

    )

    Select EMP_ID, ATIME

    (select EMP_ID, ATIME, min (ATIME) on (EMP_ID partition) as START_ATIME,

    min (atime) over (partition by order EMP_ID of ATIME

    range between the minute rest interval '5'

    and unbounded following) as NEXT_ATIME

    of qry)

    Start by ATIME = START_ATIME

    connect by prior NEXT_ATIME = ATIME

    What gives exactly what he wants

    EMP_ID ATIME
    190 13/11/2015-09:30:11
    190 13/11/2015-09:36:38
    193 16/11/2015-09:48:38
    193 16/11/2015-09:54:18
    193 16/11/2015-10:01:11
  • Fill in the missing dates with level

    Think im a bad thing. I have some data that missing dates (days) and I want to just fill in the missing days with 0

    This sql is to look right or I'm doing something wrong:

    SELECT H.URL, H.V_DT, NVL CNT (P.CNT, 0))

    SELECT CAL. URL, CAL. MIN_DATE + LEVEL AS V_DT OF)

    SELECT the url, MIN (D) MIN_DATE, max (D) MAX_DATE

    USER_LOG_TMP2_VW where the url is not null and current_url (select distinct URL of USER_LOG_TMP_VW)

    GROUP BY URL

    After MAX (D) > MIN (D)) CAL

    CONNECT IN CAL. MIN_DATE + LEVEL < CAL. MAX_DATE

    -GROUP BY URL, CAL. MIN_DATE + level

    ): LEFT JOIN USER_LOG_TMP2_VW P ON P.URL = H.URL AND F.F. = H.V_DT

    There are only about 75 unique URL and when I run the present it works but I can't count because there are so many lines when it should be, perhaps a few thousand. the oldest date of min goes back only a few months.

    im getting strange results. As if I add a specific url like this (below)... it works perfectly for this url. But when I go out as above where it captures all urls... it gives me weird super results. As the dates twice for duplicate URLS.

    SELECT H.URL, H.V_DT, NVL CNT (P.CNT, 0))

    SELECT CAL. URL, CAL. MIN_DATE + LEVEL AS V_DT OF)

    SELECT the url, MIN (D) MIN_DATE, max (D) MAX_DATE

    OF USER_LOG_TMP2_VW, where url is not null and current_url to (select url from USER_LOG_TMP_VW where url = 'http://testing123.com/test/test"")

    GROUP BY URL

    After MAX (D) > MIN (D)) CAL

    CONNECT IN CAL. MIN_DATE + LEVEL < CAL. MAX_DATE

    -GROUP BY URL, CAL. MIN_DATE + level

    ): LEFT JOIN USER_LOG_TMP2_VW P ON P.URL = H.URL AND F.F. = H.V_DT

    I was not post create it for the views with her but I think that maybe im just something wrong with the level.

    I tried the group according to the level of url cal.min_date +, but for some reason it just keeps running and the query never ends.

    Hello

    Depending on your needs and your version, you may want a CONNECT BY clause like this:

    CONNECT BY LEVEL< max_date="" +="" 1="" -="">

    AND PRIOR url = url

    AND PRIOR SYS_GUID () IS NOT NULL

Maybe you are looking for

  • How to load the old iCal?

    I just upgraded from 10.6.8 to 10.11, I am unable to get the calendar to see my old iCal data.  I copied everything in the directory of the management of the old agenda - but he doesn't.  What should I do?

  • Satellite A50: Engraver of DVD & CPU upgrade questions

    Hi how far can upgrade my A 50 1.5 ghz centrino and Motherboard can't cos 1.5 dual-core is really not enough for me any more. I know there are a lot of problem on cpu upgrade but I need just to answer far? I also change my DVD burner to +/-dvd burner

  • All the odds of an international version?

    Hello I have a nexus one and 4 Moto G (2nd generation) I was planning to update my phone for a while now. However, not really found a worthy phone. Nexus 6 is too big, iPhone 6 is an apple device and I want to own an android device. It is now a phone

  • "Smart hard disk error" - HP Pavilion dv6 Notebook PC

    Hello I have a HP Pavilion dv6 Notebook PC, which has been meeting for the past weeks starting problems. Normally, this meant a long cycle of-->--> reboot Recovery Manager startup repair until it finally started up properly when trying to 4th/5th so

  • Windows reports different about RAM to different places, that one is correct?

    Hi Windows developers! I am running XP SP3; I think either there is problem with your Windows XP or my brain. We will explain to me:Whenever I start > Help and Support > what's new in Windows XP > tools ("See also" in the navigatio Panel) > My Comput