Hi Kai,
thanks for your answer, but it does not really address my problem.
I am already using these VIs for reading and writing the registers of the camera.
What I do at the moment is
- I initialise and configure the acquisition without a region of interest
- get an image to verify that everything is working
- write to the rigisters to stop the current image acquisition in continous mode.
- write the values for the new region of interest to the registers
- write the register for starting image acquisition in continous mode.
- use the get Image VI for getting another image, but this gives me always a full sized image no matter what I am setting the region of interest to.
I am wondering why I am getting full sized images because I can see that the region of interest is stored correctly in the cameras registers.
The reason why I am using low level VIs is that I want to change the area of interest during grab as fast as possible.
When I do it using higher level VIs it needs between 150 and 200 ms.
When I do it in C it takes between 9 and 40 ms.
So I am trying to get a result with LabView as it is possible with using C or is LabView not suited for this kind of task?