You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work on FicTrac! I'm associated with the Clandinin lab and have been helping to set up FicTrac for several experiments there.
After testing the latest version from GitHub, it looks like some cameras fail to run with the attached error message (error-log.txt).
We tracked the error down to line 244 in src/PGRSource.cpp where the _cam->Timestamp() method is called. For now, we can work around the issue by commenting out lines 244-247 and then setting _timestamp equal to ts (patch), but presumably it would be good to use the camera timestamp when it can be acquired properly.
So far we have tested with three cameras and found that Flea3 FL3-U3-13E4M works without this modification, while Blackfly S BFS-U3-04S2M and Flea3 FL3-U3-13Y3M don't work out of the box and require the modification I described.
For completeness, here is the config file that we used with all three cameras: config.txt.
Cheers,
Steven
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great work on FicTrac! I'm associated with the Clandinin lab and have been helping to set up FicTrac for several experiments there.
After testing the latest version from GitHub, it looks like some cameras fail to run with the attached error message (error-log.txt).
We tracked the error down to line 244 in src/PGRSource.cpp where the _cam->Timestamp() method is called. For now, we can work around the issue by commenting out lines 244-247 and then setting _timestamp equal to ts (patch), but presumably it would be good to use the camera timestamp when it can be acquired properly.
So far we have tested with three cameras and found that Flea3 FL3-U3-13E4M works without this modification, while Blackfly S BFS-U3-04S2M and Flea3 FL3-U3-13Y3M don't work out of the box and require the modification I described.
For completeness, here is the config file that we used with all three cameras: config.txt.
Cheers,
Steven
The text was updated successfully, but these errors were encountered: