Hi everyone, I am trying to watch a process and record video of it sometimes. So I need a button that starts recording and then stops it. And again when I click start it should create a new file with new name.
I have tried it in different ways, putting create file inside case structure and outside of structure etc. But I am either getting only 1 video(which overwrites), or just pictures.
Lastly I have tried with shift register and got this error: Error -1074395995 occurred at IMAQ WriteBMPFile
I checked with my previous codes where I was getting continous videos it is working again so I suppose *file not found* is not the reason. and I dont even have Imaq BMF.
I would appriciate if you could help me.