change dir
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ use image::{DynamicImage, GenericImageView, Pixel};
|
|||||||
use log::{debug, error, info};
|
use log::{debug, error, info};
|
||||||
|
|
||||||
/// Folder the camera images are uploaded to
|
/// Folder the camera images are uploaded to
|
||||||
const FOLDER_WITH_NEW_IMAGES: &str = "/dev/shm/camera";
|
const FOLDER_WITH_NEW_IMAGES: &str = "/tmp/camera";
|
||||||
//const FOLDER_WITH_NEW_IMAGES: &str = "/tmp/camera";
|
//const FOLDER_WITH_NEW_IMAGES: &str = "/tmp/camera";
|
||||||
|
|
||||||
/// File created in the uploads directory when the upload finishes.
|
/// File created in the uploads directory when the upload finishes.
|
||||||
|
|||||||
Reference in New Issue
Block a user