Compare commits

..

No commits in common. "721ecb61f5a0b1a5babed64d457c4cab86482217" and "ef535ba57f3490c707c0402bc2a3093a34677fed" have entirely different histories.

View file

@ -1,19 +0,0 @@
@startuml
skinparam monochrome true
start
while ()
:startCamera?;
:bool success = camera.start();
if (success) then (false)
:msg = new Message(MESSAGE_ANSWER_NACK);
:messageToMonitor!msg;
else (true)
:shouldSendImage = true;
:stopCamera?;
:shouldSendImage = false;
:camera.Stop();
endif;
end while;
stop
@enduml