Guys!
These are my actions for make CSI-camera OV-5640 on ORANGE PI PC PLUS work:
1) change fex-file
vip_dev0_mname = "ov5640"
vip_dev0_power_en = port:PA17<1><default><default><1>
vip_dev0_reset = port:PE14<1><default><default><1>
vip_dev0_pwdn = port:PE15<1><default><default><0>
2) Add next commands to /etc/rc.local
sunxi-pio -m "PG11<1><0><1><1>" #DOVDD
modprobe ov5640
modprobe vfe_v4l2
3) Add this to /boot/boot.cmd
gpio set PG11
gpio set PA17
It's short way to the Purpose for Orange Pi Pc Plus with original 5Mp Ov5640 CSI camera from developer!
This recipe can save someone a lot of time.
P.S.
It's working on legacy kernel! And I don't tried run it on others kernels...
It's my system:
~$uname -a
Linux smart 3.4.113-sun8i #2 SMP PREEMPT Wed May 8 15:09:43 CEST 2019 armv7l armv7l armv7l GNU/Linux
P.P.S.
Streaming video works well under ffmpeg, but has a 3-5 second delay! How it may be fixed - I don't know... May be someone know tool or way for make delay less, than 1 second???
I'm searching exit from this situation...