- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 12:53 PM
I'm working in face recognition using blue prism and I'm trying to connect blue prism to security camera
is there specific type of camera that I should use ? and is there some way to make face recognition in live video instead of photo ?
thanks
------------------------------
sanaa ghannam
------------------------------
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-20 06:16 AM
FFmpeg Path - Path to FFmpeg.exe
Video Source - Path to video file or url for live feed
fps - Required frames per second. Setting it to 1/5 will return 1 frame every 5 second
Output Folder Path - Folder path where the frames will be saved
Frame extraction can be computationally expensive depending upon the file size, fps etc. so you will need to check if your machine is capable to handle it. Also for live feed analysis, you might want to implement some sort of queuing mechanism while you generate the frames and send them to computer vision APIs for feature extraction.
You can customize the vbo further by referring https://ffmpeg.org/ffmpeg-all.html for the various commands available
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 01:43 PM
https://digitalexchange.blueprism.com/dx/entry/3439/solution/google-vision
https://digitalexchange.blueprism.com/dx/entry/3439/solution/microsoft-vision-skill
------------------------------
Pritam Poojari
Solution Architect
Capgemini
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 01:49 PM
is there any VBO for video manipulation that help me to take snapshot every second ?
------------------------------
sanaa ghannam
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 02:17 PM
e.g. Computer Vision | Microsoft Azure , Facial Recognition | Microsoft Azure
------------------------------
Pritam Poojari
Solution Architect
Capgemini
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 04:20 PM
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-10-20 04:32 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-20 10:05 PM
I think blue prism should create some video or some end to end document where we can get clear requirement and understanding of DX.
Thanks
Nilesh
------------------------------
Nilesh Jadhav
Senior RPA Specialist
------------------------------
Consultant
ADP,India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-10-20 12:54 PM
There are a few threads on the internet about how to capture specific frames from a video stream. As @Pritam Poojari mentioned, you'll need to leverage an additional library/SDK/software package such as DirectShow. Here's one thread that discusses this.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
12-10-20 06:16 AM
FFmpeg Path - Path to FFmpeg.exe
Video Source - Path to video file or url for live feed
fps - Required frames per second. Setting it to 1/5 will return 1 frame every 5 second
Output Folder Path - Folder path where the frames will be saved
Frame extraction can be computationally expensive depending upon the file size, fps etc. so you will need to check if your machine is capable to handle it. Also for live feed analysis, you might want to implement some sort of queuing mechanism while you generate the frames and send them to computer vision APIs for feature extraction.
You can customize the vbo further by referring https://ffmpeg.org/ffmpeg-all.html for the various commands available
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
