DragusPatrick
Posts: 5
Joined: Fri Dec 02, 2022 12:07 am

What hardware for real-time shelf monitoring

Fri Dec 02, 2022 12:12 am

Hello guys.
I need some advice regarding a little project.
Basically I want to monitoring in real time the quantity of products from a shelf and when the qty is low send a notification to a web app or eventually calling an api endpoint.
My problem is I don’t know what hardware to use. If raspberry pi is good for this kind of project or going to arduino portenta h7 or something like that.

Thanks

User avatar
neilgl
Posts: 5865
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near The National Museum of Computing

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 8:47 am

Depends on how you want to monitor the quantity e.g. by switches that activate when product taken or by image recognition in real time etc. For the former, a pico-w or similar would do, latter needs a pi4 or similar.

ame
Posts: 6698
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 8:52 am

How are you going to detect that the quantity of whatever on the shelf is low?
Hmm. What can I put here?

DragusPatrick
Posts: 5
Joined: Fri Dec 02, 2022 12:07 am

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 2:57 pm

I want to compare the camera images with an empty shelf image and get the differences but I don’t know if is the best solution.

I’m really new in the IoT industry so if you guys have a better idea i accept it 😀

User avatar
neilgl
Posts: 5865
Joined: Sun Jan 26, 2014 8:36 pm
Location: Near The National Museum of Computing

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 4:48 pm

I would have a look at OpenCV on a pi4.

revell1
Posts: 298
Joined: Fri Sep 23, 2022 10:38 am
Location: Near: Gatwick Aviation Museum - UK

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 5:32 pm

DragusPatrick wrote:
Fri Dec 02, 2022 2:57 pm
I want to compare the camera images with an empty shelf image and get the differences but I don’t know if is the best solution.

I’m really new in the IoT industry so if you guys have a better idea i accept it 😀
How would you handle someone adding something to the shelf, would you be able to determine if it is the correct thing on the shelf, what if it blocks the image so you can not see what is behind the "unexpected item on the shelf".

ghp
Posts: 3128
Joined: Wed Jun 12, 2013 12:41 pm
Location: Stuttgart Germany

Re: What hardware for real-time shelf monitoring

Fri Dec 02, 2022 7:45 pm

Give more details about current solution (type of items, number of items, items have ID like barcode, size of shelf, storage strategy e.g. fifo, chaotic, delivery/removal numbers per hour) and if there is an operator why the person can not press a button 'low count warning'.

What is cost when 'low count warning' is missed compared to the budget of an automated solution ?

DragusPatrick
Posts: 5
Joined: Fri Dec 02, 2022 12:07 am

Re: What hardware for real-time shelf monitoring

Sat Dec 03, 2022 12:38 pm

Basically the solution is for diy/construction shops where the dimensions of shelves are 250cm wide, 220cm height x 60cm. Each shelf have barcode labels for every product. Yes, the shop have an operator but now the operator has to go on office and ask for filling the shelf. What we what to do is to connect the hardware solution with an assets inventory web app (we already have this app) with a feature that place an order to the vendor if the quantity is low in the warehouse, some daily sell statistics etc so the final solution will be quite complex.

ghp
Posts: 3128
Joined: Wed Jun 12, 2013 12:41 pm
Location: Stuttgart Germany

Re: What hardware for real-time shelf monitoring

Sat Dec 03, 2022 5:26 pm

If there are barcodes on the items, would it be possible to retrieve the sold items from the cashier system where the items are scanned for the bill?

DragusPatrick
Posts: 5
Joined: Fri Dec 02, 2022 12:07 am

Re: What hardware for real-time shelf monitoring

Sat Dec 03, 2022 11:53 pm

Yes but on the shelf the main problem persist. For example stolen item, moved by customers etc and we need to monitor the real situation of each shelf

ame
Posts: 6698
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: What hardware for real-time shelf monitoring

Sun Dec 04, 2022 12:29 am

DragusPatrick wrote:
Sat Dec 03, 2022 11:53 pm
Yes but on the shelf the main problem persist. For example stolen item, moved by customers etc and we need to monitor the real situation of each shelf
Ok, well that's probably going to be hard. The choice of computer is going to be very low on the list.

A Pi is excellent for prototyping, but you might find that you can use a laptop and a webcam (if you are doing it visually). Or a laptop and Arduino if you have some funky sensor.
Hmm. What can I put here?

DragusPatrick
Posts: 5
Joined: Fri Dec 02, 2022 12:07 am

Re: What hardware for real-time shelf monitoring

Wed Feb 08, 2023 3:25 pm

Guys now i have another problem with this project. In my country I find only raspberry’s pi 3 with 512mb of RAM. What do you think, 512mb of ram can be enough for prototyping and testing some object detection script?

ame
Posts: 6698
Joined: Sat Aug 18, 2012 1:21 am
Location: New Zealand

Re: What hardware for real-time shelf monitoring

Wed Feb 08, 2023 7:07 pm

DragusPatrick wrote:
Wed Feb 08, 2023 3:25 pm
Guys now i have another problem with this project. In my country I find only raspberry’s pi 3 with 512mb of RAM. What do you think, 512mb of ram can be enough for prototyping and testing some object detection script?
Raspberry Pi 3B has 1Gb of memory:
https://www.raspberrypi.com/products/ra ... 3-model-b/

Can you buy only the model 3A? It has only 512Mb.

It's true that Pis are in short supply. I'd try to get a Pi 4 somehow, so that you are at least starting development with the fastest version. I already suggested you could do this with a laptop and a webcam.
Hmm. What can I put here?

Return to “Automation, sensing and robotics”