03-23-2017 04:51 PM
Hi,
I am doing a project where a trigger is sent to a camera. I want the camera to receive the trigger, capture an image and then save it automatically. I would be grateful if someone could help me with it.
-Nachiket
Solved! Go to Solution.
03-24-2017 03:00 PM
Hi nachikulk,
Could you give us more information about the camera you are using and how you plan to control it?
Mitchell Faltin | NI
03-24-2017 05:16 PM - edited 03-24-2017 05:32 PM
Hi,
I am using Ueye camera and my motto is to capture some images that are projected using a projector. This projector sends a trigger to the camera. What I want is whenever trigger is received by camera, it must be able to capture image and save it automatically. Since ueye vi are in .NET format, i am trying to save and capture using .NET formats.
Hope this helps.
Thank you
03-27-2017 10:44 AM - edited 03-27-2017 10:44 AM
I don't know exactly what you are doing, but I think this .Net code might help. It opens a file into a bitmap image, resizes the image, creates a new memory stream, then saves the image into the memory stream and returns it. You could write this array of bytes to a file using the Write to Binary File.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-04-2017 12:03 PM
Thanks!!