Giter Club home page Giter Club logo

Comments (3)

xenpac avatar xenpac commented on July 23, 2024 1

another note for those armbian kernel 4.xx users, the new kernel does not support the CSI interface to be used with the camera!!
As it has device tree implementation, and that has not yet covered the CSI parallel interface.
If thatever gets implemented, it will need to completely redesign the camera driver.

from sun4i_csi.

xenpac avatar xenpac commented on July 23, 2024

see file ov5640.c, there is a docu at the very bottom.
search for "Docu on Video Timing and output sizes:", read.
you first need to crob your wanted picture size from the sensor = +1 section.
then enable subsampling 2x2, which halfs the datasize.
(note that omnivision does not provide exact docu!!, so this is all from experience)
to get a stable picture you have to experiment with the timing.
search "calculation of HTS VTS".

in short, to get fast fps you need to just take a portion of the sensor (crob) and adjust the timing.

look at file gc0308.c using the "zoom" function, to achive fasted fps of ??120 fps possible.

note: all these c-files are for the ov5640 sensor!! i just used different names to compile in the source tree,
and be able to switch "devices" (modprobe) on the fly to experiment.

also note that the bananapi has limits on what datarate it can handle on CSI!!

from sun4i_csi.

JPMJPM avatar JPMJPM commented on July 23, 2024

Thanks, I will try it.

from sun4i_csi.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.