Advertisement
Guest User

Untitled

a guest
Jan 5th, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. #running with camera in use by cheese
  2.  
  3. python CamCastic.py
  4. in get_xid
  5. In keypress
  6. libv4l2: error setting pixformat: Device or resource busy
  7. ('on_error():', (GError("Device '/dev/video0' is busy",), 'gstv4l2object.c(2408): gst_v4l2_object_set_format (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:\nCall to S_FMT failed for YV12 @ 640x480: Device or resource busy'))
  8. ('on_error():', (GError('Internal data flow error.',), 'gstbasesrc.c(2812): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:\nstreaming task paused, reason not-negotiated (-4)'))
  9.  
  10. #same with running two CamCastic's
  11.  
  12. In keypress
  13. libv4l2: error setting pixformat: Device or resource busy
  14. ('on_error():', (GError("Device '/dev/video0' is busy",), 'gstv4l2object.c(2408): gst_v4l2_object_set_format (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:\nCall to S_FMT failed for YV12 @ 640x480: Device or resource busy'))
  15. ('on_error():', (GError('Internal data flow error.',), 'gstbasesrc.c(2812): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:\nstreaming task paused, reason not-negotiated (-4)'))
  16.  
  17. #after close of cheese/2nd CamCastic
  18.  
  19. In keypress
  20. on_eos(): seeking to start of video
  21.  
  22. #never loads video after close of cheese, until program relaunch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement