Page 1 of 1

Comparing 2 and 3 camera setup

Posted: Wed Jul 10, 2024 4:15 am
by lucybuchanan
Hi,

Just wondering if it is possible to record a trial with 3 cameras, but then also look at the results if just two of these cameras are used? Can I do this in the app or would this require re-processing locally?

Thanks,
Lucy

Re: Comparing 2 and 3 camera setup

Posted: Thu Jul 11, 2024 9:52 am
by mpetrucc
Hi Lucy,

Unfortunately we do not have the option built in to the web app. You'd have to reprocess locally. To do this, see this code: https://github.com/stanfordnmbl/opencap ... ematics.py which has an option to toggle how many cameras are used: https://github.com/stanfordnmbl/opencap ... ics.py#L91, and which cameras to use: https://github.com/stanfordnmbl/opencap ... cs.py#L156

Hope this helps,