futuramaar
January 20, 2010, 23:42:45
I am creating a VI to save a series of images but I am getting some errors.
I noticed that if I set IC Open Device to false for live the imageringbuffersize works with no errors but if it is true I get error 2146828269 occuring at the property node. I can also solve this with two invoke nodes doing livestop before the ring buffer and live start after the ring buffer. This works but overall I dont know what im doing. Do you need to not have live video to use the imageringbuffersize and what is the best way to stop video and start again?
Secondly I want to have a path control that allows the user to input the location to save the sequence, however when I make the path control and change its type to string so I can put it in the memorysaveimage sequence I get error 2146959355 occuring at unknown. I have fixed this by just using a string constant as the input to the memorysave image sequence but is there a way to use a path correctly as an input?
I noticed that if I set IC Open Device to false for live the imageringbuffersize works with no errors but if it is true I get error 2146828269 occuring at the property node. I can also solve this with two invoke nodes doing livestop before the ring buffer and live start after the ring buffer. This works but overall I dont know what im doing. Do you need to not have live video to use the imageringbuffersize and what is the best way to stop video and start again?
Secondly I want to have a path control that allows the user to input the location to save the sequence, however when I make the path control and change its type to string so I can put it in the memorysaveimage sequence I get error 2146959355 occuring at unknown. I have fixed this by just using a string constant as the input to the memorysave image sequence but is there a way to use a path correctly as an input?