https://github.com/android-rpi/device_brcm_rpi3 instructionsEnabling the default camera hal in the rpi3.mk causes some camera service crashes in a loop (refer to
https://github.com/android-rpi/device_brcm_rpi3/issues/95)
https://gitlab.com/emteria/public/samples_apps_PiCamera
adb push ./build/bin/raspistill /system/bin/
adb shell chmod +x /system/bin/raspistillrpi3:/ #
However when trying to execute raspistill I am getting the following error:/system/bin/raspistill /system/bin/sh: /system/bin/raspistill: No such file or directory
Question:
Has anyone succeeded in doing such a thing: getting the official rpi camera working on a build generated from https://github.com/android-rpi/device_brcm_rpi3
and if so, could you please explain how you did this
Best regards,
--
You received this message because you are subscribed to a topic in the Google Groups "Android-rpi" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/android-rpi/Zss8Ktx9E90/unsubscribe.
To unsubscribe from this group and all its topics, send an email to android-rpi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-rpi/fd7b909a-16f5-4cf4-9aff-c6f47a930971%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 enabled in this build. Try running "sudo raspi-config" and ensure that "camera" has been enabled
cameras : 1
flashes : 2
camera 0 : port 0: 3280 x 2464 lens absent
flash 0 : flash type LED
flash 1 : flash type LED
Add "start_x=1" and "gpu_mem=128" in /boot/config.txt.
Also it seems that this is needed:
As well as loading
"modprobe bcm2835-v4l2"
When trying to use externql USB camera I ended adding this in kernel/rpi/arch/arm/configs/bcm2709_defconfig, but not sure this applies here:CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y CONFIG_VIDEO_MEDIA=y CONFIG_USB_VIDEO_CLASS=y CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y