|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Capturing Camera Images to cRIO
I have not been able to get the frcWriteImage() function to work. I am using code from the WindRiver camera example but receive a frcWriteImage failed each time I try to save an image. Any help with this would be appreciated.
Here is the code I am using if ( !GetImage (cameraImage,NULL) ) { printf ("\nCamera Acquisition failed"); } else { if (!frcWriteImage(cameraImage, "image.jpeg") ) { printf ("frcWriteImage failed"); } else { printf ("\n>>>>> Saved image to %s", "image.jpeg") ); // always dispose of image objects when done frcDispose(cameraImage); } } |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Saving images/video from camera (LabVIEW) | Chaos in a Can | NI LabVIEW | 3 | 16-08-2010 16:21 |
| Connecting Axis camera to cRIO | laultima | FRC Control System | 20 | 21-01-2009 16:56 |
| Capturing images from a Flash file | JohnBoucher | IT / Communications | 2 | 03-12-2007 15:14 |
| Capturing Video from camera with Premiere 5.5 | sanddrag | IT / Communications | 14 | 09-09-2005 04:45 |