Title: Full resolution firmware for OV13850 [Print This Page] Author: renaud Time: 2/14/2017 22:33 Title: Full resolution firmware for OV13850 Hello,
I am building a system with RK3288 and OV13850.
As reading the source code for the Lollipop I was wondering two things :
- what is the highest resolution I can handle (I don't see full resolution in the Hal code)
- is the Camera v2 API implementation level FULL or only LEGACY or LIMITED.
Thank you very much Author: isle Time: 2/15/2017 15:08
Hi renaud,
1 Yes ,the OV13850 highest resolution "4224X3136" can be handled ,
the code is here : ./hardware/rockchip/camera/SiliconImage/isi/drv/OV13850/calib/OV13850.xml
2 yes, the Camera V2 API is implemented fully.Author: trancompany80 Time: 3/26/2017 13:39
Hi all,
What is best frame rate it can support?
Author: isle Time: 3/27/2017 10:02
we only test 1080P 30fps for recordingAuthor: trancompany80 Time: 3/27/2017 10:27
Hi isle,
How about 720p, can it reach 60 fps?
I have 2 version of OV13850 module with K and H. What is diffirent between them? Author: isle Time: 3/27/2017 16:54
Hi
It should can reach 60fps,But we did test it yet.
about the K & H
the circuit board was made by two different factories ,and There's no other difference. Author: trancompany80 Time: 3/28/2017 11:10
Hi isle,
Which system do you use for testing 1080P 30fps?
I'm using Android 4.4, it only reach maximum 15 fps with 720pAuthor: isle Time: 3/28/2017 11:47
the latest Android 5.1 firmware. Author: renaud Time: 8/30/2017 05:04
isle Posted at 2/15/2017 15:08
Hi renaud,
1 Yes ,the OV13850 highest resolution "4224X3136" can be handled ,
the code is here : ...
Hi Isle,
Sorry for replying so late. I think I got not notification to tell me about your answer !
This is very good news. I am investigating right now to understand why the APK I use for testing Camera 2 level is returning Legacy. Maybe my firmware it is not configured correctly !
Would you mind having a look at our repository on Gitlab and tell us if you see something wrong ? Can we talk by email or by phone ?
Thank you very much ! Author: isle Time: 8/30/2017 09:51
hi
Have you try the firefly's repository on Gitlab?Author: renaud Time: 9/19/2017 01:02
Hi Isle, thanks for your help!
But when we use our APK, the camera2 feature are not implemented. We installed an apk that give the level of implementation of camera 2 and the result is Legacy level
Author: renaud Time: 9/19/2017 23:39
When we are in debug mode, when we call characteristics.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL)) this return INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY Author: renaud Time: 9/20/2017 18:09
Here Logcat detail filter on camera string: