Logs with GC2035 camera
Hi I tried leaving the camera running a few days but it is creating 500MB logs in /var/log/messages and /var/log/kern.log
the messages are:
localhost kernel: [ 1607.193525] [VFE]capture video mode! localhost kernel: [ 1607.281108] [VFE]capture video first frame done! localhost kernel: [ 1607.281128] [VFE_WARN]Only two buffer left for csi localhost kernel: [ 1607.368707] [VFE]capture video mode!
any idea if this can be disabled? thank you.
You could try to change kernel log level to reduce some warnings or if you can compile the kernel suppress the printk lines in vfe.c (comment the printk lines).
Note that this 'printk' does not come from the gc2035 driver. It comes from VFE (video front end driver). Some interesting read: http://elinux.org/Debugging_by_printing#Printk_from_userspace