fix nome last image (static var)
This commit is contained in:
@@ -352,8 +352,8 @@ public static class ThreadsFunctions
|
||||
// if requested --> give ack!
|
||||
ncAdapter.ManageFlirStrobe();
|
||||
// requesto photo from library
|
||||
ncAdapter.lastThermoImage = TCCom.takePicture();
|
||||
done = !string.IsNullOrEmpty(ncAdapter.lastThermoImage);
|
||||
NcAdapter.lastThermoImage = TCCom.takePicture();
|
||||
done = !string.IsNullOrEmpty(NcAdapter.lastThermoImage);
|
||||
if (done)
|
||||
{
|
||||
// init
|
||||
|
||||
@@ -117,7 +117,7 @@ namespace Thermo.Active.NC
|
||||
/// <summary>
|
||||
/// ultima immagine scattata dalla thermocam x salvataggio in PROD
|
||||
/// </summary>
|
||||
public string lastThermoImage = "_last";
|
||||
public static string lastThermoImage = "_last";
|
||||
|
||||
/// <summary>
|
||||
/// Avvio prod lotto
|
||||
|
||||
Reference in New Issue
Block a user