feat: added photos;feat: photos shown on camera
This commit is contained in:
parent
ee0362f040
commit
33e2bae05b
28 changed files with 262 additions and 299 deletions
|
|
@ -150,10 +150,10 @@ namespace receive {
|
|||
FixedVector<NetworkData::ClueID, 3> &conclusion() {
|
||||
static FixedVector<NetworkData::ClueID, 3> thread_safe_conclusion{};
|
||||
if (connection) {
|
||||
thread_safe_conclusion.clear();
|
||||
} else {
|
||||
std::scoped_lock lock{ connection->mtx };
|
||||
thread_safe_conclusion = connection->conclusion;
|
||||
} else {
|
||||
thread_safe_conclusion.clear();
|
||||
}
|
||||
return thread_safe_conclusion;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue