You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function is specifically needed for the Phantom camera:
When triggered, it will save n_preframes and n_postframes in a partition of its ram (cine). During this aquisition time, our Phantom model cannot transmit the images it has just captured. It can only transfer them once the entire aquisition is finished.
It does however has a special partition called the live image partition from which we can grab the latest image seen by the phantom. By adding a live image function uca_camera_grab_live() in libuca, we could have two seperate memory spaces to grab images from.
One for the normal aquisitions, sent over 10Gb
One for the live images, sent over 1Gb
Without two seperate memroy spaces, we would have no way of knowing if an image came from the live cine or the triggered cine.
The text was updated successfully, but these errors were encountered:
This function is specifically needed for the Phantom camera:
When triggered, it will save n_preframes and n_postframes in a partition of its ram (cine). During this aquisition time, our Phantom model cannot transmit the images it has just captured. It can only transfer them once the entire aquisition is finished.
It does however has a special partition called the live image partition from which we can grab the latest image seen by the phantom. By adding a live image function
uca_camera_grab_live()
in libuca, we could have two seperate memory spaces to grab images from.Without two seperate memroy spaces, we would have no way of knowing if an image came from the live cine or the triggered cine.
The text was updated successfully, but these errors were encountered: