12-27-2017 01:06 AM - edited 12-27-2017 01:07 AM
is there any way to acquire and process data from camera using GPU ?? if anyone has a VI regarding this can please share
12-27-2017 01:16 AM
@santoshksv wrote:
is there any way to acquire and process data from camera using GPU ?? if anyone has a VI regarding this can please share
Your question is just too general! What camera type? What kind of processing?
12-27-2017 01:22 AM
actually we are trying to capture a video from a normal webcam from a laptop by using ring acquisition we want to modulate the sequence of images and transmit it to another laptop and make the sequence of images display.. is there any use of any hardware to do this type of processing ??
12-27-2017 02:13 AM
I do not see any image processing in your description. You just want to capture images, and send it plus display on another PC. So figure out how to interface regular webcam images from LabVIEW, then broadcast the images via Network Streams for example...
About image captures: Google for examples, also we need to know if you have the NI-Vision/IMAQ available or not, see this post too:
12-27-2017 06:42 AM
of course we have all the IMAQ/IMAQdx modules and we successfully explored the code to interface the webcam and labview to produce a live video.. i want to add some noise to the video, modulate demodulate and send it to another laptop where the video is displayed..
as now i had successfully interfaced the webcam and labview to display the live video in labview.. next i need to know how to add noise and transmit the video to another laptop..
please help me with this .. and please tell me if any hardware is required or not?
12-27-2017 07:02 AM
On the "Signal Generation" palette, you can create a noise pattern (like that seen in the attached photo) to add to any signal.
12-27-2017 07:32 AM
jermy ,does this work when u give video as an input???
01-24-2018 01:20 PM
No, this will produce a DBL array. You would probably have to manipulate it to a bitmap of the images then add the noise in between.
07-12-2018 01:11 PM
@santoshksv wrote:
is there any way to acquire and process data from camera using GPU ?? if anyone has a VI regarding this can please share
The most efficient approach would be directly connecting the involved units via dma-buf. Depending on actual HW involved, you perhaps could also use other units like IPUs for common things like scaling, colorspace conversion, etc. See V4L and dma-buf documentation.
But I highly doubt LV has any direct support for that - you'd have to code that in C and call it from LV.