Author Topic: underwater fish detector  (Read 87810 times)

0 Members and 2 Guests are viewing this topic.

Offline fedimakniTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: tn
Re: underwater fish detector
« Reply #25 on: February 29, 2024, 02:33:42 pm »
The capacitance check is very interesting, but i think it require to use 2 plates exposed to sea water and then measure its capacitance correct?
i think it can work too, but i think it require a good material choice as the sea water can affect those plates over time right?
 

Offline eutectique

  • Frequent Contributor
  • **
  • Posts: 445
  • Country: be
Re: underwater fish detector
« Reply #26 on: February 29, 2024, 02:50:52 pm »
The capacitance check is very interesting, but i think it require to use 2 plates exposed to sea water and then measure its capacitance correct?

You will then measure conductivity of sea water and fish within. You should avoid exposing the plates.
 

Offline fedimakniTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: tn
Re: underwater fish detector
« Reply #27 on: February 29, 2024, 02:53:38 pm »
But if they are not exposed to sea water how the plates will act as capacitance? i think with around 20-30 cm gap it will be really not noticeable enough. What do you think?
 

Offline eutectique

  • Frequent Contributor
  • **
  • Posts: 445
  • Country: be
Re: underwater fish detector
« Reply #28 on: February 29, 2024, 03:25:58 pm »
But if they are not exposed to sea water how the plates will act as capacitance?

Here is a good explanation of the theory behind the capacitor: https://en.wikipedia.org/wiki/Capacitor#Theory_of_operation

If you expose two plates to sea water they will form a resistor, generally speaking.
 
The following users thanked this post: fedimakni

Online Kleinstein

  • Super Contributor
  • ***
  • Posts: 14731
  • Country: de
Re: underwater fish detector
« Reply #29 on: February 29, 2024, 03:49:57 pm »
One could have the electrodes in direct contact to the water or have a thin isolating layer on top. The isolator acts like a series capacitor and would reduce the current flow quite a bit.
Not to distract the fishes one would have to use a weak field anyway. With seewater the water is likely more in the resistive regime and little actual capacitance. The fish than would be more a change in resistance. The system would thus also react to chances in water composition (e.g. after rain or fresh water from a river).
 
The following users thanked this post: fedimakni

Online voltsandjolts

  • Supporter
  • ****
  • Posts: 2420
  • Country: gb
Re: underwater fish detector
« Reply #30 on: February 29, 2024, 05:31:00 pm »
We have a fish ladder locally with a fish counter in it. Uses a trained AI camera system apparently.
voltsandjolts,
Do you have a link for that product? thanks

No technical info, just some general info and press releases from SSE, the hydro dam owner.
https://www.pitlochrydam.com/
https://tayrivers.org/news/pitlochry-dam-fish-counter/

There is also this description of an AI fish detection system:
https://www.anthropocenemagazine.org/2023/10/artificial-intelligence-it-turns-out-excels-at-the-humble-pursuit-of-counting-fish/
https://blog.roboflow.com/using-computer-vision-to-count-fish-populations/

 
The following users thanked this post: fedimakni

Online Kleinstein

  • Super Contributor
  • ***
  • Posts: 14731
  • Country: de
Re: underwater fish detector
« Reply #31 on: February 29, 2024, 05:33:05 pm »
The camera + AI adds the identification of the fishes. For just counting it would be more overkill.
 
The following users thanked this post: fedimakni

Offline qtbits

  • Newbie
  • Posts: 2
  • Country: au
    • QT Bits | nightlights, passkeys, gadgets, and toys
Re: underwater fish detector
« Reply #32 on: March 01, 2024, 08:04:31 am »
Personally - I'd go with the ESP32 + camera - There are already examples for "face" recognition and with a bit of effort it could be "trained" for fish. Also... you may want to do more than just counting a a later date.
Plus you get the wireless (shouldn't "fry" the fish too much :) ).
QT Bits - Gadgets anyone?
https://qtbits.com
 
The following users thanked this post: fedimakni

Offline Njk

  • Frequent Contributor
  • **
  • Posts: 300
  • Country: ru
Re: underwater fish detector
« Reply #33 on: March 02, 2024, 06:40:19 pm »
Remember the air flow sensor in certain car engines. There is a filament (or film) resistor which is heated by current and cooled by air flow. The flow is measured by measurement the resistance value that depends on the temperature. Use a setup like this. When the fish is passing through the tunnel, it changes the thermal balance inside the tunnel. To simplify the detection, use a set of two similar tunnels and measure the difference (assuming social interaction in fish society is not so advanced so they will not try to fool you by passing both the tunnels simultaneously).
 
The following users thanked this post: fedimakni

Offline Harrow

  • Regular Contributor
  • *
  • Posts: 54
  • Country: au
Re: underwater fish detector
« Reply #34 on: March 02, 2024, 09:06:51 pm »
But if they are not exposed to sea water how the plates will act as capacitance? i think with around 20-30 cm gap it will be really not noticeable enough. What do you think?
I'm not sure why, but I was visualising a large salmon squeezing through a 4-inch tube. With a larger tube and smaller fish, I'm guessing it's probably not noticeable. Now I wish I had some salmon and a tube to find out. I also wish I knew enough about AI to set up and train a camera system. ;-)
« Last Edit: March 02, 2024, 09:08:41 pm by Harrow »
 
The following users thanked this post: fedimakni

Offline fedimakniTopic starter

  • Regular Contributor
  • *
  • Posts: 64
  • Country: tn
Re: underwater fish detector
« Reply #35 on: March 03, 2024, 04:10:33 am »
Harrow
Thank you for your response. Did you try the capacitor approach before? could you share more details about the setup and the taken measurements?
 

Offline moffy

  • Super Contributor
  • ***
  • Posts: 2063
  • Country: au
Re: underwater fish detector
« Reply #36 on: March 03, 2024, 05:10:32 am »
If at all considering the camera approach, OpenCV, a large free computer vision toolkit might be of interest: https://opencv.org
 
The following users thanked this post: Harrow

Offline Harrow

  • Regular Contributor
  • *
  • Posts: 54
  • Country: au
Re: underwater fish detector
« Reply #37 on: March 03, 2024, 06:14:10 am »
Harrow
Thank you for your response. Did you try the capacitor approach before? could you share more details about the setup and the taken measurements?
Sorry, no, I've not tried this. It was David's idea and I just thought it was a fun approach, but I've never tried it myself.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 17108
  • Country: us
  • DavidH
Re: underwater fish detector
« Reply #38 on: March 03, 2024, 09:15:30 pm »
For the capacitor plate approach I was thinking of the capacitor plates placed outside of the pipe that the fish is traveling through, with another pipe around them sealing them off from the water.  I was not thinking of allowing the plates to contact water.

 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf