WatershedArts / Footfall

Application that allows you to monitor the traffic in and out of your building, using the RPi Camera and openFrameworks
Other
332 stars 131 forks source link

Low FPS #32

Closed elisiariocouto closed 8 years ago

elisiariocouto commented 8 years ago

Hi!

I've compiled Footfall on a Raspberry Pi 2 using OpenFrameworks 0.9.3 and I can run it. Although, I'm getting really low FPS (~2) which makes it impossible to track anything. Did anyone got this behaviour?

Thanks

DHaylock commented 8 years ago

Hi @elisiariocouto

How is the GPU Memory split? Ours is set at 128mb

These details will end up in the repo soon.

Best

elisiariocouto commented 8 years ago

Tried with 128 and 256. No go :/

johnwestintx commented 8 years ago

Are you using the threaded version? I found that reducing the camera width and height in the config.json file dramatically increased my fps. you'll have to adjust your blob sizes, but it seemed to help me.

DHaylock commented 8 years ago

Hi @elisiariocouto

Have you disabled the GUI?

Check your /etc/rc.local if it has startx comment it out

Might help a bit.

Best