Description
In retrieving cameras in the API, a user can determine how long the camera has been connected by looking at lastConnection. However, for some cameras this value may be Null even though the camera connected state is connected.
<br>
Tested Version
4.0.0
<br>
Platform
[All]<br>
Steps to reproduce
Make a request to http://webservice.exacq.org:8080/api/cameras/?slug=rootexacqvision-linux-server2556166
<br>
Expected result
lastConnection should not be null, as the camera is connected.
<br>
Actual result
lastConnection is null.