Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the camera actually have IR leds? #20

Open
dbuezas opened this issue May 10, 2023 · 8 comments
Open

Does the camera actually have IR leds? #20

dbuezas opened this issue May 10, 2023 · 8 comments

Comments

@dbuezas
Copy link

dbuezas commented May 10, 2023

Sending the { "code": 202, "IrLed": 1 } via MQTT does turn the camera B/W, but if the room is dark, the image is just black too.
It looks as if the camera were just switching to B/W, not turning on an IR led.

Or is there maybe another command to turn the IR leds on?

Thank you!

@dbuezas
Copy link
Author

dbuezas commented May 10, 2023

Looking at this teardown, it really seems like the camera does have a ring of LEDs at the front (there are cables going to the ring from the PCB)
image

@dbuezas
Copy link
Author

dbuezas commented May 14, 2023

I just tried the original app, turning the IR led on doesn't seem to do anything apart from turning black and white either (pitch black image if it is dark).
I either got defective cameras, there's something wrong with them or it is just deceptive marketing. Worth every penny of the 2$ I paid for them 😁

@dbuezas
Copy link
Author

dbuezas commented May 15, 2023

I took them apart, no IR leds and tiny batteries. Interesting to see how these are even compatible with a VGA camera instead of a full HD one too.
Sneaky sellers...

@interluded
Copy link

Looking at this teardown, it really seems like the camera does have a ring of LEDs at the front (there are cables going to the ring from the PCB) image

I bought the same camera from aliexpress and mine doesn't seem to have those LED's inside. Either you have to get lucky and get a model with them or they stopped doing it. I bought mine this year in march.

@Maralexbar
Copy link

I have disassembled it and found that it does not have any led, but on the PCB it is noticeable that there is the header for IR leds, I am sure that soldering some IR leds and the correct resistance will work.

I bought it on AliExpress for 1usd on sale.
The WiFi was bad, the account did not connect (only AP mode), I suppose there will be more expensive revisions with the infrared led strip.

@dbuezas
Copy link
Author

dbuezas commented Jul 1, 2023

Also mine has a resolution of 640x480 and bad light sensitivity. I saw some in YouTube that were full hd

@Maralexbar
Copy link

Maralexbar commented Jul 2, 2023

Those will be more expensive models, in fact I have the same one in my AliExpress cart but much more expensive (12usd) according to the description it is 1080p and H264.

This is only VGA and MJPEG.

I'm sure they use the same case but with a different chipset/sensor.

If you want to add IR leds you can solder them to the IR+- pins

IMG_20230702_124400

As you can see, it already has the npn transistor (Q1) and a 200 Omh resistor (R1), so you only have to add the leds.

IMG_20230702_133321_597

I had to cut the box because it is not transparent 😔
There is no difference with 2 infrared leds, and I recommend two 5mm white leds (high lum).

Also that consumption shoots up to almost 150mha more, the poor battery is not going to handle much time.

Normal consumption:
IMG_20230702_134550_719

With infrared on:

IMG_20230702_134759_084

@intx82
Copy link
Owner

intx82 commented Jul 4, 2023

According to the BK7252 datasheet, this MCU only supports VGA cameras

Check page 20 of 'BK7252 Data Sheet-1.pdf' (https://github.com/intx82/a9-v720/blob/master/docs/BK7252%20Data%20Sheet.pdf)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants