gc2035 icon indicating copy to clipboard operation
gc2035 copied to clipboard

Logs with GC2035 camera

Open GadgetReactor opened this issue 9 years ago • 1 comments

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.

GadgetReactor avatar Nov 25 '16 07:11 GadgetReactor

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

avafinger avatar Dec 05 '16 11:12 avafinger