Routing to Access 2 different networks

I need help accessing my OmniTik lan ip camera from my local AT&T lan?
What have I done wrong? Please advise? This should be simple…

ISP: AT&T Pace 5031nv (awful router) - local network: 192.168.1.0/24
IP Cam 1 HTTP port 36599: ether4 (device works great from local AT&T lan and remote)
Ports are configured and open on AT&T router for both cameras. Cam 1 works great.
Computer: ether2 with address 192.168.1.66

OmniTIK 5 ac: (via Engenius ENH500v3 5ghz bridge on AT&T ether3).
OmniTik IP from AT&T 192.168.1.76 (static)
Lan: 192.168.88.1 dhcp: 192.168.88.10-192.168.88.254
IP Camera 2 HTTP port 38000 on ether2 - 192.168.1.244
(all clients internet is working and receiving IP address in 192.168.88.0/24)
(I can access Cam 2 by Omnitik wlan)

What I don’t know:
On the computer (broswer) - I’m trying to access the cam 2 by entering 192.168.1.76:38000 (is this right) - I get counters on my dstnat, but not srcnat.

CURRENT NAT:
/ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=src-nat to-addresses=192.168.88.244 to-ports=38000
protocol=tcp src-address=192.168.1.0/24 dst-address=192.168.1.76
out-interface-list=WAN log=no log-prefix=“”
(no counters tick off when try to access from AT&T lan computer)
1 chain=dstnat action=dst-nat to-addresses=192.168.88.244 to-ports=38000
protocol=tcp in-interface=ether1 dst-port=38000 log=no log-prefix=“”
(counters tick off when try to access from AT&T lan computer)
2 chain=srcnat action=masquerade out-interface-list=WAN

3 chain=dstnat action=accept protocol=tcp in-interface=ether1 dst-port=8291
log=no log-prefix=“”

4 chain=dstnat action=dst-nat to-addresses=192.168.88.244 protocol=udp
in-interface=ether1 dst-port=38010 log=no log-prefix=“”

CURRENT FIREWALL:
[wallace@OmniTik Iuka AP] > /ip firewall filter print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=input action=accept protocol=tcp in-interface=ether1 ds
log=no log-prefix=“”

1 chain=forward action=accept protocol=tcp in-interface=ether1
log=no log-prefix=“”

2 chain=input action=accept protocol=tcp in-interface=ether1 ds
log=no log-prefix=“”

3 chain=input action=accept protocol=tcp in-interface=ether1 ds
log=no log-prefix=“”

4 chain=forward action=accept protocol=udp in-interface=ether1
log=no log-prefix=“”

5 chain=input action=accept protocol=udp in-interface=ether1 ds
log=no log-prefix=“”

CURRENT ROUTES:
[wallace@OmniTik Iuka AP] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 ADS 0.0.0.0/0 192.168.1.254 1
1 ADC 192.168.1.0/24 192.168.1.76 ether1 0
2 ADC 192.168.88.0/24 192.168.88.1 bridge1 0
3 X S 192.168.88.1/32 192.168.88.250 192.168.1.254 1