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

Lots of black strip and keep flashing when recording #583

Open
Dolan-Liu opened this issue Mar 25, 2024 · 3 comments
Open

Lots of black strip and keep flashing when recording #583

Dolan-Liu opened this issue Mar 25, 2024 · 3 comments
Labels
question Further information is requested

Comments

@Dolan-Liu
Copy link

Whenever I attempt a recording, the screen flickers continuously, and numerous black stripes appear. If anyone has encountered a similar issue or has suggestions for a resolution, could you please share your insights here? Thanks!
Screenshot 2024-03-25 at 03 11 37

@Dolan-Liu Dolan-Liu added the question Further information is requested label Mar 25, 2024
@yucedagonurcan
Copy link

It can be due to bandwidth, loss of packages from network transport, do check out other issues and you can also try the lighter UDP profiles to check if it helps

@laurent82
Copy link

laurent82 commented May 13, 2024

Hello
I'm also facing this problem on some computers (and no problem at all on others with same specs). The only hint I have is indeed it is dropping a lot of packets for some reasons.

This is my configuration, using Python and SDK 0.10.0 (I haven't tested yet with version 0.11.0)

        sensor_config.lidar_mode = client.LidarMode.MODE_1024x10
        sensor_config.udp_port_lidar = 7502
        sensor_config.udp_port_imu = 7503
        sensor_config.signal_multiplier = 1
        sensor_config.azimuth_window = (0, 360000)
        sensor_config.timestamp_mode = client.TimestampMode.TIME_FROM_SYNC_PULSE_IN
        sensor_config.multipurpose_io_mode = client.MultipurposeIOMode.MULTIPURPOSE_INPUT_NMEA_UART
        sensor_config.nmea_baud_rate = client.NMEABaudRate.BAUD_115200
        sensor_config.nmea_leap_seconds = 0
        sensor_config.phase_lock_enable = False
        sensor_config.sync_pulse_out_pulse_width = 10

Computers that have the problem are running on Windows 10 or 11. They do have a gigabit ethernet. I tried to play with the different settings of the network adapter (energy-saving mode or related) but I didn't find anything relevant. The problem also happens randomly.

Can you elaborate about the lighter UDP profiles?

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

No branches or pull requests

3 participants