stashing temp. camera work

This commit is contained in:
Arisotura
2022-06-28 21:31:34 +02:00
parent adb78e2641
commit 4ec22dda9e
5 changed files with 154 additions and 11 deletions

View File

@ -169,7 +169,7 @@ void CameraManager::deInit()
}
void CameraManager::start()
{
{printf("[%d] [%d] START\n", num, startNum);
startNum++;
if (startNum > 1) return;
@ -180,7 +180,7 @@ void CameraManager::start()
}
void CameraManager::stop()
{
{printf("[%d] [%d] STOP\n", num, startNum-1);
startNum--;
if (startNum > 0) return;