from ov13850 issue - git commit
some useful info can be also found on firefly rk3399 camera page - maybe not everything is actual for friendly arm board.
Moderators: chensy, FATechsupport
Code: Select all
static int ov13850_check_camera_id(struct ov_camera_module *cam_mod)
{
u32 pidh, pidl;
int ret = 0;
ov_camera_module_pr_debug(cam_mod, "\n");
ret |= ov_camera_module_read_reg(cam_mod, 1, ov13850_PIDH_ADDR, &pidh);
ret |= ov_camera_module_read_reg(cam_mod, 1, ov13850_PIDL_ADDR, &pidl);
...
}
Code: Select all
cif_isp10_pltfrm_dev_init ERR: could not get default pin state
pavelectric wrote:
I have this camera, but it was not working. Now a new camera is coming to me, I think it should earn. As soon as it arrives, plug it in and write about the results.
For information - the manufacturer has released new versions of operating systems "... 20181219.img"
Try it, maybe there are corrected errors.
marcusmae wrote:
You were right, Pavel, in rk3399-sd-friendlycore-bionic-4.4-arm64-20181219.img camera magically starts to work! Thanks for this info. I wonder which kernel version is it in this new release.
pavelectric wrote:
2) Added ffmpeg support, provides static libraries and header files, supports 4K hardware decoding (does not support hardware encoding)
3) Added mpv player, supports 4K hardware decoding
pavelectric wrote:marcusmae wrote:
You were right, Pavel, in rk3399-sd-friendlycore-bionic-4.4-arm64-20181219.img camera magically starts to work! Thanks for this info. I wonder which kernel version is it in this new release.
As for the kernel - everything is simple - 4.4.143, which means no changes.