octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #43897] image-acquisition freezes when trying


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #43897] image-acquisition freezes when trying getsnapshot(obj);
Date: Sun, 28 Dec 2014 09:51:34 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.3.0

Update of bug #43897 (project octave):

                  Status:                   Fixed => Need Info              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #8:

Okay, I reopen this report. Can you please enable logging (rm previous
logfiles before) with


$ export LIBV4L2_LOG_FILENAME=libv4l2_debug.log


Then run this in Octave:


pkg unload all
pkg load image-acquisition
obj = videoinput("v4l2", __test__device__);
set (obj, "VideoFormat", "RGB3")
start (obj, 1)
img = getsnapshot (obj);
imwrite (img, "out.jpg");
stop (obj)


Then run streamer with -b 1 (only one buffer as the script above does) and the
run the Octave script above a second one. As I read from the description the
first run fails, streamer succeeds and the second try in Octave also succeeds.
Please attach the generated libv4l2_debug.log

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?43897>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]