I’m trying to get my streaming camera project running. I’m using a RaspberryPI Zero W with a picam. I had the camera running on V4L and rasbian buster so I know that the hardware is working. Using tutorials I’ve switched to BalenaOS + Balenacam. However I am getting two errors at the moment and can’t seem to figure out how to fix this issue:
What version of balenaOS are you running? Is there any other app logs that might be useful? If you enable support access to the device and send us a link we can take a look and see what might the problem.
Hey @Polytrigon, I just sent a private message to you to ask for the UUID of this device so we could investigate further. Please reply to my private message when you have the chance.
After checking the configuration on the device that you granted us access to, I saw that the RESIN_HOST_CONFIG_gpu_mem is set to 16.
According to the balenaCam instructions you should delete that configuration variable and only leave the BALENA_HOST_CONFIG_gpu_mem_XXX ones defined.
Can you try that and check whether that fixes the VIDEOIO error?
Let me point you to that section of the balenaCam readme:
Hi @Polytrigon,
After checking you device configuration I saw that RESIN_HOST_CONFIG_gpu_mem is set to 16.
As per the instructions of the balenaCam project, I would suggest you to try deleting that configuration variable and only leave the BALENA_HOST_CONFIG_gpu_mem_XXX variants defined and check whether that fixes the issue.
Let me point you to the balenaCam instructions that I mentioned above: