PRO
dbeard
USA
Asked
— Edited
When using scripts is there a way to get the current date and time from the PC clock?
Thanks in advance.
Tiny Yolo2
— Real-time TinyYolo object detection for ARC Camera Device: tracks 20 classes, populates camera variables, triggers tracking scripts, 30+ FPS in HD.
Try it →
When using scripts is there a way to get the current date and time from the PC clock?
Thanks in advance.
Absolutely.... Have you read down the script commands... You should check out all the available commands so you will be able to do this kind of easy stuff yourself... Below are reserved script variables that will get you what you want...
$date $month $year $day $dayName $hour $minute $second $monthName $time
Here is the script that I use to tell the time. It is not my code, I believe it is from Rich but not sure.
awesome, thanks for everyones help.