ฉันใช้ RPi 2 Model B และฉันได้เชื่อมต่อกล้อง Raspberry Pi Rev 1.3 กับมันแล้ว
ฉันได้ทำการตรวจสอบเพื่อให้แน่ใจว่าการเชื่อมต่อนั้นถูกต้อง (ไฟ LED ของกล้องเปิดอยู่)
ฉันวิ่ง:
rpi-update
apt-get update
apt-get upgrade
ฉันมีการกำหนดค่าต่อไปนี้ใน/boot/config.txt
:
start_x=1
gpu_mem=128
start_file=start_x.elf
fixup_file=fixup_x.dat
ฉันไปที่raspi-config
และพยายามเปิดใช้งานกล้องของฉันไม่ประสบความสำเร็จ เมื่อฉันพยายามเปิดใช้งานมันจะออกจากกลับไปยังหน้าการตั้งค่าหลัก แต่เมื่อฉันกลับไปที่หน้าการกำหนดค่ากล้องมันยังคงปิดการใช้งาน ฉันพยายามเข้าสู่การเปิดใช้งานและเริ่มต้นใหม่อีกครั้ง
ทุกครั้งที่ฉันเรียกใช้raspistill -o image.jpg
ฉันพบข้อผิดพลาดต่อไปนี้:
mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
mmal: Failed to create camera component
mmal: main: Failed to create camera component
mmal: Camera is not detected. Please check carefully the camera module is installed correctly
ไม่แน่ใจว่าปัญหาของฉันอยู่ที่ไหน ใครบ้างมีความเข้าใจในเรื่องนี้?
apt-get update
ไม่มีinstall
ส่วน?