Jump to content

Ben Herzberg

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Ben Herzberg's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Also, I'm getting 10 FPS (with full frame) while the added time I get from the "Profile VI" tool only adds up to 50ms, which should get me 20FPS, as far as I understand. Can anyone perhaps see what I am missing? Thank you. Added: Profile VI output. Download File:post-6675-1169540509.txt
  2. I think my problems are sorted now, thanks to your advice. I'm posting my current version of the VI, just in case anyone feels like commenting and pointing out some of my mistakes, the number of which is probably very large. Thank you all very much once more. Ben. Download File:post-6675-1169492814.vi
  3. Well, I know I'm green. Thank you again. What parts should I put into an event structure? Also, is it a good idea to split this into sub-VIs or is this still ok? thanks. Ben.
  4. Oh, right. Sorry. :-) Download File:post-6675-1169475762.vi
  5. Well, I'm still trying to make this work, and I'm supposed to finish this very soon (well, I haven't been working on it full time...) I managed to get (sort of ) what I wanted, and I'm clocking around 10FPS on a strong machine, writing each 16 bit frame onto a seperate TIFF file. This is inefficient, but the only way I could figure to capture "video" in 16-bit greyscale. 1) I'm trying to put in an ROI control, and make it work in real-time, i.e. without needing to stop and restart the VI. I get an error saying "capture already in progress" or somthing of that sort whenever I try to modify the ROI properties within the main capture loop (one grab, one write per loop). 2) I need to think up a way to enter a couple of letters so the user could choose a file name for the images, that should be VERY easy (think "with gloves on using some silly joystick insted of a mouse" easy). I was thinking an enumerated control, but these only seem to allow numeric output, and I need letters. Ideas? Many many thanks for anyone answering. Ben.
  6. I haven't tried yet, but I think putting the property node inside the while loop should help. Silly me not thinking about that beforehand. Thank you. I will put the VI in the future. Ben.
  7. Thank you very much markus. Regarding point 1: would you suggest I store each frame in a seperate file (say tiff)? What would be a convenient way to do this? (how do I implement incremental file names?) Thanks again. Ben.
  8. Hi. I'm new to LV and am using version 7.0 with NI IMAQ for IEEE 1394 ver 2.0.1 I'm trying to write a front end to allow recording of a sequence of raw images captured in format 7 mode 0 (1360*1024, 12bit monochrome) from a Prosilca EC1380. I've started based on the example for "Grab and Save to AVI" provided with the IMAQ 1394. I'm having a few problems: 1) is there a limitation on writing frames of type 16-bit grayscale (1360*1024px) to uncompressed AVI? I get an error "Incompatible Image Type" from the IMAQ AVI write frame.vi whenever I try running in full screen 16 bit mode. 2) is there a way to make a histogram appear/disappear on button click (for interface reasons - screen real estate). 3) The property nodes seem to have little effect on the captured image. For example, I try to change the shutter speed while vi is runing and it has no effect. Anyone has any ideas? I'm adding a screen shot of my VI. Thanks a lot for any input. Ben. ADMIN EDIT: Re-attached Thumbnailed Image Please see here for proper image attachment.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.