avafinger
avafinger
Video decoding was tested with mplayer-hdmi your_file_MP4 (H264). mplayer-hdmi (output to HDMI) mplayer-jack (output to JACK) mplayer-silent (test video without sound, to make sure **libvdpau** is OK!) To play video...
I think you've got a corrupted sd card. Try again with a brand new card.
You need to enable: `CONFIG_I2C_GPIO=m` The message: ` [ 7.185164] ov5640 1-003c: ov5640_read_reg: error: reg=300a` is an indication you can't talk to the sensor, which could be: a) I2C_GPIO not...
> t difference between Normal OV5640 and BPI OV5640? The pinouts are reversed 180º. Pin 1 is pin 16, Pin 2 is pin 15, and so on. (in a 16...
Unfortunately no, this will not work. Only for BSP now. I will try to update for mainline kernel this weekend.
@chdwjzd In order to work with a v4l2 compliant app, you need to configure the sensor first, just like here: https://github.com/avafinger/bananapi-zero-ubuntu-base-minimal#working-with-cameras
Hi denevs, I haven't touched the driver for a long time, actually it was just a start, there is no improvement. The driver must be compiled in the kernel tree,...
@JulesThuillier Ca you push your findings somewhere?
You need a way to trigger autofocus and control autofocus from Linux. From my earlier experience with autofocus, it works nice for near focus, but the majority of people does...
@gusarg81 If you just want to stream RTSP, take a look at: https://github.com/avafinger/nanopi-r4s-minimal-image#h264-camera The original code is for H264 since HTML5 does not support H265. This will work on any...