Hello!
I am using the SDK of the Mightex 1304-U camera and am trying to make some alterations to have the Labview software behave more like the natural one that installs into the computer.
What I have done is added a portion to take an averaged value and subtract it from the live feed in order to get rid of background noise. From this live feed though I want to be able to average the frames shown (so for 32 averages, I want it to average the last 32, allowing me to go back to 0 averages and get live feed) as well as remove all values that are below 0.
This last part is because I added a live exposure portion to the camera but if the values fall below what has been removed due to the background noise the waveform acts sporatically. I have added the current code. Thank you!