-
Notifications
You must be signed in to change notification settings - Fork 75
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
Error in pcap_activate: That device doesn't support monitor mode #42
Comments
Then use |
Hi, sudo airmon-ng start wlan1 PHY Interface Driver Chipset phy0 wlan0 brcmfmac Broadcom 43430 kku@rpi4: |
But it seems that you are using some special drivers.
|
Thank you, now it works, but the esp32s3sense is f... hot. Even with quite big heat sink it's hot. It draws 338mAm at 5V. |
I am powering it with 4.5V on a plane, it hot but it work so far :) You can try lowering voltage up to 4V on VUSB pin: |
Already tried, the below 4v, the camera module seems to have some problems, showing green horizontal line, and the current is risings, U * I seems to be constant ;) So it seems to be not related to LDO voltage drop... |
One More question, |
Are you compiling this branch: https://github.com/RomanLut/esp32-cam-fpv/tree/release ? |
Yes, i do, according to https://github.com/RomanLut/esp32-cam-fpv/blob/master/doc/building_gs_image.md |
FPS:29 means that camera actually works.
FPS: 27/2 in the tille means that 27 frames was decoded and 2 was lost due to packet loss. Do you see any numbers in the FPS: line? |
i cant enter debug interface with middle mouse button or d key |
I assume you are building from this fork or using prebuild image https://github.com/RomanLut/hx-esp32-cam-fpv
Interference does not create any noise in this system. Noise is due to low sensor quality. There is less noise at daylight. It can be improved by replacing sensor with ov5640. |
Hi,
I trying to make gs works on RPI4 running openhd kernel 6.1.29-v8+ and openhd rtl drivers for my TP-Link RTL8812AU Archer T4U 802.11ac wifi adapter.
Unfortunelty it does not work even when the wifi seems to be in monitor mode
The error is " Error in pcap_activate: That device doesn't support monitor mode" and tcpdump also claims the same
Any idea what i do wrong,
thank you in advance
Kris
The text was updated successfully, but these errors were encountered: