Editing Image acquisition package

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 74: Line 74:
  octave:> set(obj, "VideoResolution")
  octave:> set(obj, "VideoResolution")
  ans =
  ans =
     640    480
     640    480
     160    120
     160    120
Line 108: Line 107:
  octave:> set(obj, "brightness")
  octave:> set(obj, "brightness")
  ans =
  ans =
 
   scalar structure containing the fields:
   scalar structure containing the fields:
 
     min = 0
     min = 0
     max =  255
     max =  255
Line 136: Line 135:
  octave:> image(img)
  octave:> image(img)
  octave:> imwrite(img, "ex1_a.png")
  octave:> imwrite(img, "ex1_a.png")
 
  octave:> [img, seq, t] = getsnapshot(obj);
  octave:> [img, seq, t] = getsnapshot(obj);
  octave:> seq
  octave:> seq
Line 142: Line 141:
  octave:> t
  octave:> t
  t =
  t =
 
   scalar structure containing the fields:
   scalar structure containing the fields:
 
     tv_sec =  10281
     tv_sec =  10281
     tv_usec =  779303
     tv_usec =  779303
Line 205: Line 204:
  $ cd octave-image-acquisition/devel
  $ cd octave-image-acquisition/devel
  $ make check
  $ make check
 
  octave -q run_tests.m
  octave -q run_tests.m
  ../src/__v4l2_handler__.cc........................ PASS 3/3
  ../src/__v4l2_handler__.cc........................ PASS 3/3
Line 213: Line 212:
  @videoinput/getsnapshot........................... PASS 4/4
  @videoinput/getsnapshot........................... PASS 4/4
  imaqhwinfo........................................ PASS 1/1
  imaqhwinfo........................................ PASS 1/1
 
  Summary:
  Summary:
   PASS  20
   PASS  20
   FAIL  0
   FAIL  0
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: