12-01-2025 09:08 AM
Hello community,
I use a Basler camera to acquire the images of the experiment.
I would like to select several areas, in the form of rectangles and lines, to track the intensity over time in real time.
I have already created one rectangle, and I would like to add more on the same graph.
On this graph, I would like to draw three rectangles and one line to follow the evolution in real time, and then save the image.
Thank you for your help.
12-01-2025 09:00 AM - edited 12-01-2025 09:10 AM
Hello community,
I use a Basler camera to acquire the images of the experiment.
I would like to select several areas, in the form of rectangles and lines, to track the intensity over time in real time.
I have already created one rectangle, and I would like to add more on the same graph.
On this graph, I would like to draw three rectangles and one line to follow the evolution in real time, and then save the image.
Thank you for your help.
12-01-2025 11:08 AM
First, learn LabVIEW! Here are some things that "seem elementary" (because they are similar to Text-based Languages) and don't make use of the strength of the Data Flow Programming concepts that LabVIEW affords. Here are some things to avoid:
My first exposure to LabVIEW was to learn and maintain a LabVIEW Real-Time system that tested large Primates and their ability to localize a sound source in complete darkness. I had more than a decade of experience with text-based languages (Pascal was my favorite) and a good instructor (and students who helped me when needed), so I was able to keep the existing code running while redesigning and recoding it based on Structured Programming concepts.
About five years into my LabVIEW experience, a colleague asked for my help with a study that used Vision to record behavior (in the light, of course). I was grateful for having learned standard DAQmx routines for data acquisition and control, because IMAQdx was a whole (and more complicated) learning experience! My advice would be to find a LabVIEW Guru who (especially if you can find one with LabVIEW Vision experience) and get some help with learning better LabVIEW development techniques.
Bob Schor