FAQ

With regards to the HUSKYLEN - i have the following questions:1. Does it have an SDK to allow integration? 2. Does it come with a protective casing?3. Is there any documentation?4....

userHead JaneYu 2020-01-12 18:54:42 11 Views63 Replies

With regards to the HUSKYLEN - i have the following questions:
1. Does it have an SDK to allow integration?
2. Does it come with a protective casing?
3. Is there any documentation?
4. Can it be adapted to read Plate Numbers (Plate Number Recognition)

2024-06-27 03:32:18

Can I use huskylens with another display or at least longer cable camera so the camera is more in selfie mode to be used when looking at the screen and camera facing you?

userHeadPic JaneYu
JaneYu wrote:

Sorry, huskylens does not support camera replacement and flip screen use at this time. If you need to use face recognition on yourself, please determine the status according to the different colors of the RGB indicator lights
https://uploads.disquscdn.c...

2024-06-27 09:28:28
1 Replies
2024-02-22 05:55:30

Hey had a question about the display, Is there a way to make what the camera sees to another device/screen?

userHeadPic JaneYu
JaneYu wrote:

Sorry, HuskyLens does not have this feature at the moment.

2024-02-22 12:00:27
1 Replies
2024-02-19 10:19:48

Do you have a cable to connect Huskylens with Grove port?

userHeadPic JaneYu
JaneYu wrote:

You can connect the cable linked below to the cable included with the HuskyLens. Then connect the HuskyLens to the Grove interface.

https://www.dfrobot.com/pro...

2024-02-19 10:45:36
1 Replies
2023-10-23 10:24:22

Thank you very much for your feedback, but due to the technical limitations of the hardware, we are unable to fulfill this requirement for the time being.
We will forward this request to our product department and hope to improve this issue in subsequent products.

userHeadPic JaneYu
2023-06-29 18:31:16

I am looking for weld seam tracking using

Gravity: Huskylens - An Easy-to-use AI Camera | Vision Sensor is it possible to communicate with aurdino to drive the robot in diffrent directions?

userHeadPic JaneYu
JaneYu wrote:

Sure, please refer to our wiki for the Object Tracking Function.
https://wiki.dfrobot.com/HU...

2023-06-29 18:47:45
JaneYu wrote:

Can anyone suggest which model should i buy?

2023-06-29 19:41:49
2 Replies
2022-12-02 08:36:38

This really is not fit for purpose, I wouldnt recommend this as being part of any real world solution. You can play around with it, but therre is not enough documentation, the device works intermittantly (even for simple tasks), and constantly needs rebooting when stuck or crashes. Use a Pi camera, connected to a Pi Zero W 2, Pi 2, Pi 4 etc for a cheaper, more reliable system. All of teh above tasks can be done using python and opencv.

userHeadPic JaneYu
2022-09-22 10:52:49

Hi, Qr code recognition is a function of Huskylens Pro, which is currently not available online.

userHeadPic JaneYu
2022-06-23 17:09:49

Someone might need huskylens' camera connection diagram:
https://uploads.disquscdn.c...

userHeadPic JaneYu
2022-05-30 12:11:02

After training an object tracking network with Learn and Auto Save both enabled, I then disable learning. Is the Huskylens supposed to still draw a yellow rectangle on the screen when not in training mode, as its looking for the object ? Or does it not draw the yellow rectangle unless its in learn enabled mode ?

userHeadPic JaneYu
JaneYu wrote:

In what mode do you study? A box will appear automatically during face recognition.

2022-06-23 17:04:56
1 Replies
2022-05-30 12:06:34

I dont think you'd want to pass the image to an Arduino, but the Huskey Lens has features that can find/identify/track an image, and you can send that output ie location, object ID to the Arduino. The comms between the Huskey and Arduino (or any other board) can be UART or I2C. Both require 2 cables, Arduino supports both in hardware.

userHeadPic JaneYu
2022-04-19 20:21:34

Hello. What about the hardware schematics? I need to replace the display that I accidently broke.

userHeadPic JaneYu
2022-03-14 19:24:13

Tip: for "Object Recognition" mode: while there are 20 or so predefined objects, there is a bit of a "trick" needed to associate an ID number with each recognized object when monitoring the serial data. At first, serial data seemed useless, as it was always set to "0" regardless if the object being detected was "person", "dog", "car", etc... However, you need to enable multiple object learning (a hidden menu - see wiki doc). Then, you'll learn some of those 20 objects into respective ID numbers. "Learn" is a bit misleading, as the object recognition is already learned (built-in models), like "dog". So to give dog an actual ID num other than 0, you point the HuskyLens at a dog picture, then hit learn button, dog gets ID 1, hit learn again, now point at a Person picture, hit learn, person get ID 2, hit learn, point at a car pic, car gets ID 3 ..... and you keep going (if you want). I just did those three and stopped. Again, you are not "learning" a new dog, or specific dog, hence why I used stock photos, you are just getting Husky to detect dog on-screen, so you can assign a ID number to it with the learn button press. It's a really weird methodology, but works. Now in my Python code, I just hard-code 1 2 3 to the respective objects to make my project take action based on what get detected.

userHeadPic JaneYu
JaneYu wrote:

Can you add images it can recognize? and if so how?

2023-12-13 02:21:03
1 Replies
2022-03-12 18:52:19

hello, when compiling the sketch, errors appear in these lines of code: DFRobot_Servo.h, huskylens.writeOSD, writeAlgorithm..., arduino says it does not recognize these parameters, what is the solution, where are they these bookstores? You have this sketch on your page, so, I think, you should give us free access to these bookstores. Thanks.

userHeadPic JaneYu
JaneYu wrote:

Seems you have not loaded the library file of huskylins. Please download the library file from Wiki and put it into your Arduino Library Directory

2022-06-23 17:07:53
1 Replies
2022-03-10 11:01:42

The camera of Huskylens has 200W pixels. The recognition distance depends on the size of the object. As long as the object is clearer on the screen, it can be recognized.

userHeadPic JaneYu
2022-01-03 04:03:46

Hello!
I wondering if it's possible to disconnect the camera lens without damaging any other components, or compromising it's functionality (I've been working on a robot that only has the camera visible, with the screen hidden). Thanks!

userHeadPic JaneYu
2021-07-03 08:21:07

How can I train my own model? I have an image dataset and I want to use it instead of taking pictures by hand

userHeadPic JaneYu
2021-07-01 02:20:13

How can i find the number of people within a room with Huskylens + Arduino? Is it feasable?

userHeadPic JaneYu
2021-05-24 10:34:34

Hello Vijay,

We currently have no device that has built-in algorithms for Driver drowsiness monitoring and Driver behavior.

userHeadPic JaneYu
2021-05-17 11:27:44

Hi.
Let's say I have two objects stored in the Husky: one painted red, the other green. Is there any way for it to count in numbers how many times these two objects crossed and store this data in a photo format? (Vector motion detection)

https://uploads.disquscdn.c...

userHeadPic JaneYu
2021-05-17 11:23:15

Hi.
Let's say I have two objects stored in the Husky: one painted red, the other green. Is there any way for him to count in numbers how many times these two objects crossed and store this data in photo format?

https://uploads.disquscdn.c...

userHeadPic JaneYu