Camera binary files: rc.local and runmeonce removed, camera loging level change, ver. 2.17.764
This commit is contained in:
parent
e762aca7fb
commit
8d39bf82d2
@ -378,7 +378,7 @@ namespace TBF.BenchControl.Network.Camera.CLP1611
|
||||
CameraCfg.HardwareAddress,
|
||||
ipAddress == null ? "not detected" : ipAddress.ToString(),
|
||||
response);
|
||||
log.Info(msg);
|
||||
log.Debug(msg);
|
||||
Console.WriteLine(msg);
|
||||
|
||||
return true; /// Camera detected
|
||||
|
||||
@ -1,23 +0,0 @@
|
||||
#!/bin/sh -e
|
||||
#
|
||||
# rc.local
|
||||
#
|
||||
# This script is executed at the end of each multiuser runlevel.
|
||||
# Make sure that the script will "exit 0" on success or any other
|
||||
# value on error.
|
||||
#
|
||||
# In order to enable or disable this script just change the execution
|
||||
# bits.
|
||||
#
|
||||
# By default this script does nothing.
|
||||
|
||||
# Print the IP address
|
||||
_IP=$(hostname -I) || true
|
||||
if [ "$_IP" ]; then
|
||||
printf "My IP address is %s\n" "$_IP"
|
||||
fi
|
||||
|
||||
# Start camera discovery daemon
|
||||
/usr/bin/DiscoveryDaemon 1.3 &
|
||||
|
||||
exit 0
|
||||
@ -1,4 +0,0 @@
|
||||
pkill DiscoveryDaemon
|
||||
cp clp/DiscoveryDaemon /usr/bin
|
||||
cp clp/rc.local /etc
|
||||
reboot
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.17.763.0")]
|
||||
[assembly: AssemblyFileVersion("2.17.763.0")]
|
||||
[assembly: AssemblyVersion("2.17.764.0")]
|
||||
[assembly: AssemblyFileVersion("2.17.764.0")]
|
||||
|
||||
@ -2643,12 +2643,6 @@
|
||||
<Content Include="CameraBinaryFiles\DiscoveryDaemon">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="CameraBinaryFiles\rc.local">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="CameraBinaryFiles\runmeonce">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<None Include="packages.config" />
|
||||
<None Include="Properties\app.manifest">
|
||||
<SubType>Designer</SubType>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user