On 2/14/07, Koval Valery <[EMAIL PROTECTED]> wrote: > 3. v4l2-ctl -f 135.250 -s PAL > VIDIOC_QUERYCAP: ok > VIDIOC_G_TUNER: ok > VIDIOC_S_FREQUENCY: ok > Frequency set to 2164 (135.250000 MHz) > VIDIOC_S_STD: failed: Device or resource busy > > After that I begin to search in v4l2-ctl source this code. > I found tv_set_norm and tv_set_freq (doioctl VIDIOC_S_STD). > Question: how I can change standard from PAL to SECAM if > /dev/video0 busy (cat /dev/video0 | mplayer -) ? > > May be deal with stream_pvr? > May be I must stream_pvr close, change standard, and reopen stream? > > How I can do this?
Hans answered you already but in short you can not change from PAL to SECAM when a capture is in progress, see [1]. Greets Sander [1] http://www.gossamer-threads.com/lists/ivtv/users/34656?search_string=BUSY;#34656. _______________________________________________ ivtv-users mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-users
