LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to retrieve array data from picture.NET?

Hi,

 

Does anyone know how to get data from the picturebox .NET function? I have a video running in the vi but i wish to retrieve its array data from the picturebox .NET. How can I do that? Please help, thanks.

0 Kudos
Message 1 of 7
(3,572 Views)

You had previously asked about a picture box. Did you change to a .NET control? What does the video have to do with the .NET PictureBox? The PictureBox is for showing static data, not videos.

 

Why did you create a new thread instead of just following up on that one?

0 Kudos
Message 2 of 7
(3,562 Views)

Hi,

 

I thought people may misinterpret my question so I opened a new thread. Because I was thinking whether from picturebox.NET function can get the array. I am trying to convert a video from a webcam to array data. I wish to get the array data, so that i can send the array to another computer via TCP/IP. I'm not sure if is possible to get array from picture.NET, or is there other ways to get the array from the video? The method that i had tried "Picture to Pixmap.VI" is not possible as it only take still picture and not a continous video.

I am trying to create a video conferencing using labview. Below is the source for the real time video and audio.
P.S.: Is it possible to create video conferencing from labview?

0 Kudos
Message 3 of 7
(3,544 Views)

Blanko wrote:
I am trying to create a video conferencing using labview. Below is the source for the real time video and audio.

P.S.: Is it possible to create video conferencing from labview?


Is it possible? Probably, but I don't think you'll have much success if you use the LabVIEW <--> .NET interface. It will simply be too slow. 

0 Kudos
Message 4 of 7
(3,519 Views)

Just for now, I want to send video and audio in data.

 

Do you have any idea to do that?

0 Kudos
Message 5 of 7
(3,510 Views)
Not sure if you're asking a specific question or just a general one. I'm going to assume the latter given the brevity of the question. You would need to use the TCP/IP functions to send/receive data. Take a look at the examples that ship with LabVIEW. There are examples for TCP/IP communication.
0 Kudos
Message 6 of 7
(3,501 Views)
Reasked here as well.
Message Edited by smercurio_fc on 10-21-2009 03:17 PM
0 Kudos
Message 7 of 7
(3,460 Views)