Hi everyone,
Currently, I face a problem that I can not use the uvc camera on the RPI normally.
When using gst-launch-1.0. the system throw out the logs: Failed to allocate a buffer and Internal data stream error
I guess it is due to the limitation of the memory. So I have tried to modify the usbfs_memory_mb show as below command:However, I have changed the CAM memory to 512 but the issue still exist. Does anyone know what the problem is?
Thank you in advance
Currently, I face a problem that I can not use the uvc camera on the RPI normally.
When using gst-launch-1.0. the system throw out the logs: Failed to allocate a buffer and Internal data stream error
I guess it is due to the limitation of the memory. So I have tried to modify the usbfs_memory_mb show as below command:
Code:
sudo sh -c 'echo 100 > /sys/module/usbcore/parameters/usbfs_memory_mb'
Thank you in advance

Statistics: Posted by DaPiLad — Wed Mar 06, 2024 9:10 am