웹캠 촬영을 캡처하고 웹 서버에 업로드하기 위해 raspbian과 함께 나무 딸기 파이를 사용하고 있습니다. 그러나 지금 재부팅 할 때 더 이상 웹캠에 액세스 할 수 없습니다. 왜 갑자기 이런 일이 일어 났는지 모르겠다. 다시 부팅하기 전에 내가 아는 한 아무것도 변경하지 않았다. 방금 관련없는 파일 (bash 스크립트)을 chown하고 chmoded하고 cron 작업을 추가했습니다. 심지어 루트로 로그인해도 웹캠에 액세스 할 수 없습니다. 다음과 같은 여러 가지 방법으로 웹캠을 사용하려고 할 때 나타나는 오류 메시지입니다.
libv4l2: error turning on stream: Operation not permitted
v4l2: ioctl(fildes = 3 "/dev/video0", request = VIDIOC_STREAMON, int *data = { V4L2_BUF_TYPE_VIDEO_CAPTURE }) failed, Operation not permitted (1, EPERM) because the process does not have the appropriate privileges to use the ioctl VIDIOC_STREAMON system call
Fatal Python error: (pygame parachute) Segmentation Fault
error: ioctl(VIDIOC_STREAMON) failure : 1, Operation not permitted
누가 잘못 될 수 있는지 아는 사람 있습니까?
코드를 보여주십시오.
—
ymn