asCamScan plugin help... - Forum

Forum Navigation
You need to log in to create posts and topics.

asCamScan plugin help...

Hi overthere,

Nice work!

+1

Could any help me about this scripts: (based on the original sample)

 

asCamScanValue "4" "[Differenc]"
asCamScanStart "Start" ".jpg" "[PubDir]data"

 

 

Because it does not work for motion detect.

Any ideas?

Thanks in advance,

David de Argentina

 

 

@daviddeargentina

Hi! The demo project works, I checked. If the camera is connected, it takes a photo at the moment of movement and puts the photo in the [PubDir]data folder.
Tested on Windows 7 32bit

asCamScanStart "Start" ".jpg" "[PubDir]data"

Hello David.
Try put oblique line (\) after [Pubdir]

asCamScanStart "Start" ".jpg" "[PubDir]\data"

Many reasons may be different reasons. Camera is determined in the plugin? Is there a picture from the camera?

Greetings from Russia.

AS3856  (Andrei)

 

hello David.
I can send a component for Delphi and the source code of the program (there is a compiled file). Perhaps it will help you to figure out for the reasons (there may be many of them).

Greetings from Russia.

AS3856  (Andrei)

 

 

Hi Andrei, @as3856

Thanks for your answer.

I'm testing the sample on my notebook with win 10 pro and works with the built in camera and with an external usb webcam

I can select and show both webcams with a simple click. all works fine.

I tested the recording avi video and works like a charm.

Problem is with the motion detection, all appairs well but it does not produces any snapshot.

I wll test on another win7 netbook, and i will tell you the result.

I developed my plugin using PowerBasic, i dont know any about Delphi.

Thanks one more time.

David de Argentina

Tested on Win7 ultimate and all works fine.

The problem is win10 pro 20h2.

I had used the tmVideoCapture plugin for long time and works fine on Motion Detect over  win10 pro, Win7 and WinXP.

Waiting for a new service pack that solve the problem...

Greetings from Buenos Aires,

David de Argentina

I think the problem is that the DirectShow does not apply in Windows 10.
Video file processing can be made in several ways - I used DirectShow ......