AI Deck Framerate #1475
Replies: 3 comments
-
Hi! That is great that it's getting that many fps, but as you probably noticed the wifi streamer doesn't reflect that at all. I haven't worked with the aideck lately, but this might also be specific questions that could be rather asked to the Greenwave SDK used on the gap8, at least until those that know more information about this are back from holidays. |
Beta Was this translation helpful? Give feedback.
-
The mentioned binning results in a QQVGA resolution image as explained in section 3.3 of this datasheet. To enable it, create a camera config with QQVGA mode enabled and open the camera with it, see this example |
Beta Was this translation helpful? Give feedback.
-
I'm not sure what is the best way to measure and read out the frame rate, but I imagine printing out something every frame will indeed affect results. I think it may be wise to indeed measure over a longer period and then somehow read that out. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm currently working on some code for the AI deck that takes each frame and looks for an illuminated LED. I more or less Frankensteined this code from several of the existing examples, including the WiFi streamer example. I'm not streaming the images anywhere though, just processing them on the GAP8.
I haven't actually measured the framerate yet, but some early results look like I'm getting somewhere around the 60 fps advertised on the camera's spec page: https://store.bitcraze.io/products/ai-deck-monocrome-camera-module
That page contains the following data:
60 FPS is proving to be just about fast enough for my application, but if I could bump it up to 120 FPS and lose some resolution, that would be fantastic! Does anyone know how to do this? I see some code related to setting things up, including:
And then later it looks like there's some code referring to "cam_conf" which I assume is a configuration file for the camera stored somewhere in the default firmware or the included packages.
There are two other little things that someone here might have some ideas on (should probably make a separate discussion).
Beta Was this translation helpful? Give feedback.
All reactions