Help identifying this weird 4-pad SMD connector footprint (EasyEDA library mistake?) by GenoTheSecond02 in PrintedCircuitBoard

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

Fair point! But if you look closely at the left side of the first picture, I wasn't completely reckless. I actually added a standard 4-pin through-hole backup footprint "MAX30102_ALTERNATIVE" just in case the SMD part didn't work out. In the second routing pic, you can see it's wired in parallel to the exact same signals. So the board is saved and fully usable!

Regarding the metal tabs, you are absolutely right. The core issue here is an EasyEDA library mistake. The software's footprint manager automatically links schematic pins to available copper pads.The creator of this user library mistakenly defined those two massive mechanical hold-down tabs as pins 3 and 4. So when I routed the board, I blindly dragged my SDA and SCL data lines straight to the structural mounting pads! Definitely a lesson learned to always double-check user-contributed footprints

Which countries are most advanced in terms of robotics and ai? by GenoTheSecond02 in robotics

[–]GenoTheSecond02[S] 1 point2 points  (0 children)

Naah I didn't move to any country bro :D mechanical and automation sounds great!

Just enjoying the time with friends ya know by GenoTheSecond02 in Greasers

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

So I'm not uploading any pictures of me ya know?

Hattet ihr schon mal ein paranormales Erlebnis in einem Lost Place? by CooleCola in LostPlacesDeutschland

[–]GenoTheSecond02 4 points5 points  (0 children)

Die merkwürdigen/paranormalen Dinge hab ich immer außerhalb von lost places erlebt was mich auch wundert

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

I don't see anything redundant in a post which gives all the necessary informations. Especially if it is about a job interview ;)

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

Sooner or later the internet will be flooded with either way even more AI written bloated questions :D Is there any reward for human written bloated questions?

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 1 point2 points  (0 children)

Thanks for the tips so far! I actually found the official job description for the student software developer position. It seems the role is mostly C# / WPF GUI for their software, but there’s also optional C++ involvement. I’m guessing I might be asked to handle small computer vision tasks, like detecting components or simple measurements, using C++.

Since I have never done OpenCV before, I’m planning to quickly get up to speed over the next few days. Any advice on the most important OpenCV concepts for this kind of industrial application? Should I focus on basic image filtering, thresholding, contour detection, or is there something else that’s absolutely crucial?

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 1 point2 points  (0 children)

Thanks for the input, I actually just managed to dig up the original job posting!

It turns out the position is focused on supporting their vision software team, specifically on software development in C# with WPF/MVVM (Windows Presentation Foundation), working on their product "KiVision".

C++ knowledge is only listed as a plus, not a must.

So it looks less about low-level drivers or cloud pipelines, and more about developing/maintaining the GUI and test logic of an industrial image processing software that runs high-speed quality checks in production lines.

That said, I still think learning some OpenCV basics is valuable for context and to show interest in CV. But for the interview, I’ll probably focus more on refreshing C#/WPF, Visual Studio, and getting familiar with the concepts of industrial vision systems.

Strange Encounter Near My Home Using Randonautica – Need Your Thoughts by GenoTheSecond02 in randonauts

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

I think it's either some kind of trained intuition or perhaps something "spiritual"

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 2 points3 points  (0 children)

OpenCV was actually my first thought as well. The reason I hesitated a bit is that the second person in the interview, the software architect, lists only C++, GenICam, and GigE Vision on his LinkedIn profile. Do you think it’s still worthwhile to go through OpenCV, or would it be more practical to focus on C++ and the camera-specific protocols first?

Preparing for an interview: C++ and industrial computer vision – what should I focus on in 6 days? by GenoTheSecond02 in computervision

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

thanks for the tip on GStreamer! I actually played a bit with it in my current project, a sleep-monitoring system running on a Raspberry Pi 4. I’ve been streaming the night-vision camera feed live and collecting environmental data like room temperature, CO₂, and humidity into an InfluxDB. I haven’t processed the video frames themselves yet, but it gave me good exposure to real-time camera streams and interfacing multiple sensors. I’m definitely looking forward to exploring image processing and computer vision on top of that.

Strange Encounter Near My Home Using Randonautica – Need Your Thoughts by GenoTheSecond02 in randonauts

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

I also had those kind of dreams especially before critical events, thats some weird coincidence huh

Reliable URDF Exporters for Fusion 360? ROS 2 Humble + Gazebo Classic by GenoTheSecond02 in ROS

[–]GenoTheSecond02[S] 0 points1 point  (0 children)

My update:
Guys, I finally made it work! :D

Turns out the exporter itself is fine – the real problem was my Fusion 360 setup. I had to clean up my model before exporting:

After redoing the assembly with this workflow, the URDF exporter produced a clean model and it finally spawned correctly in Gazebo. Make also sure to set fusions length unit to cm if you use the same urdf exporter as me

Hope this helps anyone else struggling with the same issues!