06-19-2018 01:07 PM
I'm new to IMAQ so I need help with what I'm assuming are basic problems.
{ First image: image data, Second image: image data, .... Nth image: image data, }
06-19-2018 03:12 PM
I want to add another condition for my first issue. Say I want to make it a timed capture that captures at different time rates according to the amount of captures suggested
captures, interval (ms)
0, 0.0625
1, 0.125
2, 0.25
3, 0.5
4, 1.0
5, 2.0
6, 4.0
7, 8.0
8, 16.0
9, 32.0
10, 64.0
11, 128.0
12, 256.0
13, 512.0
14, 1024.0
15, 2048.0
Is there an easy way to do this?
06-20-2018 09:21 AM
Hi,
The FPGA Interface Python API let you communicate to the cRIO FPGA from Python running on a host computer. I understand you won't be doing any image processing in the FPGA and I don't think you need the FPGA to achieve the frame rates you mentioned which means that the cRIO would act just as a communication channel between the camera and the PC. In that particular case, I would prefer to connect the camera directly to the PC and use LabVIEW and the corresponding image acquisition driver directly on the PC. Does this make sense?
Regards.
06-20-2018 09:40 AM
@DonhJoe wrote:
Hi,
The FPGA Interface Python API let you communicate to the cRIO FPGA from Python running on a host computer. I understand you won't be doing any image processing in the FPGA and I don't think you need the FPGA to achieve the frame rates you mentioned which means that the cRIO would act just as a communication channel between the camera and the PC. In that particular case, I would prefer to connect the camera directly to the PC and use LabVIEW and the corresponding image acquisition driver directly on the PC. Does this make sense?
Regards.
That does make sense, but lets say we want it all bundled within LabVIEW/Python without dealing the camera's individual acquisition drivers because we might use different camera's and automating each individual driver seems like more trouble than it is worth
Any thoughts on my other couple of questions?
06-20-2018 11:50 AM
Here is what I am currently doing for the timed capture, is this correct?
06-20-2018 12:27 PM
And now when I try to write that to a file I am getting a permission denied error