简体   繁体   中英

ONVIF: 'GetSnapshotUri' save to FTP directly from IP Camera

I'm able to use 'GetSnapshotUri' from a linux client to get a snapshot from a ONVIF complaint IP camera (dahua) successfully via gsoap c++.

Now, I need to upload this image to a FTP server. The way this would normally be done is to download the jpeg snapshot to the client, rename it and upload it to the FTP server.

I was wondering if there's a way to direct the camera to save the image directly to the FTP server on a 'GetSnapshotUri' action?

There is nothing in the ONVIF standard supporting this behavior.

It is possible you could script something on some cameras, or do something with the events wsdl on others, but by in large you will have to act as a martial and manage the exchange.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM