topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 3:50 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rogeraongjr [ switch to compact view ]

Pages: [1]
1
I'm not a vb coder but it should be very easy (just 1 line of code to a ShellExecuteEx type function) to launch minicap with a set of commandline parameters. >>
ALSO Please give me example of shellExecute type function. Thank you mouser!

2
I already read about Automatic screenshot and it looks great!

I have some question's?
1.Can this be run as windows service and stealth that normal user cant turn it off? that only admin can turn it off?
2. Can this be install on "ALL USERS" mode?
3.Can the screenshot save to network drive and if the network drive is down it should save to local pc where the app is installed ?
4.Is there screenshot quality compression from 1-10 like minicap?
5.Can it automatically create folders and sub folders and save as \\DATETODAY\COMPUTERNAME\USER\HRS-MINS-SEC.JPG like minicap?
6.Can it capture the mouse cursor like minicap?
7. Finally does it have console only like minicap?

---------'
Im going to give you a summariez preview of what im tyring to do.
Im using VB.NET , MYSQL and MINICAP .   My goal is to capture and monitor my students on everything they do in computer lab (dual and tripple monitor) with 1 or 5 sec interval.
The computer lab or workstation setup is within the domain environment.
I use the MYSQL for Settings so that i can fully control the settings of minicap. the sample below are my TBL_SETTINGS

Laboratory         | Computer Name        | Compression      | Interval        |         Server path                      | Status      |
Laborarory 1           Lab101-PC                  2                       2sec                     \\LABSERV\MONTORING        ON - OFF



I use VB.net to create Windows service and call all the settings and use timers to turn it on or off and for the Screenshot interval.
VB.net will call all the setting and then combined with windows command prompt then fired as a service so that any user logging in or switch users can capture.


What do you think is the best? minicap or automatic screenshot.





3
it stuck and won't exit even if you stop making requests but i only encounter this twice. What about automatic screenshoter?
Can you explain it to me?

4
Hi Mouser,  Sorry for the very late response. I got very sick and just came back. It works perfectly   :) :) :).   But i notice a bug when i capture thousand of image and running for the long time.
Can this be fixed by Run only one instance? And also can you give me sample for the shell script that you mentioned.  Thank you.

5
Hi Mouser,

Thank you for the effort. My apologies for the late reply. Im going to test again and i will let you know.  BTW, Do you have idea if i can integrate minicap.exe to VB.NET visual basic codes?

Thanks!

6
Hi Mouser,

Unless you are saying that if the file already exists it should just exit and not save the file.  It would be very easy to add an option for this, to simply suppress the error and not save the file if a file already exists with that name.  Is that what you'd prefer?>>  Yes exactly =)  ! Please let us try and add this option to suppress that message box error. :)

7
Hi All / Mouser,

I just want to let you know. the error still occur even when i put $uniquenum$ . :(

8
Hi Mouser,

Thank you for your quick response! It works fine without error. But we need the file name to be exact as this  "$dt:%Y %B %d  %H-%M-%S$"  "2018 March 07  03-50-11"
I will wait. I hope and i pray you can fix my problem. Thank you very much :)

9
Hi Mouser / All,

Do you have idea how to stop the error of minicap.exe?
Im trying to make a batch file that captures every 1 seconds. But when i press more that 1x per seconds?
it prompts error (see attached image). I want to disable the message error prompt.
Any ideas?

Here is my code for command prompt:
minicap.exe -capturedesktop -cursor -compress 5 -exit -save "C:\MINICAP\%COMPUTERNAME%\%USERNAME%\ $dt:%Y %B %d  %H-%M-%S$.jpg"


Thank you

Pages: [1]