Closed RATHINAMOORTHY closed 6 years ago
@moanany
Hello,
Two things come to mind:
1) Are you sure this is the correct URL format for your camera (including the credentials)? Cameras vary in terms of the specific URL to access the stream. Some research online could help. For example, you may find the URL format for your camera model here.
2) Sometimes, the pynt tool has issues parsing URLs with special characters. If you are sure of the URL format of your IP camera, you can invoke the video_cap_ipcam.py python script directly instead of using pynt, passing the CCTV camera URL and capture rate.
Hope that helps.
@moanany It's working! thanks ;-)
can you please provide the steps to make it up and running
to what @RooCoder said x2 would have been nice
Hi, I have cloned amazon-rekognition-video-analyzer and installed all the prerequisite software's, got IAM user to access all necessary AWS services.
After setting the environment , I have configured the code and executed.
The amazon-rekognition-video-analyzer is working very fine with my in-build camera when i run the following command > pynt videocapture[20]
But Iam unable to access the CCTV IP camera. The CCTV IP Camera has credentials too. I have tried following commands, But not sending the video to kinesis stream.
> pynt videocaptureip["12..*.161", 20]** , as it have credentials I have also tried
Kindly help me to access the CCTV IP Camera with credentials.